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

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

Issue 2253383002: [DevTools] Schema domain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: schema 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
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 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'v8_inspector/V8HeapProfilerAgentImpl.cpp', 1163 'v8_inspector/V8HeapProfilerAgentImpl.cpp',
1164 'v8_inspector/V8HeapProfilerAgentImpl.h', 1164 'v8_inspector/V8HeapProfilerAgentImpl.h',
1165 'v8_inspector/V8Console.cpp', 1165 'v8_inspector/V8Console.cpp',
1166 'v8_inspector/V8Console.h', 1166 'v8_inspector/V8Console.h',
1167 'v8_inspector/V8InjectedScriptHost.cpp', 1167 'v8_inspector/V8InjectedScriptHost.cpp',
1168 'v8_inspector/V8InjectedScriptHost.h', 1168 'v8_inspector/V8InjectedScriptHost.h',
1169 'v8_inspector/V8InspectorSessionImpl.cpp', 1169 'v8_inspector/V8InspectorSessionImpl.cpp',
1170 'v8_inspector/V8InspectorSessionImpl.h', 1170 'v8_inspector/V8InspectorSessionImpl.h',
1171 'v8_inspector/V8InternalValueType.cpp', 1171 'v8_inspector/V8InternalValueType.cpp',
1172 'v8_inspector/V8InternalValueType.h', 1172 'v8_inspector/V8InternalValueType.h',
1173 'v8_inspector/V8SchemaAgentImpl.cpp',
1174 'v8_inspector/V8SchemaAgentImpl.h',
1173 'v8_inspector/V8ProfilerAgentImpl.cpp', 1175 'v8_inspector/V8ProfilerAgentImpl.cpp',
1174 'v8_inspector/V8ProfilerAgentImpl.h', 1176 'v8_inspector/V8ProfilerAgentImpl.h',
1175 'v8_inspector/V8Regex.cpp', 1177 'v8_inspector/V8Regex.cpp',
1176 'v8_inspector/V8Regex.h', 1178 'v8_inspector/V8Regex.h',
1177 'v8_inspector/V8RuntimeAgentImpl.cpp', 1179 'v8_inspector/V8RuntimeAgentImpl.cpp',
1178 'v8_inspector/V8RuntimeAgentImpl.h', 1180 'v8_inspector/V8RuntimeAgentImpl.h',
1179 'v8_inspector/V8StackTraceImpl.cpp', 1181 'v8_inspector/V8StackTraceImpl.cpp',
1180 'v8_inspector/V8StackTraceImpl.h', 1182 'v8_inspector/V8StackTraceImpl.h',
1181 'v8_inspector/V8StringUtil.cpp', 1183 'v8_inspector/V8StringUtil.cpp',
1182 'v8_inspector/V8StringUtil.h', 1184 'v8_inspector/V8StringUtil.h',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 ['use_default_render_theme==1', 1454 ['use_default_render_theme==1',
1453 { 1455 {
1454 'platform_test_files': [ 1456 'platform_test_files': [
1455 'scroll/ScrollbarThemeAuraTest.cpp', 1457 'scroll/ScrollbarThemeAuraTest.cpp',
1456 ], 1458 ],
1457 } 1459 }
1458 ], 1460 ],
1459 ], 1461 ],
1460 }, 1462 },
1461 } 1463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698