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

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

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (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 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 'transforms/TranslateTransformOperation.h', 1127 'transforms/TranslateTransformOperation.h',
1128 'v8_inspector/Atomics.h', 1128 'v8_inspector/Atomics.h',
1129 'v8_inspector/InjectedScript.cpp', 1129 'v8_inspector/InjectedScript.cpp',
1130 'v8_inspector/InjectedScript.h', 1130 'v8_inspector/InjectedScript.h',
1131 'v8_inspector/InjectedScriptNative.cpp', 1131 'v8_inspector/InjectedScriptNative.cpp',
1132 'v8_inspector/InjectedScriptNative.h', 1132 'v8_inspector/InjectedScriptNative.h',
1133 'v8_inspector/InspectedContext.cpp', 1133 'v8_inspector/InspectedContext.cpp',
1134 'v8_inspector/InspectedContext.h', 1134 'v8_inspector/InspectedContext.h',
1135 'v8_inspector/JavaScriptCallFrame.cpp', 1135 'v8_inspector/JavaScriptCallFrame.cpp',
1136 'v8_inspector/JavaScriptCallFrame.h', 1136 'v8_inspector/JavaScriptCallFrame.h',
1137 'v8_inspector/PlatformWTF.h', 1137 'v8_inspector/ProtocolPlatformWTF.h',
1138 'v8_inspector/ProtocolStringWTF.h',
1138 'v8_inspector/RemoteObjectId.cpp', 1139 'v8_inspector/RemoteObjectId.cpp',
1139 'v8_inspector/RemoteObjectId.h', 1140 'v8_inspector/RemoteObjectId.h',
1140 'v8_inspector/ScriptBreakpoint.h', 1141 'v8_inspector/ScriptBreakpoint.h',
1141 'v8_inspector/String16WTF.h', 1142 'v8_inspector/String16.cpp',
1143 'v8_inspector/String16.h',
1142 'v8_inspector/V8Compat.h', 1144 'v8_inspector/V8Compat.h',
1143 'v8_inspector/V8ConsoleAgentImpl.cpp', 1145 'v8_inspector/V8ConsoleAgentImpl.cpp',
1144 'v8_inspector/V8ConsoleAgentImpl.h', 1146 'v8_inspector/V8ConsoleAgentImpl.h',
1145 'v8_inspector/V8ConsoleMessage.cpp', 1147 'v8_inspector/V8ConsoleMessage.cpp',
1146 'v8_inspector/V8ConsoleMessage.h', 1148 'v8_inspector/V8ConsoleMessage.h',
1147 'v8_inspector/V8Debugger.cpp', 1149 'v8_inspector/V8Debugger.cpp',
1148 'v8_inspector/V8Debugger.h', 1150 'v8_inspector/V8Debugger.h',
1149 'v8_inspector/V8DebuggerAgentImpl.cpp', 1151 'v8_inspector/V8DebuggerAgentImpl.cpp',
1150 'v8_inspector/V8DebuggerAgentImpl.h', 1152 'v8_inspector/V8DebuggerAgentImpl.h',
1151 'v8_inspector/V8InspectorImpl.cpp', 1153 'v8_inspector/V8InspectorImpl.cpp',
(...skipping 291 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