| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "RemoteFrameOwner.cpp", | 106 "RemoteFrameOwner.cpp", |
| 107 "RemoteFrameOwner.h", | 107 "RemoteFrameOwner.h", |
| 108 "ResizeViewportAnchor.cpp", | 108 "ResizeViewportAnchor.cpp", |
| 109 "ResizeViewportAnchor.h", | 109 "ResizeViewportAnchor.h", |
| 110 "RotationViewportAnchor.cpp", | 110 "RotationViewportAnchor.cpp", |
| 111 "RotationViewportAnchor.h", | 111 "RotationViewportAnchor.h", |
| 112 "ServiceWorkerGlobalScopeClientImpl.cpp", | 112 "ServiceWorkerGlobalScopeClientImpl.cpp", |
| 113 "ServiceWorkerGlobalScopeClientImpl.h", | 113 "ServiceWorkerGlobalScopeClientImpl.h", |
| 114 "ServiceWorkerGlobalScopeProxy.cpp", | 114 "ServiceWorkerGlobalScopeProxy.cpp", |
| 115 "ServiceWorkerGlobalScopeProxy.h", | 115 "ServiceWorkerGlobalScopeProxy.h", |
| 116 "SharedWorkerRepositoryClientImpl.cpp", | |
| 117 "SharedWorkerRepositoryClientImpl.h", | |
| 118 "SpeechRecognitionClientProxy.cpp", | 116 "SpeechRecognitionClientProxy.cpp", |
| 119 "SpeechRecognitionClientProxy.h", | 117 "SpeechRecognitionClientProxy.h", |
| 120 "SpellCheckerClientImpl.cpp", | 118 "SpellCheckerClientImpl.cpp", |
| 121 "SpellCheckerClientImpl.h", | 119 "SpellCheckerClientImpl.h", |
| 122 "StorageClientImpl.cpp", | 120 "StorageClientImpl.cpp", |
| 123 "StorageClientImpl.h", | 121 "StorageClientImpl.h", |
| 124 "StorageQuotaClientImpl.cpp", | 122 "StorageQuotaClientImpl.cpp", |
| 125 "StorageQuotaClientImpl.h", | 123 "StorageQuotaClientImpl.h", |
| 126 "SuspendableScriptExecutor.cpp", | 124 "SuspendableScriptExecutor.cpp", |
| 127 "SuspendableScriptExecutor.h", | 125 "SuspendableScriptExecutor.h", |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 | 439 |
| 442 if (is_android) { | 440 if (is_android) { |
| 443 deps += [ | 441 deps += [ |
| 444 "//base:base_java", | 442 "//base:base_java", |
| 445 "//content/public/android:content_java", | 443 "//content/public/android:content_java", |
| 446 "//content/shell/android:content_shell_assets", | 444 "//content/shell/android:content_shell_assets", |
| 447 "//net/android:net_java", | 445 "//net/android:net_java", |
| 448 ] | 446 ] |
| 449 } | 447 } |
| 450 } | 448 } |
| OLD | NEW |