| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "SharedWorkerRepositoryClientImpl.cpp", | 116 "SharedWorkerRepositoryClientImpl.cpp", |
| 117 "SharedWorkerRepositoryClientImpl.h", | 117 "SharedWorkerRepositoryClientImpl.h", |
| 118 "SpeechRecognitionClientProxy.cpp", | 118 "SpeechRecognitionClientProxy.cpp", |
| 119 "SpeechRecognitionClientProxy.h", | 119 "SpeechRecognitionClientProxy.h", |
| 120 "SpellCheckerClientImpl.cpp", | 120 "SpellCheckerClientImpl.cpp", |
| 121 "SpellCheckerClientImpl.h", | 121 "SpellCheckerClientImpl.h", |
| 122 "StorageClientImpl.cpp", | 122 "StorageClientImpl.cpp", |
| 123 "StorageClientImpl.h", | 123 "StorageClientImpl.h", |
| 124 "StorageQuotaClientImpl.cpp", | 124 "StorageQuotaClientImpl.cpp", |
| 125 "StorageQuotaClientImpl.h", | 125 "StorageQuotaClientImpl.h", |
| 126 "SuspendableScriptExecutor.cpp", | |
| 127 "SuspendableScriptExecutor.h", | |
| 128 "TextCheckerClientImpl.cpp", | 126 "TextCheckerClientImpl.cpp", |
| 129 "TextCheckerClientImpl.h", | 127 "TextCheckerClientImpl.h", |
| 130 "TextFinder.cpp", | 128 "TextFinder.cpp", |
| 131 "TextFinder.h", | 129 "TextFinder.h", |
| 132 "UserMediaClientImpl.cpp", | 130 "UserMediaClientImpl.cpp", |
| 133 "UserMediaClientImpl.h", | 131 "UserMediaClientImpl.h", |
| 134 "ValidationMessageClientImpl.cpp", | 132 "ValidationMessageClientImpl.cpp", |
| 135 "ValidationMessageClientImpl.h", | 133 "ValidationMessageClientImpl.h", |
| 136 "WebAXObject.cpp", | 134 "WebAXObject.cpp", |
| 137 "WebArrayBuffer.cpp", | 135 "WebArrayBuffer.cpp", |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 | 443 |
| 446 if (is_android) { | 444 if (is_android) { |
| 447 deps += [ | 445 deps += [ |
| 448 "//base:base_java", | 446 "//base:base_java", |
| 449 "//content/public/android:content_java", | 447 "//content/public/android:content_java", |
| 450 "//content/shell/android:content_shell_assets", | 448 "//content/shell/android:content_shell_assets", |
| 451 "//net/android:net_java", | 449 "//net/android:net_java", |
| 452 ] | 450 ] |
| 453 } | 451 } |
| 454 } | 452 } |
| OLD | NEW |