| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 "WebLabelElement.cpp", | 203 "WebLabelElement.cpp", |
| 204 "WebLanguageDetectionDetails.cpp", | 204 "WebLanguageDetectionDetails.cpp", |
| 205 "WebLeakDetector.cpp", | 205 "WebLeakDetector.cpp", |
| 206 "WebLocalFrameImpl.cpp", | 206 "WebLocalFrameImpl.cpp", |
| 207 "WebLocalFrameImpl.h", | 207 "WebLocalFrameImpl.h", |
| 208 "WebMediaDeviceChangeObserver.cpp", | 208 "WebMediaDeviceChangeObserver.cpp", |
| 209 "WebMediaDevicesRequest.cpp", | 209 "WebMediaDevicesRequest.cpp", |
| 210 "WebMediaStreamRegistry.cpp", | 210 "WebMediaStreamRegistry.cpp", |
| 211 "WebMemoryStatistics.cpp", | 211 "WebMemoryStatistics.cpp", |
| 212 "WebMetaElement.cpp", | 212 "WebMetaElement.cpp", |
| 213 "WebNetworkStateNotifier.cpp", | |
| 214 "WebNode.cpp", | 213 "WebNode.cpp", |
| 215 "WebOptionElement.cpp", | 214 "WebOptionElement.cpp", |
| 216 "WebPageImportanceSignals.cpp", | 215 "WebPageImportanceSignals.cpp", |
| 217 "WebPagePopupImpl.cpp", | 216 "WebPagePopupImpl.cpp", |
| 218 "WebPagePopupImpl.h", | 217 "WebPagePopupImpl.h", |
| 219 "WebPepperSocket.cpp", | 218 "WebPepperSocket.cpp", |
| 220 "WebPepperSocketChannelClientProxy.h", | 219 "WebPepperSocketChannelClientProxy.h", |
| 221 "WebPepperSocketImpl.cpp", | 220 "WebPepperSocketImpl.cpp", |
| 222 "WebPepperSocketImpl.h", | 221 "WebPepperSocketImpl.h", |
| 223 "WebPerformance.cpp", | 222 "WebPerformance.cpp", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 | 447 |
| 449 if (is_android) { | 448 if (is_android) { |
| 450 deps += [ | 449 deps += [ |
| 451 "//base:base_java", | 450 "//base:base_java", |
| 452 "//content/public/android:content_java", | 451 "//content/public/android:content_java", |
| 453 "//content/shell/android:content_shell_assets", | 452 "//content/shell/android:content_shell_assets", |
| 454 "//net/android:net_java", | 453 "//net/android:net_java", |
| 455 ] | 454 ] |
| 456 } | 455 } |
| 457 } | 456 } |
| OLD | NEW |