| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "WebKit.cpp", | 198 "WebKit.cpp", |
| 199 "WebLabelElement.cpp", | 199 "WebLabelElement.cpp", |
| 200 "WebLeakDetector.cpp", | 200 "WebLeakDetector.cpp", |
| 201 "WebLocalFrameImpl.cpp", | 201 "WebLocalFrameImpl.cpp", |
| 202 "WebLocalFrameImpl.h", | 202 "WebLocalFrameImpl.h", |
| 203 "WebMediaDeviceChangeObserver.cpp", | 203 "WebMediaDeviceChangeObserver.cpp", |
| 204 "WebMediaDevicesRequest.cpp", | 204 "WebMediaDevicesRequest.cpp", |
| 205 "WebMediaStreamRegistry.cpp", | 205 "WebMediaStreamRegistry.cpp", |
| 206 "WebMemoryStatistics.cpp", | 206 "WebMemoryStatistics.cpp", |
| 207 "WebMetaElement.cpp", | 207 "WebMetaElement.cpp", |
| 208 "WebMojoBindings.cpp", |
| 208 "WebNetworkStateNotifier.cpp", | 209 "WebNetworkStateNotifier.cpp", |
| 209 "WebNode.cpp", | 210 "WebNode.cpp", |
| 210 "WebOptionElement.cpp", | 211 "WebOptionElement.cpp", |
| 211 "WebPageImportanceSignals.cpp", | 212 "WebPageImportanceSignals.cpp", |
| 212 "WebPagePopupImpl.cpp", | 213 "WebPagePopupImpl.cpp", |
| 213 "WebPagePopupImpl.h", | 214 "WebPagePopupImpl.h", |
| 214 "WebPepperSocket.cpp", | 215 "WebPepperSocket.cpp", |
| 215 "WebPepperSocketChannelClientProxy.h", | 216 "WebPepperSocketChannelClientProxy.h", |
| 216 "WebPepperSocketImpl.cpp", | 217 "WebPepperSocketImpl.cpp", |
| 217 "WebPepperSocketImpl.h", | 218 "WebPepperSocketImpl.h", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 | 428 |
| 428 if (is_android) { | 429 if (is_android) { |
| 429 deps += [ | 430 deps += [ |
| 430 "//base:base_java", | 431 "//base:base_java", |
| 431 "//content/public/android:content_java", | 432 "//content/public/android:content_java", |
| 432 "//content/shell/android:content_shell_assets", | 433 "//content/shell/android:content_shell_assets", |
| 433 "//net/android:net_java", | 434 "//net/android:net_java", |
| 434 ] | 435 ] |
| 435 } | 436 } |
| 436 } | 437 } |
| OLD | NEW |