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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "PrerendererClientImpl.cpp", | 95 "PrerendererClientImpl.cpp", |
96 "PrerendererClientImpl.h", | 96 "PrerendererClientImpl.h", |
97 "RemoteFrameClientImpl.cpp", | 97 "RemoteFrameClientImpl.cpp", |
98 "RemoteFrameClientImpl.h", | 98 "RemoteFrameClientImpl.h", |
99 "RemoteFrameOwner.cpp", | 99 "RemoteFrameOwner.cpp", |
100 "RemoteFrameOwner.h", | 100 "RemoteFrameOwner.h", |
101 "ServiceWorkerGlobalScopeClientImpl.cpp", | 101 "ServiceWorkerGlobalScopeClientImpl.cpp", |
102 "ServiceWorkerGlobalScopeClientImpl.h", | 102 "ServiceWorkerGlobalScopeClientImpl.h", |
103 "ServiceWorkerGlobalScopeProxy.cpp", | 103 "ServiceWorkerGlobalScopeProxy.cpp", |
104 "ServiceWorkerGlobalScopeProxy.h", | 104 "ServiceWorkerGlobalScopeProxy.h", |
| 105 "SnapshotCreator.cpp", |
105 "SpellCheckerClientImpl.cpp", | 106 "SpellCheckerClientImpl.cpp", |
106 "SpellCheckerClientImpl.h", | 107 "SpellCheckerClientImpl.h", |
107 "StorageClientImpl.cpp", | 108 "StorageClientImpl.cpp", |
108 "StorageClientImpl.h", | 109 "StorageClientImpl.h", |
109 "StorageQuotaClientImpl.cpp", | 110 "StorageQuotaClientImpl.cpp", |
110 "StorageQuotaClientImpl.h", | 111 "StorageQuotaClientImpl.h", |
111 "TextCheckerClientImpl.cpp", | 112 "TextCheckerClientImpl.cpp", |
112 "TextCheckerClientImpl.h", | 113 "TextCheckerClientImpl.h", |
113 "TextFinder.cpp", | 114 "TextFinder.cpp", |
114 "TextFinder.h", | 115 "TextFinder.h", |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 | 381 |
381 if (is_android) { | 382 if (is_android) { |
382 deps += [ | 383 deps += [ |
383 "//base:base_java", | 384 "//base:base_java", |
384 "//content/public/android:content_java", | 385 "//content/public/android:content_java", |
385 "//content/shell/android:content_shell_assets", | 386 "//content/shell/android:content_shell_assets", |
386 "//net/android:net_java", | 387 "//net/android:net_java", |
387 ] | 388 ] |
388 } | 389 } |
389 } | 390 } |
OLD | NEW |