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

Side by Side Diff: Source/modules/modules.gypi

Issue 925913002: Fixed WebDragData's wrong dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'filesystem/DevToolsHostFileSystem.h', 624 'filesystem/DevToolsHostFileSystem.h',
625 'filesystem/DirectoryEntry.cpp', 625 'filesystem/DirectoryEntry.cpp',
626 'filesystem/DirectoryEntry.h', 626 'filesystem/DirectoryEntry.h',
627 'filesystem/DirectoryEntrySync.cpp', 627 'filesystem/DirectoryEntrySync.cpp',
628 'filesystem/DirectoryEntrySync.h', 628 'filesystem/DirectoryEntrySync.h',
629 'filesystem/DirectoryReader.cpp', 629 'filesystem/DirectoryReader.cpp',
630 'filesystem/DirectoryReader.h', 630 'filesystem/DirectoryReader.h',
631 'filesystem/DirectoryReaderBase.h', 631 'filesystem/DirectoryReaderBase.h',
632 'filesystem/DirectoryReaderSync.cpp', 632 'filesystem/DirectoryReaderSync.cpp',
633 'filesystem/DirectoryReaderSync.h', 633 'filesystem/DirectoryReaderSync.h',
634 'filesystem/DraggedIsolatedFileSystem.cpp', 634 'filesystem/DraggedIsolatedFileSystemImpl.cpp',
635 'filesystem/DraggedIsolatedFileSystem.h', 635 'filesystem/DraggedIsolatedFileSystemImpl.h',
636 'filesystem/EntriesCallback.h', 636 'filesystem/EntriesCallback.h',
637 'filesystem/Entry.cpp', 637 'filesystem/Entry.cpp',
638 'filesystem/Entry.h', 638 'filesystem/Entry.h',
639 'filesystem/EntryBase.cpp', 639 'filesystem/EntryBase.cpp',
640 'filesystem/EntryBase.h', 640 'filesystem/EntryBase.h',
641 'filesystem/EntryCallback.h', 641 'filesystem/EntryCallback.h',
642 'filesystem/EntrySync.cpp', 642 'filesystem/EntrySync.cpp',
643 'filesystem/EntrySync.h', 643 'filesystem/EntrySync.h',
644 'filesystem/ErrorCallback.h', 644 'filesystem/ErrorCallback.h',
645 'filesystem/FileCallback.h', 645 'filesystem/FileCallback.h',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'indexeddb/IDBKeyPathTest.cpp', 1238 'indexeddb/IDBKeyPathTest.cpp',
1239 'indexeddb/IDBRequestTest.cpp', 1239 'indexeddb/IDBRequestTest.cpp',
1240 'indexeddb/IDBTransactionTest.cpp', 1240 'indexeddb/IDBTransactionTest.cpp',
1241 'serviceworkers/CacheTest.cpp', 1241 'serviceworkers/CacheTest.cpp',
1242 'serviceworkers/ServiceWorkerContainerTest.cpp', 1242 'serviceworkers/ServiceWorkerContainerTest.cpp',
1243 'websockets/DOMWebSocketTest.cpp', 1243 'websockets/DOMWebSocketTest.cpp',
1244 'websockets/DocumentWebSocketChannelTest.cpp', 1244 'websockets/DocumentWebSocketChannelTest.cpp',
1245 ], 1245 ],
1246 }, 1246 },
1247 } 1247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698