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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
10 import("//third_party/WebKit/Source/modules/modules.gni") | 10 import("//third_party/WebKit/Source/modules/modules.gni") |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "WebKit.cpp", | 196 "WebKit.cpp", |
197 "WebLabelElement.cpp", | 197 "WebLabelElement.cpp", |
198 "WebLeakDetector.cpp", | 198 "WebLeakDetector.cpp", |
199 "WebLocalFrameImpl.cpp", | 199 "WebLocalFrameImpl.cpp", |
200 "WebLocalFrameImpl.h", | 200 "WebLocalFrameImpl.h", |
201 "WebMediaDeviceChangeObserver.cpp", | 201 "WebMediaDeviceChangeObserver.cpp", |
202 "WebMediaDevicesRequest.cpp", | 202 "WebMediaDevicesRequest.cpp", |
203 "WebMediaStreamRegistry.cpp", | 203 "WebMediaStreamRegistry.cpp", |
204 "WebMemoryStatistics.cpp", | 204 "WebMemoryStatistics.cpp", |
205 "WebMetaElement.cpp", | 205 "WebMetaElement.cpp", |
| 206 "WebMojoBindings.cpp", |
206 "WebNetworkStateNotifier.cpp", | 207 "WebNetworkStateNotifier.cpp", |
207 "WebNode.cpp", | 208 "WebNode.cpp", |
208 "WebOptionElement.cpp", | 209 "WebOptionElement.cpp", |
209 "WebPageImportanceSignals.cpp", | 210 "WebPageImportanceSignals.cpp", |
210 "WebPagePopupImpl.cpp", | 211 "WebPagePopupImpl.cpp", |
211 "WebPagePopupImpl.h", | 212 "WebPagePopupImpl.h", |
212 "WebPepperSocket.cpp", | 213 "WebPepperSocket.cpp", |
213 "WebPepperSocketChannelClientProxy.h", | 214 "WebPepperSocketChannelClientProxy.h", |
214 "WebPepperSocketImpl.cpp", | 215 "WebPepperSocketImpl.cpp", |
215 "WebPepperSocketImpl.h", | 216 "WebPepperSocketImpl.h", |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 | 425 |
425 if (is_android) { | 426 if (is_android) { |
426 deps += [ | 427 deps += [ |
427 "//base:base_java", | 428 "//base:base_java", |
428 "//content/public/android:content_java", | 429 "//content/public/android:content_java", |
429 "//content/shell/android:content_shell_assets", | 430 "//content/shell/android:content_shell_assets", |
430 "//net/android:net_java", | 431 "//net/android:net_java", |
431 ] | 432 ] |
432 } | 433 } |
433 } | 434 } |
OLD | NEW |