| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
| 10 import("//chrome/chrome_repack_locales.gni") | 10 import("//chrome/chrome_repack_locales.gni") |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "//chrome/browser/resources:translate_internals_resources", | 437 "//chrome/browser/resources:translate_internals_resources", |
| 438 ] | 438 ] |
| 439 if (!is_ios) { | 439 if (!is_ios) { |
| 440 deps += [ | 440 deps += [ |
| 441 "//chrome/browser/resources:component_extension_resources", | 441 "//chrome/browser/resources:component_extension_resources", |
| 442 "//chrome/browser/resources:options_resources", | 442 "//chrome/browser/resources:options_resources", |
| 443 "//chrome/browser/resources:settings_resources", | 443 "//chrome/browser/resources:settings_resources", |
| 444 ] | 444 ] |
| 445 } | 445 } |
| 446 | 446 |
| 447 if (is_chromeos) { | 447 if (use_cros_fe) { |
| 448 deps += [ "//chrome/browser/resources/chromeos/chromevox" ] | 448 deps += [ "//chrome/browser/resources/chromeos/chromevox" ] |
| 449 } | 449 } |
| 450 | 450 |
| 451 if (enable_extensions) { | 451 if (enable_extensions) { |
| 452 deps += [ | 452 deps += [ |
| 453 "//chrome/browser/resources:quota_internals_resources", | 453 "//chrome/browser/resources:quota_internals_resources", |
| 454 "//chrome/browser/resources:sync_file_system_internals_resources", | 454 "//chrome/browser/resources:sync_file_system_internals_resources", |
| 455 ] | 455 ] |
| 456 } | 456 } |
| 457 } | 457 } |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 "$root_gen_dir/blink/public/resources/blink_resources.pak", | 556 "$root_gen_dir/blink/public/resources/blink_resources.pak", |
| 557 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", | 557 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", |
| 558 "$root_gen_dir/content/content_resources.pak", | 558 "$root_gen_dir/content/content_resources.pak", |
| 559 ] | 559 ] |
| 560 deps += [ | 560 deps += [ |
| 561 "//content:resources", | 561 "//content:resources", |
| 562 "//content/browser/tracing:resources", | 562 "//content/browser/tracing:resources", |
| 563 "//third_party/WebKit/public:resources", | 563 "//third_party/WebKit/public:resources", |
| 564 ] | 564 ] |
| 565 } | 565 } |
| 566 if (is_chromeos) { | 566 if (use_cros_fe) { |
| 567 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ] | 567 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ] |
| 568 deps += [ "//ui/file_manager:resources" ] | 568 deps += [ "//ui/file_manager:resources" ] |
| 569 } | 569 } |
| 570 if (enable_extensions) { | 570 if (enable_extensions) { |
| 571 sources += [ | 571 sources += [ |
| 572 "$root_gen_dir/chrome/extensions_api_resources.pak", | 572 "$root_gen_dir/chrome/extensions_api_resources.pak", |
| 573 "$root_gen_dir/extensions/extensions_renderer_resources.pak", | 573 "$root_gen_dir/extensions/extensions_renderer_resources.pak", |
| 574 "$root_gen_dir/extensions/extensions_resources.pak", | 574 "$root_gen_dir/extensions/extensions_resources.pak", |
| 575 ] | 575 ] |
| 576 deps += [ | 576 deps += [ |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 } | 680 } |
| 681 if (use_ash) { | 681 if (use_ash) { |
| 682 sources += | 682 sources += |
| 683 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ] | 683 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ] |
| 684 deps += [ "//ash/resources" ] | 684 deps += [ "//ash/resources" ] |
| 685 } | 685 } |
| 686 if (toolkit_views) { | 686 if (toolkit_views) { |
| 687 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_
percent.pak" ] | 687 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_
percent.pak" ] |
| 688 deps += [ "//ui/views/resources" ] | 688 deps += [ "//ui/views/resources" ] |
| 689 } | 689 } |
| 690 if (is_chromeos) { | 690 if (use_cros_fe) { |
| 691 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${
percent}_percent.pak" ] | 691 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${
percent}_percent.pak" ] |
| 692 deps += [ "//ui/chromeos/resources" ] | 692 deps += [ "//ui/chromeos/resources" ] |
| 693 } | 693 } |
| 694 if (enable_extensions) { | 694 if (enable_extensions) { |
| 695 sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${perc
ent}_percent.pak" ] | 695 sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${perc
ent}_percent.pak" ] |
| 696 deps += [ "//extensions:extensions_browser_resources" ] | 696 deps += [ "//extensions:extensions_browser_resources" ] |
| 697 } | 697 } |
| 698 | 698 |
| 699 output = repack_output_file | 699 output = repack_output_file |
| 700 } | 700 } |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 rebase_path(chrome_binary, root_build_dir), | 911 rebase_path(chrome_binary, root_build_dir), |
| 912 rebase_path(symbol_file, root_build_dir), | 912 rebase_path(symbol_file, root_build_dir), |
| 913 ] | 913 ] |
| 914 | 914 |
| 915 deps = [ | 915 deps = [ |
| 916 ":chrome", | 916 ":chrome", |
| 917 dump_syms_label, | 917 dump_syms_label, |
| 918 ] | 918 ] |
| 919 } | 919 } |
| 920 } | 920 } |
| OLD | NEW |