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

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

Issue 2125003002: Move CrossThreadCopier from platform/ to wtf/ Base URL: https://chromium.googlesource.com/chromium/src.git@TRV_RemoveTupleInBind
Patch Set: Rebase Created 4 years, 5 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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
11 'ContentSettingCallbacks.cpp', 11 'ContentSettingCallbacks.cpp',
12 'ContentSettingCallbacks.h', 12 'ContentSettingCallbacks.h',
13 'ContentType.cpp', 13 'ContentType.cpp',
14 'ContentType.h', 14 'ContentType.h',
15 'ContextMenu.cpp', 15 'ContextMenu.cpp',
16 'ContextMenu.h', 16 'ContextMenu.h',
17 'ContextMenuItem.cpp', 17 'ContextMenuItem.cpp',
18 'ContextMenuItem.h', 18 'ContextMenuItem.h',
19 'CrossThreadCopier.cpp',
20 'CrossThreadCopier.h',
21 'Crypto.cpp', 19 'Crypto.cpp',
22 'Crypto.h', 20 'Crypto.h',
23 'CryptoResult.h', 21 'CryptoResult.h',
24 'Cursor.cpp', 22 'Cursor.cpp',
25 'Cursor.h', 23 'Cursor.h',
26 'DateComponents.cpp', 24 'DateComponents.cpp',
27 'DateComponents.h', 25 'DateComponents.h',
28 'Decimal.cpp', 26 'Decimal.cpp',
29 'Decimal.h', 27 'Decimal.h',
30 'DragImage.cpp', 28 'DragImage.cpp',
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ['use_default_render_theme==1', 1348 ['use_default_render_theme==1',
1351 { 1349 {
1352 'platform_test_files': [ 1350 'platform_test_files': [
1353 'scroll/ScrollbarThemeAuraTest.cpp', 1351 'scroll/ScrollbarThemeAuraTest.cpp',
1354 ], 1352 ],
1355 } 1353 }
1356 ], 1354 ],
1357 ], 1355 ],
1358 }, 1356 },
1359 } 1357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698