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

Side by Side Diff: chrome/BUILD.gn

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extracting PolicyUi + Renaming. Created 5 years, 2 months 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 } 509 }
510 } 510 }
511 511
512 # GYP version: chrome/chrome_resources.gyp:chrome_extra_resources 512 # GYP version: chrome/chrome_resources.gyp:chrome_extra_resources
513 group("extra_resources") { 513 group("extra_resources") {
514 public_deps = [ 514 public_deps = [
515 "//chrome/browser/resources:invalidations_resources", 515 "//chrome/browser/resources:invalidations_resources",
516 "//chrome/browser/resources:memory_internals_resources", 516 "//chrome/browser/resources:memory_internals_resources",
517 "//chrome/browser/resources:net_internals_resources", 517 "//chrome/browser/resources:net_internals_resources",
518 "//chrome/browser/resources:password_manager_internals_resources", 518 "//chrome/browser/resources:password_manager_internals_resources",
519 "//chrome/browser/resources:policy_resources",
519 "//chrome/browser/resources:signin_internals_resources", 520 "//chrome/browser/resources:signin_internals_resources",
520 "//chrome/browser/resources:translate_internals_resources", 521 "//chrome/browser/resources:translate_internals_resources",
521 ] 522 ]
522 if (!is_ios) { 523 if (!is_ios) {
523 public_deps += [ 524 public_deps += [
524 "//chrome/browser/resources:component_extension_resources", 525 "//chrome/browser/resources:component_extension_resources",
525 "//chrome/browser/resources:options_resources", 526 "//chrome/browser/resources:options_resources",
526 "//chrome/browser/resources:settings_resources", 527 "//chrome/browser/resources:settings_resources",
527 ] 528 ]
528 } 529 }
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 repack("packed_extra_resources") { 587 repack("packed_extra_resources") {
587 visibility = [ "./*" ] 588 visibility = [ "./*" ]
588 sources = [ 589 sources = [
589 "$root_gen_dir/chrome/browser_resources.pak", 590 "$root_gen_dir/chrome/browser_resources.pak",
590 "$root_gen_dir/chrome/chrome_unscaled_resources.pak", 591 "$root_gen_dir/chrome/chrome_unscaled_resources.pak",
591 "$root_gen_dir/chrome/common_resources.pak", 592 "$root_gen_dir/chrome/common_resources.pak",
592 "$root_gen_dir/chrome/invalidations_resources.pak", 593 "$root_gen_dir/chrome/invalidations_resources.pak",
593 "$root_gen_dir/chrome/memory_internals_resources.pak", 594 "$root_gen_dir/chrome/memory_internals_resources.pak",
594 "$root_gen_dir/chrome/net_internals_resources.pak", 595 "$root_gen_dir/chrome/net_internals_resources.pak",
595 "$root_gen_dir/chrome/password_manager_internals_resources.pak", 596 "$root_gen_dir/chrome/password_manager_internals_resources.pak",
597 "$root_gen_dir/chrome/policy_resources.pak",
596 "$root_gen_dir/chrome/signin_internals_resources.pak", 598 "$root_gen_dir/chrome/signin_internals_resources.pak",
597 "$root_gen_dir/chrome/translate_internals_resources.pak", 599 "$root_gen_dir/chrome/translate_internals_resources.pak",
598 "$root_gen_dir/components/components_resources.pak", 600 "$root_gen_dir/components/components_resources.pak",
599 "$root_gen_dir/net/net_resources.pak", 601 "$root_gen_dir/net/net_resources.pak",
600 "$root_gen_dir/ui/resources/webui_resources.pak", 602 "$root_gen_dir/ui/resources/webui_resources.pak",
601 ] 603 ]
602 deps = [ 604 deps = [
603 "//chrome/browser:resources", 605 "//chrome/browser:resources",
604 "//chrome/app/theme:chrome_unscaled_resources", 606 "//chrome/app/theme:chrome_unscaled_resources",
605 "//chrome/common:resources", 607 "//chrome/common:resources",
606 "//chrome/browser/resources:invalidations_resources", 608 "//chrome/browser/resources:invalidations_resources",
607 "//chrome/browser/resources:memory_internals_resources", 609 "//chrome/browser/resources:memory_internals_resources",
608 "//chrome/browser/resources:net_internals_resources", 610 "//chrome/browser/resources:net_internals_resources",
609 "//chrome/browser/resources:password_manager_internals_resources", 611 "//chrome/browser/resources:password_manager_internals_resources",
612 "//chrome/browser/resources:policy_resources",
610 "//chrome/browser/resources:signin_internals_resources", 613 "//chrome/browser/resources:signin_internals_resources",
611 "//chrome/browser/resources:translate_internals_resources", 614 "//chrome/browser/resources:translate_internals_resources",
612 "//components/resources", 615 "//components/resources",
613 "//net:net_resources", 616 "//net:net_resources",
614 "//ui/resources", 617 "//ui/resources",
615 ] 618 ]
616 619
617 if (!is_ios && !is_android) { 620 if (!is_ios && !is_android) {
618 # New paks should be added here by default. 621 # New paks should be added here by default.
619 sources += [ 622 sources += [
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1018 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1016 "//chrome/tools/build/linux/chrome-wrapper", 1019 "//chrome/tools/build/linux/chrome-wrapper",
1017 "//third_party/xdg-utils/scripts/xdg-mime", 1020 "//third_party/xdg-utils/scripts/xdg-mime",
1018 "//third_party/xdg-utils/scripts/xdg-settings", 1021 "//third_party/xdg-utils/scripts/xdg-settings",
1019 ] 1022 ]
1020 outputs = [ 1023 outputs = [
1021 "$root_out_dir/{{source_file_part}}", 1024 "$root_out_dir/{{source_file_part}}",
1022 ] 1025 ]
1023 } 1026 }
1024 } 1027 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698