| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "WebIDBKey.cpp", | 193 "WebIDBKey.cpp", |
| 194 "WebIDBKeyRange.cpp", | 194 "WebIDBKeyRange.cpp", |
| 195 "WebImageCache.cpp", | 195 "WebImageCache.cpp", |
| 196 "WebImageDecoder.cpp", | 196 "WebImageDecoder.cpp", |
| 197 "WebInputElement.cpp", | 197 "WebInputElement.cpp", |
| 198 "WebInputEvent.cpp", | 198 "WebInputEvent.cpp", |
| 199 "WebInputEventConversion.cpp", | 199 "WebInputEventConversion.cpp", |
| 200 "WebInputEventConversion.h", | 200 "WebInputEventConversion.h", |
| 201 "WebInputMethodControllerImpl.cpp", | 201 "WebInputMethodControllerImpl.cpp", |
| 202 "WebInputMethodControllerImpl.h", | 202 "WebInputMethodControllerImpl.h", |
| 203 "WebKeyLockRequestCompletionImpl.cpp", |
| 204 "WebKeyLockRequestCompletionImpl.h", |
| 203 "WebKit.cpp", | 205 "WebKit.cpp", |
| 204 "WebLabelElement.cpp", | 206 "WebLabelElement.cpp", |
| 205 "WebLanguageDetectionDetails.cpp", | 207 "WebLanguageDetectionDetails.cpp", |
| 206 "WebLeakDetector.cpp", | 208 "WebLeakDetector.cpp", |
| 207 "WebLocalFrameImpl.cpp", | 209 "WebLocalFrameImpl.cpp", |
| 208 "WebLocalFrameImpl.h", | 210 "WebLocalFrameImpl.h", |
| 209 "WebMediaDeviceChangeObserver.cpp", | 211 "WebMediaDeviceChangeObserver.cpp", |
| 210 "WebMediaDevicesRequest.cpp", | 212 "WebMediaDevicesRequest.cpp", |
| 211 "WebMediaStreamRegistry.cpp", | 213 "WebMediaStreamRegistry.cpp", |
| 212 "WebMemoryStatistics.cpp", | 214 "WebMemoryStatistics.cpp", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 | 452 |
| 451 if (is_android) { | 453 if (is_android) { |
| 452 deps += [ | 454 deps += [ |
| 453 "//base:base_java", | 455 "//base:base_java", |
| 454 "//content/public/android:content_java", | 456 "//content/public/android:content_java", |
| 455 "//content/shell/android:content_shell_assets", | 457 "//content/shell/android:content_shell_assets", |
| 456 "//net/android:net_java", | 458 "//net/android:net_java", |
| 457 ] | 459 ] |
| 458 } | 460 } |
| 459 } | 461 } |
| OLD | NEW |