Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for some comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 "SpellCheckerClientImpl.cpp", 110 "SpellCheckerClientImpl.cpp",
110 "SpellCheckerClientImpl.h", 111 "SpellCheckerClientImpl.h",
111 "StorageClientImpl.cpp", 112 "StorageClientImpl.cpp",
112 "StorageClientImpl.h", 113 "StorageClientImpl.h",
113 "StorageQuotaClientImpl.cpp", 114 "StorageQuotaClientImpl.cpp",
114 "StorageQuotaClientImpl.h", 115 "StorageQuotaClientImpl.h",
115 "TextCheckerClientImpl.cpp", 116 "TextCheckerClientImpl.cpp",
116 "TextCheckerClientImpl.h", 117 "TextCheckerClientImpl.h",
117 "TextFinder.cpp", 118 "TextFinder.cpp",
118 "TextFinder.h", 119 "TextFinder.h",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 388
388 if (is_android) { 389 if (is_android) {
389 deps += [ 390 deps += [
390 "//base:base_java", 391 "//base:base_java",
391 "//content/public/android:content_java", 392 "//content/public/android:content_java",
392 "//content/shell/android:content_shell_assets", 393 "//content/shell/android:content_shell_assets",
393 "//net/android:net_java", 394 "//net/android:net_java",
394 ] 395 ]
395 } 396 }
396 } 397 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698