OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/chrome_build.gni") | 6 import("//build/config/chrome_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
10 import("//build/config/sanitizers/sanitizers.gni") | 10 import("//build/config/sanitizers/sanitizers.gni") |
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1256 sources += [ | 1256 sources += [ |
1257 "$root_gen_dir/blink/public/resources/blink_image_resources_${percent}_p
ercent.pak", | 1257 "$root_gen_dir/blink/public/resources/blink_image_resources_${percent}_p
ercent.pak", |
1258 "$root_gen_dir/content/app/resources/content_resources_${percent}_percen
t.pak", | 1258 "$root_gen_dir/content/app/resources/content_resources_${percent}_percen
t.pak", |
1259 ] | 1259 ] |
1260 deps += [ | 1260 deps += [ |
1261 "//content/app/resources", | 1261 "//content/app/resources", |
1262 "//third_party/WebKit/public:image_resources", | 1262 "//third_party/WebKit/public:image_resources", |
1263 ] | 1263 ] |
1264 } | 1264 } |
1265 if (use_ash) { | 1265 if (use_ash) { |
1266 sources += | 1266 sources += [ |
1267 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ] | 1267 "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak", |
1268 deps += [ "//ash/resources" ] | 1268 "$root_gen_dir/ash/wm/common/resources/ash_wm_common_resources_${percent
}_percent.pak", |
| 1269 ] |
| 1270 deps += [ |
| 1271 "//ash/resources", |
| 1272 "//ash/wm/common/resources", |
| 1273 ] |
1269 } | 1274 } |
1270 if (toolkit_views) { | 1275 if (toolkit_views) { |
1271 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_
percent.pak" ] | 1276 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_
percent.pak" ] |
1272 deps += [ "//ui/views/resources" ] | 1277 deps += [ "//ui/views/resources" ] |
1273 } | 1278 } |
1274 if (is_chromeos) { | 1279 if (is_chromeos) { |
1275 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${
percent}_percent.pak" ] | 1280 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${
percent}_percent.pak" ] |
1276 deps += [ "//ui/chromeos/resources" ] | 1281 deps += [ "//ui/chromeos/resources" ] |
1277 } | 1282 } |
1278 if (enable_extensions) { | 1283 if (enable_extensions) { |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1532 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1537 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
1533 "//chrome/tools/build/linux/chrome-wrapper", | 1538 "//chrome/tools/build/linux/chrome-wrapper", |
1534 "//third_party/xdg-utils/scripts/xdg-mime", | 1539 "//third_party/xdg-utils/scripts/xdg-mime", |
1535 "//third_party/xdg-utils/scripts/xdg-settings", | 1540 "//third_party/xdg-utils/scripts/xdg-settings", |
1536 ] | 1541 ] |
1537 outputs = [ | 1542 outputs = [ |
1538 "$root_out_dir/{{source_file_part}}", | 1543 "$root_out_dir/{{source_file_part}}", |
1539 ] | 1544 ] |
1540 } | 1545 } |
1541 } | 1546 } |
OLD | NEW |