| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "WebInputEventConversion.cpp", | 194 "WebInputEventConversion.cpp", |
| 195 "WebInputEventConversion.h", | 195 "WebInputEventConversion.h", |
| 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 "WebMetaElement.cpp", | 205 "WebMetaElement.cpp", |
| 205 "WebNetworkStateNotifier.cpp", | 206 "WebNetworkStateNotifier.cpp", |
| 206 "WebNode.cpp", | 207 "WebNode.cpp", |
| 207 "WebOptionElement.cpp", | 208 "WebOptionElement.cpp", |
| 208 "WebPageImportanceSignals.cpp", | 209 "WebPageImportanceSignals.cpp", |
| 209 "WebPagePopupImpl.cpp", | 210 "WebPagePopupImpl.cpp", |
| 210 "WebPagePopupImpl.h", | 211 "WebPagePopupImpl.h", |
| 211 "WebPepperSocket.cpp", | 212 "WebPepperSocket.cpp", |
| 212 "WebPepperSocketChannelClientProxy.h", | 213 "WebPepperSocketChannelClientProxy.h", |
| 213 "WebPepperSocketImpl.cpp", | 214 "WebPepperSocketImpl.cpp", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 | 424 |
| 424 if (is_android) { | 425 if (is_android) { |
| 425 deps += [ | 426 deps += [ |
| 426 "//base:base_java", | 427 "//base:base_java", |
| 427 "//content/public/android:content_java", | 428 "//content/public/android:content_java", |
| 428 "//content/shell/android:content_shell_assets", | 429 "//content/shell/android:content_shell_assets", |
| 429 "//net/android:net_java", | 430 "//net/android:net_java", |
| 430 ] | 431 ] |
| 431 } | 432 } |
| 432 } | 433 } |
| OLD | NEW |