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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
9 | 9 |
10 about_credits_file = "$target_gen_dir/about_credits.html" | 10 about_credits_file = "$target_gen_dir/about_credits.html" |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "//components/cloud_devices/common", | 44 "//components/cloud_devices/common", |
45 "//components/metrics:net", | 45 "//components/metrics:net", |
46 "//components/navigation_metrics", | 46 "//components/navigation_metrics", |
47 "//components/os_crypt", | 47 "//components/os_crypt", |
48 "//components/policy:policy_component", | 48 "//components/policy:policy_component", |
49 "//components/query_parser", | 49 "//components/query_parser", |
50 "//components/strings", | 50 "//components/strings", |
51 "//components/translate:translate_core_browser", | 51 "//components/translate:translate_core_browser", |
52 "//components/translate:translate_core_common", | 52 "//components/translate:translate_core_common", |
53 "//components/user_prefs", | 53 "//components/user_prefs", |
| 54 "//components/webdata/common", |
54 "//content/public/browser", | 55 "//content/public/browser", |
55 "//content/public/common", | 56 "//content/public/common", |
56 "//courgette:courgette_lib", | 57 "//courgette:courgette_lib", |
57 "//crypto", | 58 "//crypto", |
58 "//google_apis", | 59 "//google_apis", |
59 "//skia", | 60 "//skia", |
60 "//sql", | 61 "//sql", |
61 "//sync", | 62 "//sync", |
62 "//third_party/cacheinvalidation", | 63 "//third_party/cacheinvalidation", |
63 "//third_party/icu", | 64 "//third_party/icu", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 #"../components/components.gyp:password_manager_core_browser", | 97 #"../components/components.gyp:password_manager_core_browser", |
97 #"../components/components.gyp:password_manager_core_common", | 98 #"../components/components.gyp:password_manager_core_common", |
98 #"../components/components.gyp:precache_core", | 99 #"../components/components.gyp:precache_core", |
99 #"../components/components.gyp:rappor", | 100 #"../components/components.gyp:rappor", |
100 #"../components/components.gyp:search_engines", | 101 #"../components/components.gyp:search_engines", |
101 #"../components/components.gyp:search_provider_logos", | 102 #"../components/components.gyp:search_provider_logos", |
102 #"../components/components.gyp:signin_core_browser", | 103 #"../components/components.gyp:signin_core_browser", |
103 #"../components/components.gyp:startup_metric_utils", | 104 #"../components/components.gyp:startup_metric_utils", |
104 #"../components/components.gyp:sync_driver", | 105 #"../components/components.gyp:sync_driver", |
105 #"../components/components.gyp:url_fixer", | 106 #"../components/components.gyp:url_fixer", |
106 #"../components/components.gyp:webdata_common", | |
107 #"../jingle/jingle.gyp:notifier", | 107 #"../jingle/jingle.gyp:notifier", |
108 #"../third_party/libjingle/libjingle.gyp:libjingle", | 108 #"../third_party/libjingle/libjingle.gyp:libjingle", |
109 #"../ui/message_center/message_center.gyp:message_center", | 109 #"../ui/message_center/message_center.gyp:message_center", |
110 #"../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs", | 110 #"../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs", |
111 # Note: variations dependency from GYP build is omitted because we pick it | 111 # Note: variations dependency from GYP build is omitted because we pick it |
112 # up via chrome/common, and GN doesn't have the GYP dependency bug that | 112 # up via chrome/common, and GN doesn't have the GYP dependency bug that |
113 # made it necessary to include here. | 113 # made it necessary to include here. |
114 ] | 114 ] |
115 | 115 |
116 forward_dependent_configs_from = [ | 116 forward_dependent_configs_from = [ |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 # TODO(GYP) write internal action | 654 # TODO(GYP) write internal action |
655 if (false) { #if (is_chrome_branded) { | 655 if (false) { #if (is_chrome_branded) { |
656 action("chrome_internal_resources_gen") { | 656 action("chrome_internal_resources_gen") { |
657 # TODO(GYP) | 657 # TODO(GYP) |
658 } | 658 } |
659 } else { | 659 } else { |
660 group("chrome_internal_resources_gen") { | 660 group("chrome_internal_resources_gen") { |
661 # Empty placeholder. | 661 # Empty placeholder. |
662 } | 662 } |
663 } | 663 } |
OLD | NEW |