| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "StorageClientImpl.cpp", | 111 "StorageClientImpl.cpp", |
| 112 "StorageClientImpl.h", | 112 "StorageClientImpl.h", |
| 113 "StorageQuotaClientImpl.cpp", | 113 "StorageQuotaClientImpl.cpp", |
| 114 "StorageQuotaClientImpl.h", | 114 "StorageQuotaClientImpl.h", |
| 115 "TextCheckerClientImpl.cpp", | 115 "TextCheckerClientImpl.cpp", |
| 116 "TextCheckerClientImpl.h", | 116 "TextCheckerClientImpl.h", |
| 117 "TextFinder.cpp", | 117 "TextFinder.cpp", |
| 118 "TextFinder.h", | 118 "TextFinder.h", |
| 119 "UserMediaClientImpl.cpp", | 119 "UserMediaClientImpl.cpp", |
| 120 "UserMediaClientImpl.h", | 120 "UserMediaClientImpl.h", |
| 121 "ValidationMessageClientImpl.cpp", | |
| 122 "ValidationMessageClientImpl.h", | |
| 123 "WebAXObject.cpp", | 121 "WebAXObject.cpp", |
| 124 "WebDOMMessageEvent.cpp", | 122 "WebDOMMessageEvent.cpp", |
| 125 "WebDevToolsAgentImpl.cpp", | 123 "WebDevToolsAgentImpl.cpp", |
| 126 "WebDevToolsAgentImpl.h", | 124 "WebDevToolsAgentImpl.h", |
| 127 "WebDevToolsFrontendImpl.cpp", | 125 "WebDevToolsFrontendImpl.cpp", |
| 128 "WebDevToolsFrontendImpl.h", | 126 "WebDevToolsFrontendImpl.h", |
| 129 "WebDocument.cpp", | 127 "WebDocument.cpp", |
| 130 "WebElement.cpp", | 128 "WebElement.cpp", |
| 131 "WebElementCollection.cpp", | 129 "WebElementCollection.cpp", |
| 132 "WebEmbeddedWorkerImpl.cpp", | 130 "WebEmbeddedWorkerImpl.cpp", |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 | 388 |
| 391 if (is_android) { | 389 if (is_android) { |
| 392 deps += [ | 390 deps += [ |
| 393 "//base:base_java", | 391 "//base:base_java", |
| 394 "//content/public/android:content_java", | 392 "//content/public/android:content_java", |
| 395 "//content/shell/android:content_shell_assets", | 393 "//content/shell/android:content_shell_assets", |
| 396 "//net/android:net_java", | 394 "//net/android:net_java", |
| 397 ] | 395 ] |
| 398 } | 396 } |
| 399 } | 397 } |
| OLD | NEW |