| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 "WebMediaDeviceChangeObserver.cpp", | 185 "WebMediaDeviceChangeObserver.cpp", |
| 186 "WebMediaDevicesRequest.cpp", | 186 "WebMediaDevicesRequest.cpp", |
| 187 "WebMediaStreamRegistry.cpp", | 187 "WebMediaStreamRegistry.cpp", |
| 188 "WebMemoryStatistics.cpp", | 188 "WebMemoryStatistics.cpp", |
| 189 "WebMetaElement.cpp", | 189 "WebMetaElement.cpp", |
| 190 "WebNode.cpp", | 190 "WebNode.cpp", |
| 191 "WebOptionElement.cpp", | 191 "WebOptionElement.cpp", |
| 192 "WebPageImportanceSignals.cpp", | 192 "WebPageImportanceSignals.cpp", |
| 193 "WebPagePopupImpl.cpp", | 193 "WebPagePopupImpl.cpp", |
| 194 "WebPagePopupImpl.h", | 194 "WebPagePopupImpl.h", |
| 195 "WebPageProblemDetector.cpp", |
| 196 "WebPageProblemDetector.h", |
| 195 "WebPepperSocket.cpp", | 197 "WebPepperSocket.cpp", |
| 196 "WebPepperSocketChannelClientProxy.h", | 198 "WebPepperSocketChannelClientProxy.h", |
| 197 "WebPepperSocketImpl.cpp", | 199 "WebPepperSocketImpl.cpp", |
| 198 "WebPepperSocketImpl.h", | 200 "WebPepperSocketImpl.h", |
| 199 "WebPerformance.cpp", | 201 "WebPerformance.cpp", |
| 200 "WebPluginContainerImpl.cpp", | 202 "WebPluginContainerImpl.cpp", |
| 201 "WebPluginContainerImpl.h", | 203 "WebPluginContainerImpl.h", |
| 202 "WebPluginDocument.cpp", | 204 "WebPluginDocument.cpp", |
| 203 "WebPluginScriptForbiddenScope.cpp", | 205 "WebPluginScriptForbiddenScope.cpp", |
| 204 "WebRange.cpp", | 206 "WebRange.cpp", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 | 428 |
| 427 if (is_android) { | 429 if (is_android) { |
| 428 deps += [ | 430 deps += [ |
| 429 "//base:base_java", | 431 "//base:base_java", |
| 430 "//content/public/android:content_java", | 432 "//content/public/android:content_java", |
| 431 "//content/shell/android:content_shell_assets", | 433 "//content/shell/android:content_shell_assets", |
| 432 "//net/android:net_java", | 434 "//net/android:net_java", |
| 433 ] | 435 ] |
| 434 } | 436 } |
| 435 } | 437 } |
| OLD | NEW |