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/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/locales.gni") | 6 import("//build/config/locales.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//chrome/chrome_repack_locales.gni") | 8 import("//chrome/chrome_repack_locales.gni") |
9 import("//chrome/version.gni") | 9 import("//chrome/version.gni") |
10 | 10 |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 | 478 |
479 if (!is_ios) { | 479 if (!is_ios) { |
480 sources += [ "$root_gen_dir/content/app/resources/content_resources_${perc
ent}_percent.pak" ] | 480 sources += [ "$root_gen_dir/content/app/resources/content_resources_${perc
ent}_percent.pak" ] |
481 deps += [ "//content:resources" ] | 481 deps += [ "//content:resources" ] |
482 } | 482 } |
483 if (use_ash) { | 483 if (use_ash) { |
484 sources += | 484 sources += |
485 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ] | 485 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ] |
486 deps += [ "//ash/resources" ] | 486 deps += [ "//ash/resources" ] |
487 } | 487 } |
488 if (use_athena) { | |
489 sources += [ "$root_gen_dir/athena/resources/athena_resources_${percent}_p
ercent.pak" ] | |
490 deps += [ "//athena/resources" ] | |
491 } | |
492 if (is_chromeos) { | 488 if (is_chromeos) { |
493 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${
percent}_percent.pak" ] | 489 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${
percent}_percent.pak" ] |
494 deps += [ "//ui/chromeos/resources" ] | 490 deps += [ "//ui/chromeos/resources" ] |
495 } | 491 } |
496 if (enable_extensions) { | 492 if (enable_extensions) { |
497 sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${perc
ent}_percent.pak" ] | 493 sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${perc
ent}_percent.pak" ] |
498 } | 494 } |
499 | 495 |
500 output = repack_output_file | 496 output = repack_output_file |
501 } | 497 } |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 "//chrome/browser", | 583 "//chrome/browser", |
588 "//chrome/browser/ui", | 584 "//chrome/browser/ui", |
589 "//chrome/plugin", | 585 "//chrome/plugin", |
590 "//chrome/renderer", | 586 "//chrome/renderer", |
591 "//chrome/utility", | 587 "//chrome/utility", |
592 "//components/enhanced_bookmarks", | 588 "//components/enhanced_bookmarks", |
593 "//content/public/app:browser", | 589 "//content/public/app:browser", |
594 ] | 590 ] |
595 } | 591 } |
596 } | 592 } |
OLD | NEW |