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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 "//components/web_modal", | 159 "//components/web_modal", |
160 "//content/app/resources", | 160 "//content/app/resources", |
161 "//media", | 161 "//media", |
162 "//media/cast:net", | 162 "//media/cast:net", |
163 "//mojo/environment:chromium", | 163 "//mojo/environment:chromium", |
164 "//mojo/public/cpp/bindings", | 164 "//mojo/public/cpp/bindings", |
165 "//mojo/public/js/bindings", | 165 "//mojo/public/js/bindings", |
166 "//mojo/system", | 166 "//mojo/system", |
167 "//net:extras", | 167 "//net:extras", |
168 "//net:net_with_v8", | 168 "//net:net_with_v8", |
| 169 "//storage/browser", |
169 "//storage/common", | 170 "//storage/common", |
170 "//third_party/WebKit/public:resources", | 171 "//third_party/WebKit/public:resources", |
171 "//third_party/expat", | 172 "//third_party/expat", |
172 "//third_party/leveldatabase", | 173 "//third_party/leveldatabase", |
173 "//third_party/libaddressinput", | 174 "//third_party/libaddressinput", |
174 "//third_party/libyuv", | 175 "//third_party/libyuv", |
175 "//third_party/npapi", | 176 "//third_party/npapi", |
176 "//third_party/re2", | 177 "//third_party/re2", |
177 "//third_party/smhasher:cityhash", | 178 "//third_party/smhasher:cityhash", |
178 "//third_party/webrtc/modules/desktop_capture", | 179 "//third_party/webrtc/modules/desktop_capture", |
179 "//ui/gl", | 180 "//ui/gl", |
180 "//ui/surface", | 181 "//ui/surface", |
181 "//ui/web_dialogs", | 182 "//ui/web_dialogs", |
182 "//v8", | 183 "//v8", |
183 "//webkit/browser:storage", | |
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 ] | 186 ] |
187 } else { # iOS | 187 } else { # iOS |
188 sources += rebase_path(gypi_values.chrome_browser_ios_sources, | 188 sources += rebase_path(gypi_values.chrome_browser_ios_sources, |
189 ".", "//chrome") | 189 ".", "//chrome") |
190 deps += [ | 190 deps += [ |
191 "//net", | 191 "//net", |
192 ] | 192 ] |
193 libs += [ | 193 libs += [ |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 # TODO(GYP) write internal action | 661 # TODO(GYP) write internal action |
662 if (false) { #if (is_chrome_branded) { | 662 if (false) { #if (is_chrome_branded) { |
663 action("chrome_internal_resources_gen") { | 663 action("chrome_internal_resources_gen") { |
664 # TODO(GYP) | 664 # TODO(GYP) |
665 } | 665 } |
666 } else { | 666 } else { |
667 group("chrome_internal_resources_gen") { | 667 group("chrome_internal_resources_gen") { |
668 # Empty placeholder. | 668 # Empty placeholder. |
669 } | 669 } |
670 } | 670 } |
OLD | NEW |