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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 "//third_party/icu", | 74 "//third_party/icu", |
75 "//third_party/libxml", | 75 "//third_party/libxml", |
76 "//third_party/widevine/cdm:version_h", | 76 "//third_party/widevine/cdm:version_h", |
77 "//third_party/zlib", | 77 "//third_party/zlib", |
78 "//third_party/zlib:minizip", | 78 "//third_party/zlib:minizip", |
79 "//third_party/zlib:zip", | 79 "//third_party/zlib:zip", |
80 "//ui/base", | 80 "//ui/base", |
81 "//ui/events", | 81 "//ui/events", |
82 "//ui/gfx", | 82 "//ui/gfx", |
83 "//ui/gfx/geometry", | 83 "//ui/gfx/geometry", |
| 84 "//ui/message_center", |
| 85 "//ui/shell_dialogs", |
84 "//ui/strings", | 86 "//ui/strings", |
85 "//ui/resources", | 87 "//ui/resources", |
86 # TODO(GYP) | 88 # TODO(GYP) |
87 #"browser_ui", | 89 #"browser_ui", |
88 #"../components/components.gyp:bookmarks_browser", | 90 #"../components/components.gyp:bookmarks_browser", |
89 #"../components/components.gyp:feedback_component", | 91 #"../components/components.gyp:feedback_component", |
90 #"../components/components.gyp:gcm_driver", | 92 #"../components/components.gyp:gcm_driver", |
91 #"../components/components.gyp:google_core_browser", | 93 #"../components/components.gyp:google_core_browser", |
92 #"../components/components.gyp:infobars_core", | 94 #"../components/components.gyp:infobars_core", |
93 #"../components/components.gyp:invalidation", | 95 #"../components/components.gyp:invalidation", |
94 #"../components/components.gyp:network_time", | 96 #"../components/components.gyp:network_time", |
95 #"../components/components.gyp:omaha_query_params", | 97 #"../components/components.gyp:omaha_query_params", |
96 #"../components/components.gyp:password_manager_core_browser", | 98 #"../components/components.gyp:password_manager_core_browser", |
97 #"../components/components.gyp:password_manager_core_common", | 99 #"../components/components.gyp:password_manager_core_common", |
98 #"../components/components.gyp:precache_core", | 100 #"../components/components.gyp:precache_core", |
99 #"../components/components.gyp:search_engines", | 101 #"../components/components.gyp:search_engines", |
100 #"../components/components.gyp:search_provider_logos", | 102 #"../components/components.gyp:search_provider_logos", |
101 #"../components/components.gyp:signin_core_browser", | 103 #"../components/components.gyp:signin_core_browser", |
102 #"../components/components.gyp:startup_metric_utils", | 104 #"../components/components.gyp:startup_metric_utils", |
103 #"../components/components.gyp:sync_driver", | 105 #"../components/components.gyp:sync_driver", |
104 #"../jingle/jingle.gyp:notifier", | 106 #"../jingle/jingle.gyp:notifier", |
105 #"../third_party/libjingle/libjingle.gyp:libjingle", | 107 #"../third_party/libjingle/libjingle.gyp:libjingle", |
106 #"../ui/message_center/message_center.gyp:message_center", | |
107 #"../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs", | |
108 ] | 108 ] |
109 | 109 |
110 forward_dependent_configs_from = [ | 110 forward_dependent_configs_from = [ |
111 "//components/autofill/core/browser", | 111 "//components/autofill/core/browser", |
112 "//content/public/browser", | 112 "//content/public/browser", |
113 "//sql", | 113 "//sql", |
114 "//sync", | 114 "//sync", |
115 ] | 115 ] |
116 | 116 |
117 if (!is_ios) { | 117 if (!is_ios) { |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 # TODO(GYP) write internal action | 651 # TODO(GYP) write internal action |
652 if (false) { #if (is_chrome_branded) { | 652 if (false) { #if (is_chrome_branded) { |
653 action("chrome_internal_resources_gen") { | 653 action("chrome_internal_resources_gen") { |
654 # TODO(GYP) | 654 # TODO(GYP) |
655 } | 655 } |
656 } else { | 656 } else { |
657 group("chrome_internal_resources_gen") { | 657 group("chrome_internal_resources_gen") { |
658 # Empty placeholder. | 658 # Empty placeholder. |
659 } | 659 } |
660 } | 660 } |
OLD | NEW |