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

Side by Side Diff: chrome/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "//chrome/browser/resources:translate_internals_resources", 434 "//chrome/browser/resources:translate_internals_resources",
435 ] 435 ]
436 if (!is_ios) { 436 if (!is_ios) {
437 deps += [ 437 deps += [
438 "//chrome/browser/resources:component_extension_resources", 438 "//chrome/browser/resources:component_extension_resources",
439 "//chrome/browser/resources:options_resources", 439 "//chrome/browser/resources:options_resources",
440 "//chrome/browser/resources:settings_resources", 440 "//chrome/browser/resources:settings_resources",
441 ] 441 ]
442 } 442 }
443 443
444 if (is_chromeos) { 444 if (is_chromeos_ui) {
445 deps += [ "//chrome/browser/resources/chromeos/chromevox" ] 445 deps += [ "//chrome/browser/resources/chromeos/chromevox" ]
446 } 446 }
447 447
448 if (enable_extensions) { 448 if (enable_extensions) {
449 deps += [ 449 deps += [
450 "//chrome/browser/resources:quota_internals_resources", 450 "//chrome/browser/resources:quota_internals_resources",
451 "//chrome/browser/resources:sync_file_system_internals_resources", 451 "//chrome/browser/resources:sync_file_system_internals_resources",
452 ] 452 ]
453 } 453 }
454 } 454 }
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "$root_gen_dir/blink/public/resources/blink_resources.pak", 553 "$root_gen_dir/blink/public/resources/blink_resources.pak",
554 "$root_gen_dir/content/browser/tracing/tracing_resources.pak", 554 "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
555 "$root_gen_dir/content/content_resources.pak", 555 "$root_gen_dir/content/content_resources.pak",
556 ] 556 ]
557 deps += [ 557 deps += [
558 "//content:resources", 558 "//content:resources",
559 "//content/browser/tracing:resources", 559 "//content/browser/tracing:resources",
560 "//third_party/WebKit/public:resources", 560 "//third_party/WebKit/public:resources",
561 ] 561 ]
562 } 562 }
563 if (is_chromeos) { 563 if (is_chromeos_ui) {
564 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ] 564 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
565 deps += [ "//ui/file_manager:resources" ] 565 deps += [ "//ui/file_manager:resources" ]
566 } 566 }
567 if (enable_extensions) { 567 if (enable_extensions) {
568 sources += [ 568 sources += [
569 "$root_gen_dir/chrome/extensions_api_resources.pak", 569 "$root_gen_dir/chrome/extensions_api_resources.pak",
570 "$root_gen_dir/extensions/extensions_renderer_resources.pak", 570 "$root_gen_dir/extensions/extensions_renderer_resources.pak",
571 "$root_gen_dir/extensions/extensions_resources.pak", 571 "$root_gen_dir/extensions/extensions_resources.pak",
572 ] 572 ]
573 deps += [ 573 deps += [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 } 677 }
678 if (use_ash) { 678 if (use_ash) {
679 sources += 679 sources +=
680 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ] 680 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ]
681 deps += [ "//ash/resources" ] 681 deps += [ "//ash/resources" ]
682 } 682 }
683 if (toolkit_views) { 683 if (toolkit_views) {
684 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_ percent.pak" ] 684 sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_ percent.pak" ]
685 deps += [ "//ui/views/resources" ] 685 deps += [ "//ui/views/resources" ]
686 } 686 }
687 if (is_chromeos) { 687 if (is_chromeos_ui) {
688 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${ percent}_percent.pak" ] 688 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${ percent}_percent.pak" ]
689 deps += [ "//ui/chromeos/resources" ] 689 deps += [ "//ui/chromeos/resources" ]
690 } 690 }
691 if (enable_extensions) { 691 if (enable_extensions) {
692 sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${perc ent}_percent.pak" ] 692 sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${perc ent}_percent.pak" ]
693 deps += [ "//extensions:extensions_browser_resources" ] 693 deps += [ "//extensions:extensions_browser_resources" ]
694 } 694 }
695 695
696 output = repack_output_file 696 output = repack_output_file
697 } 697 }
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 rebase_path(chrome_binary, root_build_dir), 908 rebase_path(chrome_binary, root_build_dir),
909 rebase_path(symbol_file, root_build_dir), 909 rebase_path(symbol_file, root_build_dir),
910 ] 910 ]
911 911
912 deps = [ 912 deps = [
913 ":chrome", 913 ":chrome",
914 dump_syms_label, 914 dump_syms_label,
915 ] 915 ]
916 } 916 }
917 } 917 }
OLDNEW
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698