Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: chrome/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build/config/win/manifest.gni") 10 import("//build/config/win/manifest.gni")
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "$root_gen_dir/chrome/memory_internals_resources.pak", 628 "$root_gen_dir/chrome/memory_internals_resources.pak",
629 "$root_gen_dir/chrome/net_internals_resources.pak", 629 "$root_gen_dir/chrome/net_internals_resources.pak",
630 "$root_gen_dir/chrome/password_manager_internals_resources.pak", 630 "$root_gen_dir/chrome/password_manager_internals_resources.pak",
631 "$root_gen_dir/chrome/signin_internals_resources.pak", 631 "$root_gen_dir/chrome/signin_internals_resources.pak",
632 "$root_gen_dir/chrome/translate_internals_resources.pak", 632 "$root_gen_dir/chrome/translate_internals_resources.pak",
633 "$root_gen_dir/components/components_resources.pak", 633 "$root_gen_dir/components/components_resources.pak",
634 "$root_gen_dir/net/net_resources.pak", 634 "$root_gen_dir/net/net_resources.pak",
635 "$root_gen_dir/ui/resources/webui_resources.pak", 635 "$root_gen_dir/ui/resources/webui_resources.pak",
636 ] 636 ]
637 deps = [ 637 deps = [
638 "//chrome/app/theme:chrome_unscaled_resources",
638 "//chrome/browser:resources", 639 "//chrome/browser:resources",
639 "//chrome/app/theme:chrome_unscaled_resources",
640 "//chrome/common:resources",
641 "//chrome/browser/resources:invalidations_resources", 640 "//chrome/browser/resources:invalidations_resources",
642 "//chrome/browser/resources:memory_internals_resources", 641 "//chrome/browser/resources:memory_internals_resources",
643 "//chrome/browser/resources:net_internals_resources", 642 "//chrome/browser/resources:net_internals_resources",
644 "//chrome/browser/resources:password_manager_internals_resources", 643 "//chrome/browser/resources:password_manager_internals_resources",
645 "//chrome/browser/resources:signin_internals_resources", 644 "//chrome/browser/resources:signin_internals_resources",
646 "//chrome/browser/resources:translate_internals_resources", 645 "//chrome/browser/resources:translate_internals_resources",
646 "//chrome/common:resources",
647 "//components/resources", 647 "//components/resources",
648 "//net:net_resources", 648 "//net:net_resources",
649 "//ui/resources", 649 "//ui/resources",
650 ] 650 ]
651 651
652 if (!is_ios && !is_android) { 652 if (!is_ios && !is_android) {
653 # New paks should be added here by default. 653 # New paks should be added here by default.
654 sources += [ 654 sources += [
655 "$root_gen_dir/blink/devtools_resources.pak", 655 "$root_gen_dir/blink/devtools_resources.pak",
656 "$root_gen_dir/chrome/component_extension_resources.pak", 656 "$root_gen_dir/chrome/component_extension_resources.pak",
657 "$root_gen_dir/chrome/options_resources.pak", 657 "$root_gen_dir/chrome/options_resources.pak",
658 "$root_gen_dir/chrome/quota_internals_resources.pak", 658 "$root_gen_dir/chrome/quota_internals_resources.pak",
659 "$root_gen_dir/chrome/settings_resources.pak", 659 "$root_gen_dir/chrome/settings_resources.pak",
660 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", 660 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak",
661 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak", 661 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak",
662 ] 662 ]
663 deps += [ 663 deps += [
664 "//chrome/browser/devtools:webrtc_device_provider_resources", 664 "//chrome/browser/devtools:webrtc_device_provider_resources",
665 "//chrome/browser/resources:component_extension_resources", 665 "//chrome/browser/resources:component_extension_resources",
666 "//chrome/browser/resources:options_resources", 666 "//chrome/browser/resources:options_resources",
667 "//chrome/browser/resources:quota_internals_resources",
667 "//chrome/browser/resources:settings_resources", 668 "//chrome/browser/resources:settings_resources",
668 "//chrome/browser/resources:quota_internals_resources",
669 "//chrome/browser/resources:sync_file_system_internals_resources", 669 "//chrome/browser/resources:sync_file_system_internals_resources",
670 "//content/browser/devtools:devtools_resources", 670 "//content/browser/devtools:devtools_resources",
671 ] 671 ]
672 } 672 }
673 if (!is_ios) { 673 if (!is_ios) {
674 sources += [ 674 sources += [
675 "$root_gen_dir/blink/public/resources/blink_resources.pak", 675 "$root_gen_dir/blink/public/resources/blink_resources.pak",
676 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", 676 "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
677 "$root_gen_dir/content/content_resources.pak", 677 "$root_gen_dir/content/content_resources.pak",
678 ] 678 ]
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1044 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1045 "//chrome/tools/build/linux/chrome-wrapper", 1045 "//chrome/tools/build/linux/chrome-wrapper",
1046 "//third_party/xdg-utils/scripts/xdg-mime", 1046 "//third_party/xdg-utils/scripts/xdg-mime",
1047 "//third_party/xdg-utils/scripts/xdg-settings", 1047 "//third_party/xdg-utils/scripts/xdg-settings",
1048 ] 1048 ]
1049 outputs = [ 1049 outputs = [
1050 "$root_out_dir/{{source_file_part}}", 1050 "$root_out_dir/{{source_file_part}}",
1051 ] 1051 ]
1052 } 1052 }
1053 } 1053 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698