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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "SharedWorkerRepositoryClientImpl.cpp", | 109 "SharedWorkerRepositoryClientImpl.cpp", |
110 "SharedWorkerRepositoryClientImpl.h", | 110 "SharedWorkerRepositoryClientImpl.h", |
| 111 "SnapshotCreator.cpp", |
111 "SpeechRecognitionClientProxy.cpp", | 112 "SpeechRecognitionClientProxy.cpp", |
112 "SpeechRecognitionClientProxy.h", | 113 "SpeechRecognitionClientProxy.h", |
113 "SpellCheckerClientImpl.cpp", | 114 "SpellCheckerClientImpl.cpp", |
114 "SpellCheckerClientImpl.h", | 115 "SpellCheckerClientImpl.h", |
115 "StorageClientImpl.cpp", | 116 "StorageClientImpl.cpp", |
116 "StorageClientImpl.h", | 117 "StorageClientImpl.h", |
117 "StorageQuotaClientImpl.cpp", | 118 "StorageQuotaClientImpl.cpp", |
118 "StorageQuotaClientImpl.h", | 119 "StorageQuotaClientImpl.h", |
119 "TextCheckerClientImpl.cpp", | 120 "TextCheckerClientImpl.cpp", |
120 "TextCheckerClientImpl.h", | 121 "TextCheckerClientImpl.h", |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 | 431 |
431 if (is_android) { | 432 if (is_android) { |
432 deps += [ | 433 deps += [ |
433 "//base:base_java", | 434 "//base:base_java", |
434 "//content/public/android:content_java", | 435 "//content/public/android:content_java", |
435 "//content/shell/android:content_shell_assets", | 436 "//content/shell/android:content_shell_assets", |
436 "//net/android:net_java", | 437 "//net/android:net_java", |
437 ] | 438 ] |
438 } | 439 } |
439 } | 440 } |
OLD | NEW |