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

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

Issue 2773823002: Use a two-part data format version in IndexedDB metadata. (Closed)
Patch Set: partially revert test change Created 3 years, 8 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "WebScopedUserGesture.cpp", 233 "WebScopedUserGesture.cpp",
234 "WebScopedWindowFocusAllowedIndicator.cpp", 234 "WebScopedWindowFocusAllowedIndicator.cpp",
235 "WebScriptController.cpp", 235 "WebScriptController.cpp",
236 "WebScriptSource.cpp", 236 "WebScriptSource.cpp",
237 "WebSearchableFormData.cpp", 237 "WebSearchableFormData.cpp",
238 "WebSecurityPolicy.cpp", 238 "WebSecurityPolicy.cpp",
239 "WebSelectElement.cpp", 239 "WebSelectElement.cpp",
240 "WebSelection.cpp", 240 "WebSelection.cpp",
241 "WebSelector.cpp", 241 "WebSelector.cpp",
242 "WebSerializedScriptValue.cpp", 242 "WebSerializedScriptValue.cpp",
243 "WebSerializedScriptValueVersion.cpp",
243 "WebSettingsImpl.cpp", 244 "WebSettingsImpl.cpp",
244 "WebSettingsImpl.h", 245 "WebSettingsImpl.h",
245 "WebSharedWorkerImpl.cpp", 246 "WebSharedWorkerImpl.cpp",
246 "WebSharedWorkerImpl.h", 247 "WebSharedWorkerImpl.h",
247 "WebSharedWorkerReportingProxyImpl.cpp", 248 "WebSharedWorkerReportingProxyImpl.cpp",
248 "WebSharedWorkerReportingProxyImpl.h", 249 "WebSharedWorkerReportingProxyImpl.h",
249 "WebSpeechGrammar.cpp", 250 "WebSpeechGrammar.cpp",
250 "WebSpeechRecognitionHandle.cpp", 251 "WebSpeechRecognitionHandle.cpp",
251 "WebSpeechRecognitionResult.cpp", 252 "WebSpeechRecognitionResult.cpp",
252 "WebStorageEventDispatcherImpl.cpp", 253 "WebStorageEventDispatcherImpl.cpp",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 450
450 if (is_android) { 451 if (is_android) {
451 deps += [ 452 deps += [
452 "//base:base_java", 453 "//base:base_java",
453 "//content/public/android:content_java", 454 "//content/public/android:content_java",
454 "//content/shell/android:content_shell_assets", 455 "//content/shell/android:content_shell_assets",
455 "//net/android:net_java", 456 "//net/android:net_java",
456 ] 457 ]
457 } 458 }
458 } 459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698