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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2320213004: Port IndexedDB open() and database callbacks to Mojo. (Closed)
Patch Set: Make DatabaseClient an associated interface. Created 4 years, 3 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", 336 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
337 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", 337 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h",
338 "platform/modules/bluetooth/WebRequestDeviceOptions.h", 338 "platform/modules/bluetooth/WebRequestDeviceOptions.h",
339 "platform/modules/device_orientation/WebDeviceMotionData.h", 339 "platform/modules/device_orientation/WebDeviceMotionData.h",
340 "platform/modules/device_orientation/WebDeviceMotionListener.h", 340 "platform/modules/device_orientation/WebDeviceMotionListener.h",
341 "platform/modules/device_orientation/WebDeviceOrientationData.h", 341 "platform/modules/device_orientation/WebDeviceOrientationData.h",
342 "platform/modules/device_orientation/WebDeviceOrientationListener.h", 342 "platform/modules/device_orientation/WebDeviceOrientationListener.h",
343 "platform/modules/indexeddb/WebIDBCallbacks.h", 343 "platform/modules/indexeddb/WebIDBCallbacks.h",
344 "platform/modules/indexeddb/WebIDBCursor.h", 344 "platform/modules/indexeddb/WebIDBCursor.h",
345 "platform/modules/indexeddb/WebIDBDatabase.h", 345 "platform/modules/indexeddb/WebIDBDatabase.h",
346 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h",
347 "platform/modules/indexeddb/WebIDBDatabaseError.h", 346 "platform/modules/indexeddb/WebIDBDatabaseError.h",
348 "platform/modules/indexeddb/WebIDBDatabaseException.h", 347 "platform/modules/indexeddb/WebIDBDatabaseException.h",
349 "platform/modules/indexeddb/WebIDBFactory.h", 348 "platform/modules/indexeddb/WebIDBFactory.h",
350 "platform/modules/indexeddb/WebIDBKey.h", 349 "platform/modules/indexeddb/WebIDBKey.h",
351 "platform/modules/indexeddb/WebIDBKeyPath.h", 350 "platform/modules/indexeddb/WebIDBKeyPath.h",
352 "platform/modules/indexeddb/WebIDBKeyRange.h", 351 "platform/modules/indexeddb/WebIDBKeyRange.h",
353 "platform/modules/indexeddb/WebIDBMetadata.h", 352 "platform/modules/indexeddb/WebIDBMetadata.h",
354 "platform/modules/indexeddb/WebIDBObservation.h", 353 "platform/modules/indexeddb/WebIDBObservation.h",
355 "platform/modules/indexeddb/WebIDBObserver.h", 354 "platform/modules/indexeddb/WebIDBObserver.h",
356 "platform/modules/indexeddb/WebIDBTypes.h", 355 "platform/modules/indexeddb/WebIDBTypes.h",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 # Similarly, the blink variant must be linked with the platform component 672 # Similarly, the blink variant must be linked with the platform component
674 # since it uses types from it in its typemaps. 673 # since it uses types from it in its typemaps.
675 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT" 674 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
676 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 675 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
677 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 676 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
678 } 677 }
679 678
680 # GYP version: WebKit/public/blink.gyp:new_wrapper_types_mojo_bindings 679 # GYP version: WebKit/public/blink.gyp:new_wrapper_types_mojo_bindings
681 mojom("new_wrapper_types_mojo_bindings") { 680 mojom("new_wrapper_types_mojo_bindings") {
682 sources = [ 681 sources = [
682 "platform/modules/indexeddb/indexed_db.mojom",
683 "platform/modules/permissions/permission.mojom", 683 "platform/modules/permissions/permission.mojom",
684 "platform/modules/permissions/permission_status.mojom", 684 "platform/modules/permissions/permission_status.mojom",
685 "platform/modules/presentation/presentation.mojom", 685 "platform/modules/presentation/presentation.mojom",
686 "platform/modules/websockets/websocket.mojom", 686 "platform/modules/websockets/websocket.mojom",
687 ] 687 ]
688 public_deps = [ 688 public_deps = [
689 "//url/mojo:url_mojom_gurl", 689 "//url/mojo:url_mojom_gurl",
690 "//url/mojo:url_mojom_origin", 690 "//url/mojo:url_mojom_origin",
691 ] 691 ]
692 692
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 739 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
740 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 740 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
741 } 741 }
742 742
743 group("generate_mojo_bindings") { 743 group("generate_mojo_bindings") {
744 deps = [ 744 deps = [
745 ":mojo_bindings_blink__generator", 745 ":mojo_bindings_blink__generator",
746 ":offscreen_canvas_mojo_bindings_blink__generator", 746 ":offscreen_canvas_mojo_bindings_blink__generator",
747 ] 747 ]
748 } 748 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698