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

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

Issue 2012753003: DevTools: consolidate protocol generators for front-end, backend and type builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'inspector_protocol/Collections.h', 842 'inspector_protocol/Collections.h',
843 'inspector_protocol/CollectionsWTF.h', 843 'inspector_protocol/CollectionsWTF.h',
844 'inspector_protocol/ErrorSupport.cpp', 844 'inspector_protocol/ErrorSupport.cpp',
845 'inspector_protocol/ErrorSupport.h', 845 'inspector_protocol/ErrorSupport.h',
846 'inspector_protocol/Maybe.h', 846 'inspector_protocol/Maybe.h',
847 'inspector_protocol/Object.cpp', 847 'inspector_protocol/Object.cpp',
848 'inspector_protocol/Object.h', 848 'inspector_protocol/Object.h',
849 'inspector_protocol/Parser.cpp', 849 'inspector_protocol/Parser.cpp',
850 'inspector_protocol/Parser.h', 850 'inspector_protocol/Parser.h',
851 'inspector_protocol/FrontendChannel.h', 851 'inspector_protocol/FrontendChannel.h',
852 'inspector_protocol/Frontend.cpp',
853 'inspector_protocol/Frontend.h',
852 'inspector_protocol/String16.h', 854 'inspector_protocol/String16.h',
853 'inspector_protocol/String16WTF.cpp', 855 'inspector_protocol/String16WTF.cpp',
854 'inspector_protocol/String16WTF.h', 856 'inspector_protocol/String16WTF.h',
855 'inspector_protocol/Values.cpp', 857 'inspector_protocol/Values.cpp',
856 'inspector_protocol/Values.h', 858 'inspector_protocol/Values.h',
857 'inspector_protocol/ValueConversions.cpp', 859 'inspector_protocol/ValueConversions.cpp',
858 'inspector_protocol/ValueConversions.h', 860 'inspector_protocol/ValueConversions.h',
859 'mac/BlockExceptions.h', 861 'mac/BlockExceptions.h',
860 'mac/BlockExceptions.mm', 862 'mac/BlockExceptions.mm',
861 'mac/ColorMac.h', 863 'mac/ColorMac.h',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 ['use_default_render_theme==1', 1335 ['use_default_render_theme==1',
1334 { 1336 {
1335 'platform_test_files': [ 1337 'platform_test_files': [
1336 'scroll/ScrollbarThemeAuraTest.cpp', 1338 'scroll/ScrollbarThemeAuraTest.cpp',
1337 ], 1339 ],
1338 } 1340 }
1339 ], 1341 ],
1340 ], 1342 ],
1341 }, 1343 },
1342 } 1344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698