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("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.gni") |
9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
10 | 10 |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "//components/password_manager/content/browser", | 149 "//components/password_manager/content/browser", |
150 "//components/precache/content", | 150 "//components/precache/content", |
151 "//components/sessions", | 151 "//components/sessions", |
152 "//components/storage_monitor", | 152 "//components/storage_monitor", |
153 "//components/translate/content/browser", | 153 "//components/translate/content/browser", |
154 "//components/url_matcher", | 154 "//components/url_matcher", |
155 "//components/usb_service", | 155 "//components/usb_service", |
156 "//components/visitedlink/browser", | 156 "//components/visitedlink/browser", |
157 "//components/visitedlink/common", | 157 "//components/visitedlink/common", |
158 "//components/web_modal", | 158 "//components/web_modal", |
| 159 "//content/app/resources", |
159 "//media", | 160 "//media", |
160 "//media/cast:net", | 161 "//media/cast:net", |
161 "//mojo/environment:chromium", | 162 "//mojo/environment:chromium", |
162 "//mojo/public/cpp/bindings", | 163 "//mojo/public/cpp/bindings", |
163 "//mojo/public/js/bindings", | 164 "//mojo/public/js/bindings", |
164 "//mojo/system", | 165 "//mojo/system", |
165 "//net:net_with_v8", | 166 "//net:net_with_v8", |
166 "//third_party/WebKit/public:resources", | 167 "//third_party/WebKit/public:resources", |
167 "//third_party/adobe/flash:flapper_version_h", | 168 "//third_party/adobe/flash:flapper_version_h", |
168 "//third_party/expat", | 169 "//third_party/expat", |
169 "//third_party/leveldatabase", | 170 "//third_party/leveldatabase", |
170 "//third_party/libaddressinput", | 171 "//third_party/libaddressinput", |
171 "//third_party/libyuv", | 172 "//third_party/libyuv", |
172 "//third_party/npapi", | 173 "//third_party/npapi", |
173 "//third_party/re2", | 174 "//third_party/re2", |
174 "//third_party/smhasher:cityhash", | 175 "//third_party/smhasher:cityhash", |
175 "//ui/gl", | 176 "//ui/gl", |
176 "//ui/surface", | 177 "//ui/surface", |
177 "//ui/web_dialogs", | 178 "//ui/web_dialogs", |
178 "//v8", | 179 "//v8", |
179 "//webkit/browser:storage", | 180 "//webkit/browser:storage", |
180 "//webkit/common", | 181 "//webkit/common", |
181 "//webkit/common:storage", | 182 "//webkit/common:storage", |
182 "//webkit/glue/resources", | |
183 #"apps", TODO(GYP) | 183 #"apps", TODO(GYP) |
184 ## TODO(tonyg): Remove this dependency (crbug.com/280157). | 184 ## TODO(tonyg): Remove this dependency (crbug.com/280157). |
185 #"../testing/perf/perf_test.gyp:*", TODO(GYP) | 185 #"../testing/perf/perf_test.gyp:*", TODO(GYP) |
186 # Note: for this one also remove the webrtc_stub_config | 186 # Note: for this one also remove the webrtc_stub_config |
187 #"../third_party/webrtc/modules/modules.gyp:desktop_capture", TODO(GYP) | 187 #"../third_party/webrtc/modules/modules.gyp:desktop_capture", TODO(GYP) |
188 ] | 188 ] |
189 } else { # iOS | 189 } else { # iOS |
190 sources += rebase_path(gypi_values.chrome_browser_ios_sources, | 190 sources += rebase_path(gypi_values.chrome_browser_ios_sources, |
191 ".", "//chrome") | 191 ".", "//chrome") |
192 deps += [ | 192 deps += [ |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 # TODO(GYP) write internal action | 659 # TODO(GYP) write internal action |
660 if (false) { #if (is_chrome_branded) { | 660 if (false) { #if (is_chrome_branded) { |
661 action("chrome_internal_resources_gen") { | 661 action("chrome_internal_resources_gen") { |
662 # TODO(GYP) | 662 # TODO(GYP) |
663 } | 663 } |
664 } else { | 664 } else { |
665 group("chrome_internal_resources_gen") { | 665 group("chrome_internal_resources_gen") { |
666 # Empty placeholder. | 666 # Empty placeholder. |
667 } | 667 } |
668 } | 668 } |
OLD | NEW |