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

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: Created 4 years, 4 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 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 'v8_inspector/V8HeapProfilerAgentImpl.cpp', 1157 'v8_inspector/V8HeapProfilerAgentImpl.cpp',
1158 'v8_inspector/V8HeapProfilerAgentImpl.h', 1158 'v8_inspector/V8HeapProfilerAgentImpl.h',
1159 'v8_inspector/V8Console.cpp', 1159 'v8_inspector/V8Console.cpp',
1160 'v8_inspector/V8Console.h', 1160 'v8_inspector/V8Console.h',
1161 'v8_inspector/V8InjectedScriptHost.cpp', 1161 'v8_inspector/V8InjectedScriptHost.cpp',
1162 'v8_inspector/V8InjectedScriptHost.h', 1162 'v8_inspector/V8InjectedScriptHost.h',
1163 'v8_inspector/V8InspectorSessionImpl.cpp', 1163 'v8_inspector/V8InspectorSessionImpl.cpp',
1164 'v8_inspector/V8InspectorSessionImpl.h', 1164 'v8_inspector/V8InspectorSessionImpl.h',
1165 'v8_inspector/V8InternalValueType.cpp', 1165 'v8_inspector/V8InternalValueType.cpp',
1166 'v8_inspector/V8InternalValueType.h', 1166 'v8_inspector/V8InternalValueType.h',
1167 'v8_inspector/V8MetaAgentImpl.cpp',
1168 'v8_inspector/V8MetaAgentImpl.h',
1167 'v8_inspector/V8ProfilerAgentImpl.cpp', 1169 'v8_inspector/V8ProfilerAgentImpl.cpp',
1168 'v8_inspector/V8ProfilerAgentImpl.h', 1170 'v8_inspector/V8ProfilerAgentImpl.h',
1169 'v8_inspector/V8Regex.cpp', 1171 'v8_inspector/V8Regex.cpp',
1170 'v8_inspector/V8Regex.h', 1172 'v8_inspector/V8Regex.h',
1171 'v8_inspector/V8RuntimeAgentImpl.cpp', 1173 'v8_inspector/V8RuntimeAgentImpl.cpp',
1172 'v8_inspector/V8RuntimeAgentImpl.h', 1174 'v8_inspector/V8RuntimeAgentImpl.h',
1173 'v8_inspector/V8StackTraceImpl.cpp', 1175 'v8_inspector/V8StackTraceImpl.cpp',
1174 'v8_inspector/V8StackTraceImpl.h', 1176 'v8_inspector/V8StackTraceImpl.h',
1175 'v8_inspector/V8StringUtil.cpp', 1177 'v8_inspector/V8StringUtil.cpp',
1176 'v8_inspector/V8StringUtil.h', 1178 'v8_inspector/V8StringUtil.h',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 ['use_default_render_theme==1', 1445 ['use_default_render_theme==1',
1444 { 1446 {
1445 'platform_test_files': [ 1447 'platform_test_files': [
1446 'scroll/ScrollbarThemeAuraTest.cpp', 1448 'scroll/ScrollbarThemeAuraTest.cpp',
1447 ], 1449 ],
1448 } 1450 }
1449 ], 1451 ],
1450 ], 1452 ],
1451 }, 1453 },
1452 } 1454 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698