| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "WebHelperPluginImpl.h", | 186 "WebHelperPluginImpl.h", |
| 187 "WebHistoryItem.cpp", | 187 "WebHistoryItem.cpp", |
| 188 "WebHitTestResult.cpp", | 188 "WebHitTestResult.cpp", |
| 189 "WebIDBKey.cpp", | 189 "WebIDBKey.cpp", |
| 190 "WebIDBKeyRange.cpp", | 190 "WebIDBKeyRange.cpp", |
| 191 "WebImageCache.cpp", | 191 "WebImageCache.cpp", |
| 192 "WebImageDecoder.cpp", | 192 "WebImageDecoder.cpp", |
| 193 "WebInputElement.cpp", | 193 "WebInputElement.cpp", |
| 194 "WebInputEventConversion.cpp", | 194 "WebInputEventConversion.cpp", |
| 195 "WebInputEventConversion.h", | 195 "WebInputEventConversion.h", |
| 196 "WebInputMethodControllerImpl.cpp", |
| 197 "WebInputMethodControllerImpl.h", |
| 196 "WebKit.cpp", | 198 "WebKit.cpp", |
| 197 "WebLabelElement.cpp", | 199 "WebLabelElement.cpp", |
| 198 "WebLeakDetector.cpp", | 200 "WebLeakDetector.cpp", |
| 199 "WebLocalFrameImpl.cpp", | 201 "WebLocalFrameImpl.cpp", |
| 200 "WebLocalFrameImpl.h", | 202 "WebLocalFrameImpl.h", |
| 201 "WebMediaDeviceChangeObserver.cpp", | 203 "WebMediaDeviceChangeObserver.cpp", |
| 202 "WebMediaDevicesRequest.cpp", | 204 "WebMediaDevicesRequest.cpp", |
| 203 "WebMediaStreamRegistry.cpp", | 205 "WebMediaStreamRegistry.cpp", |
| 204 "WebMemoryStatistics.cpp", | 206 "WebMemoryStatistics.cpp", |
| 205 "WebMetaElement.cpp", | 207 "WebMetaElement.cpp", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 | 426 |
| 425 if (is_android) { | 427 if (is_android) { |
| 426 deps += [ | 428 deps += [ |
| 427 "//base:base_java", | 429 "//base:base_java", |
| 428 "//content/public/android:content_java", | 430 "//content/public/android:content_java", |
| 429 "//content/shell/android:content_shell_assets", | 431 "//content/shell/android:content_shell_assets", |
| 430 "//net/android:net_java", | 432 "//net/android:net_java", |
| 431 ] | 433 ] |
| 432 } | 434 } |
| 433 } | 435 } |
| OLD | NEW |