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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: DOMWindowStorageController.h should include Document.h Created 5 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 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'SecureTextInput.cpp', 108 'SecureTextInput.cpp',
109 'SecureTextInput.h', 109 'SecureTextInput.h',
110 'SerializedResource.h', 110 'SerializedResource.h',
111 'SharedBuffer.cpp', 111 'SharedBuffer.cpp',
112 'SharedBuffer.h', 112 'SharedBuffer.h',
113 'SharedBufferChunkReader.cpp', 113 'SharedBufferChunkReader.cpp',
114 'SharedBufferChunkReader.h', 114 'SharedBufferChunkReader.h',
115 'SharedTimer.cpp', 115 'SharedTimer.cpp',
116 'SharedTimer.h', 116 'SharedTimer.h',
117 'StorageQuotaCallbacks.h', 117 'StorageQuotaCallbacks.h',
118 'Supplementable.cpp',
118 'Supplementable.h', 119 'Supplementable.h',
119 'Task.h', 120 'Task.h',
120 'TaskSynchronizer.cpp', 121 'TaskSynchronizer.cpp',
121 'TaskSynchronizer.h', 122 'TaskSynchronizer.h',
122 'Theme.cpp', 123 'Theme.cpp',
123 'Theme.h', 124 'Theme.h',
124 'ThemeTypes.h', 125 'ThemeTypes.h',
125 'ThreadedDataReceiver.h', 126 'ThreadedDataReceiver.h',
126 'ThreadTimers.cpp', 127 'ThreadTimers.cpp',
127 'ThreadTimers.h', 128 'ThreadTimers.h',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'image-decoders/webp/WEBPImageDecoderTest.cpp', 998 'image-decoders/webp/WEBPImageDecoderTest.cpp',
998 ], 999 ],
999 'platform_unittest_support_files': [ 1000 'platform_unittest_support_files': [
1000 'testing/URLTestHelpers.cpp', 1001 'testing/URLTestHelpers.cpp',
1001 'testing/URLTestHelpers.h', 1002 'testing/URLTestHelpers.h',
1002 'testing/UnitTestHelpers.cpp', 1003 'testing/UnitTestHelpers.cpp',
1003 'testing/UnitTestHelpers.h', 1004 'testing/UnitTestHelpers.h',
1004 ], 1005 ],
1005 }, 1006 },
1006 } 1007 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698