| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "PrerendererClientImpl.cpp", | 99 "PrerendererClientImpl.cpp", |
| 100 "PrerendererClientImpl.h", | 100 "PrerendererClientImpl.h", |
| 101 "RemoteFrameClientImpl.cpp", | 101 "RemoteFrameClientImpl.cpp", |
| 102 "RemoteFrameClientImpl.h", | 102 "RemoteFrameClientImpl.h", |
| 103 "RemoteFrameOwner.cpp", | 103 "RemoteFrameOwner.cpp", |
| 104 "RemoteFrameOwner.h", | 104 "RemoteFrameOwner.h", |
| 105 "ServiceWorkerGlobalScopeClientImpl.cpp", | 105 "ServiceWorkerGlobalScopeClientImpl.cpp", |
| 106 "ServiceWorkerGlobalScopeClientImpl.h", | 106 "ServiceWorkerGlobalScopeClientImpl.h", |
| 107 "ServiceWorkerGlobalScopeProxy.cpp", | 107 "ServiceWorkerGlobalScopeProxy.cpp", |
| 108 "ServiceWorkerGlobalScopeProxy.h", | 108 "ServiceWorkerGlobalScopeProxy.h", |
| 109 "SnapshotCreator.cpp", |
| 109 "SpeechRecognitionClientProxy.cpp", | 110 "SpeechRecognitionClientProxy.cpp", |
| 110 "SpeechRecognitionClientProxy.h", | 111 "SpeechRecognitionClientProxy.h", |
| 111 "SpellCheckerClientImpl.cpp", | 112 "SpellCheckerClientImpl.cpp", |
| 112 "SpellCheckerClientImpl.h", | 113 "SpellCheckerClientImpl.h", |
| 113 "StorageClientImpl.cpp", | 114 "StorageClientImpl.cpp", |
| 114 "StorageClientImpl.h", | 115 "StorageClientImpl.h", |
| 115 "StorageQuotaClientImpl.cpp", | 116 "StorageQuotaClientImpl.cpp", |
| 116 "StorageQuotaClientImpl.h", | 117 "StorageQuotaClientImpl.h", |
| 117 "TextCheckerClientImpl.cpp", | 118 "TextCheckerClientImpl.cpp", |
| 118 "TextCheckerClientImpl.h", | 119 "TextCheckerClientImpl.h", |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 | 427 |
| 427 if (is_android) { | 428 if (is_android) { |
| 428 deps += [ | 429 deps += [ |
| 429 "//base:base_java", | 430 "//base:base_java", |
| 430 "//content/public/android:content_java", | 431 "//content/public/android:content_java", |
| 431 "//content/shell/android:content_shell_assets", | 432 "//content/shell/android:content_shell_assets", |
| 432 "//net/android:net_java", | 433 "//net/android:net_java", |
| 433 ] | 434 ] |
| 434 } | 435 } |
| 435 } | 436 } |
| OLD | NEW |