| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "WebLabelElement.cpp", | 201 "WebLabelElement.cpp", |
| 202 "WebLanguageDetectionDetails.cpp", | 202 "WebLanguageDetectionDetails.cpp", |
| 203 "WebLeakDetector.cpp", | 203 "WebLeakDetector.cpp", |
| 204 "WebLocalFrameImpl.cpp", | 204 "WebLocalFrameImpl.cpp", |
| 205 "WebLocalFrameImpl.h", | 205 "WebLocalFrameImpl.h", |
| 206 "WebMediaDeviceChangeObserver.cpp", | 206 "WebMediaDeviceChangeObserver.cpp", |
| 207 "WebMediaDevicesRequest.cpp", | 207 "WebMediaDevicesRequest.cpp", |
| 208 "WebMediaStreamRegistry.cpp", | 208 "WebMediaStreamRegistry.cpp", |
| 209 "WebMemoryStatistics.cpp", | 209 "WebMemoryStatistics.cpp", |
| 210 "WebMetaElement.cpp", | 210 "WebMetaElement.cpp", |
| 211 "WebMojoBindings.cpp", |
| 211 "WebNetworkStateNotifier.cpp", | 212 "WebNetworkStateNotifier.cpp", |
| 212 "WebNode.cpp", | 213 "WebNode.cpp", |
| 213 "WebOptionElement.cpp", | 214 "WebOptionElement.cpp", |
| 214 "WebPageImportanceSignals.cpp", | 215 "WebPageImportanceSignals.cpp", |
| 215 "WebPagePopupImpl.cpp", | 216 "WebPagePopupImpl.cpp", |
| 216 "WebPagePopupImpl.h", | 217 "WebPagePopupImpl.h", |
| 217 "WebPepperSocket.cpp", | 218 "WebPepperSocket.cpp", |
| 218 "WebPepperSocketChannelClientProxy.h", | 219 "WebPepperSocketChannelClientProxy.h", |
| 219 "WebPepperSocketImpl.cpp", | 220 "WebPepperSocketImpl.cpp", |
| 220 "WebPepperSocketImpl.h", | 221 "WebPepperSocketImpl.h", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 | 440 |
| 440 if (is_android) { | 441 if (is_android) { |
| 441 deps += [ | 442 deps += [ |
| 442 "//base:base_java", | 443 "//base:base_java", |
| 443 "//content/public/android:content_java", | 444 "//content/public/android:content_java", |
| 444 "//content/shell/android:content_shell_assets", | 445 "//content/shell/android:content_shell_assets", |
| 445 "//net/android:net_java", | 446 "//net/android:net_java", |
| 446 ] | 447 ] |
| 447 } | 448 } |
| 448 } | 449 } |
| OLD | NEW |