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

Side by Side Diff: third_party/WebKit/Source/modules/indexeddb/BUILD.gn

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows 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
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//third_party/WebKit/Source/modules/modules.gni")
6
7 blink_modules_sources("indexeddb") {
8 sources = [
9 "GlobalIndexedDB.cpp",
10 "GlobalIndexedDB.h",
11 "IDBAny.cpp",
12 "IDBAny.h",
13 "IDBCursor.cpp",
14 "IDBCursor.h",
15 "IDBCursorWithValue.cpp",
16 "IDBCursorWithValue.h",
17 "IDBDatabase.cpp",
18 "IDBDatabase.h",
19 "IDBDatabaseCallbacks.cpp",
20 "IDBDatabaseCallbacks.h",
21 "IDBEventDispatcher.cpp",
22 "IDBEventDispatcher.h",
23 "IDBFactory.cpp",
24 "IDBFactory.h",
25 "IDBHistograms.h",
26 "IDBIndex.cpp",
27 "IDBIndex.h",
28 "IDBKey.cpp",
29 "IDBKey.h",
30 "IDBKeyPath.cpp",
31 "IDBKeyPath.h",
32 "IDBKeyRange.cpp",
33 "IDBKeyRange.h",
34 "IDBMetadata.cpp",
35 "IDBMetadata.h",
36 "IDBObjectStore.cpp",
37 "IDBObjectStore.h",
38 "IDBObservation.cpp",
39 "IDBObservation.h",
40 "IDBObserver.cpp",
41 "IDBObserver.h",
42 "IDBObserverChanges.cpp",
43 "IDBObserverChanges.h",
44 "IDBOpenDBRequest.cpp",
45 "IDBOpenDBRequest.h",
46 "IDBRequest.cpp",
47 "IDBRequest.h",
48 "IDBTracing.h",
49 "IDBTransaction.cpp",
50 "IDBTransaction.h",
51 "IDBValue.cpp",
52 "IDBValue.h",
53 "IDBVersionChangeEvent.cpp",
54 "IDBVersionChangeEvent.h",
55 "IndexedDB.h",
56 "IndexedDBClient.cpp",
57 "IndexedDBClient.h",
58 "InspectorIndexedDBAgent.cpp",
59 "InspectorIndexedDBAgent.h",
60 "WebIDBCallbacksImpl.cpp",
61 "WebIDBCallbacksImpl.h",
62 "WebIDBDatabaseCallbacksImpl.cpp",
63 "WebIDBDatabaseCallbacksImpl.h",
64 "WebIDBObserverImpl.cpp",
65 "WebIDBObserverImpl.h",
66 ]
67 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/BUILD.gn ('k') | third_party/WebKit/Source/modules/installedapp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698