@@ -1128,7 +1128,7 @@ config("libcef_includes_config") {
1128
1128
# CEF generated header files that also need to be discoverable.
1129
1129
# These #includes from client-side code will not be prefixed with cef/.
1130
1130
# They will be copied to the include/ directory in the binary distribution.
1131
- " $root_out_dir /includes /cef" ,
1131
+ " $root_gen_dir /cef" ,
1132
1132
]
1133
1133
}
1134
1134
@@ -1276,7 +1276,7 @@ template("make_pack_header") {
1276
1276
1277
1277
# Generate cef_pack_resources.h.
1278
1278
make_pack_header (" resources" ) {
1279
- header = " $root_out_dir /includes /cef/include/cef_pack_resources.h"
1279
+ header = " $root_gen_dir /cef/include/cef_pack_resources.h"
1280
1280
inc = " $root_gen_dir /cef/libcef_dll/cef_pack_resources.inc"
1281
1281
inputs = [
1282
1282
" $root_gen_dir /base/tracing/protos/grit/tracing_proto_resources.h" ,
@@ -1343,7 +1343,7 @@ make_pack_header("resources") {
1343
1343
1344
1344
# Generate cef_pack_strings.h.
1345
1345
make_pack_header (" strings" ) {
1346
- header = " $root_out_dir /includes /cef/include/cef_pack_strings.h"
1346
+ header = " $root_gen_dir /cef/include/cef_pack_strings.h"
1347
1347
inc = " $root_gen_dir /cef/libcef_dll/cef_pack_strings.inc"
1348
1348
inputs = [
1349
1349
" $root_gen_dir /cef/grit/cef_strings.h" ,
@@ -1387,7 +1387,7 @@ make_pack_header("strings") {
1387
1387
1388
1388
# Generate cef_command_ids.h.
1389
1389
make_pack_header (" command_ids" ) {
1390
- header = " $root_out_dir /includes /cef/include/cef_command_ids.h"
1390
+ header = " $root_gen_dir /cef/include/cef_command_ids.h"
1391
1391
inc = " $root_gen_dir /cef/libcef_dll/cef_command_ids.inc"
1392
1392
inputs = [
1393
1393
" //chrome/app/chrome_command_ids.h" ,
@@ -1403,7 +1403,7 @@ action("make_api_versions_header") {
1403
1403
" cef_api_untracked.json" ,
1404
1404
]
1405
1405
outputs = [
1406
- " $root_out_dir /includes /cef/include/cef_api_versions.h" ,
1406
+ " $root_gen_dir /cef/include/cef_api_versions.h" ,
1407
1407
" $root_gen_dir /cef/libcef_dll/cef_api_versions.inc" ,
1408
1408
]
1409
1409
@@ -1418,7 +1418,7 @@ action("make_version_header") {
1418
1418
" VERSION.stamp" ,
1419
1419
" //chrome/VERSION" ,
1420
1420
]
1421
- outputs = [ " $root_out_dir /includes /cef/include/cef_version.h" ]
1421
+ outputs = [ " $root_gen_dir /cef/include/cef_version.h" ]
1422
1422
1423
1423
args = rebase_path (outputs , root_build_dir )
1424
1424
}
@@ -1438,7 +1438,7 @@ action("make_config_header") {
1438
1438
deps = [ " :args_gn_source" ]
1439
1439
1440
1440
inputs = [ " $root_out_dir /args.gn" ]
1441
- outputs = [ " $root_out_dir /includes /cef/include/cef_config.h" ]
1441
+ outputs = [ " $root_gen_dir /cef/include/cef_config.h" ]
1442
1442
1443
1443
args = rebase_path (outputs + inputs , root_build_dir )
1444
1444
}
@@ -1452,7 +1452,7 @@ action("make_colorids_header") {
1452
1452
" //components/color/color_id.h" ,
1453
1453
" //chrome/browser/ui/color/chrome_color_id.h" ,
1454
1454
]
1455
- outputs = [ " $root_out_dir /includes /cef/include/cef_color_ids.h" ]
1455
+ outputs = [ " $root_gen_dir /cef/include/cef_color_ids.h" ]
1456
1456
1457
1457
args = rebase_path (outputs + inputs , root_build_dir )
1458
1458
}
0 commit comments