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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/locales.gni") | 8 import("//build/config/locales.gni") |
9 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 | 674 |
675 if (!is_ios && !is_android) { | 675 if (!is_ios && !is_android) { |
676 # New paks should be added here by default. | 676 # New paks should be added here by default. |
677 sources += [ | 677 sources += [ |
678 "$root_gen_dir/blink/devtools_resources.pak", | 678 "$root_gen_dir/blink/devtools_resources.pak", |
679 "$root_gen_dir/chrome/component_extension_resources.pak", | 679 "$root_gen_dir/chrome/component_extension_resources.pak", |
680 "$root_gen_dir/chrome/options_resources.pak", | 680 "$root_gen_dir/chrome/options_resources.pak", |
681 "$root_gen_dir/chrome/quota_internals_resources.pak", | 681 "$root_gen_dir/chrome/quota_internals_resources.pak", |
682 "$root_gen_dir/chrome/settings_resources.pak", | 682 "$root_gen_dir/chrome/settings_resources.pak", |
683 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", | 683 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", |
684 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak", | |
685 ] | 684 ] |
686 deps += [ | 685 deps += [ |
687 "//chrome/browser/devtools:webrtc_device_provider_resources", | |
688 "//chrome/browser/resources:component_extension_resources", | 686 "//chrome/browser/resources:component_extension_resources", |
689 "//chrome/browser/resources:options_resources", | 687 "//chrome/browser/resources:options_resources", |
690 "//chrome/browser/resources:quota_internals_resources", | 688 "//chrome/browser/resources:quota_internals_resources", |
691 "//chrome/browser/resources:settings_resources", | 689 "//chrome/browser/resources:settings_resources", |
692 "//chrome/browser/resources:sync_file_system_internals_resources", | 690 "//chrome/browser/resources:sync_file_system_internals_resources", |
693 "//content/browser/devtools:devtools_resources", | 691 "//content/browser/devtools:devtools_resources", |
694 ] | 692 ] |
695 } | 693 } |
696 if (!is_ios) { | 694 if (!is_ios) { |
697 sources += [ | 695 sources += [ |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1069 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1067 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
1070 "//chrome/tools/build/linux/chrome-wrapper", | 1068 "//chrome/tools/build/linux/chrome-wrapper", |
1071 "//third_party/xdg-utils/scripts/xdg-mime", | 1069 "//third_party/xdg-utils/scripts/xdg-mime", |
1072 "//third_party/xdg-utils/scripts/xdg-settings", | 1070 "//third_party/xdg-utils/scripts/xdg-settings", |
1073 ] | 1071 ] |
1074 outputs = [ | 1072 outputs = [ |
1075 "$root_out_dir/{{source_file_part}}", | 1073 "$root_out_dir/{{source_file_part}}", |
1076 ] | 1074 ] |
1077 } | 1075 } |
1078 } | 1076 } |
OLD | NEW |