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

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: win compile 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 'transforms/RotateTransformOperation.h', 1123 'transforms/RotateTransformOperation.h',
1124 'transforms/ScaleTransformOperation.cpp', 1124 'transforms/ScaleTransformOperation.cpp',
1125 'transforms/ScaleTransformOperation.h', 1125 'transforms/ScaleTransformOperation.h',
1126 'transforms/SkewTransformOperation.cpp', 1126 'transforms/SkewTransformOperation.cpp',
1127 'transforms/SkewTransformOperation.h', 1127 'transforms/SkewTransformOperation.h',
1128 'transforms/TransformOperations.cpp', 1128 'transforms/TransformOperations.cpp',
1129 'transforms/TransformationMatrix.cpp', 1129 'transforms/TransformationMatrix.cpp',
1130 'transforms/TransformationMatrix.h', 1130 'transforms/TransformationMatrix.h',
1131 'transforms/TranslateTransformOperation.cpp', 1131 'transforms/TranslateTransformOperation.cpp',
1132 'transforms/TranslateTransformOperation.h', 1132 'transforms/TranslateTransformOperation.h',
1133 'v8_inspector/Allocator.h',
1133 'v8_inspector/Atomics.h', 1134 'v8_inspector/Atomics.h',
1134 'v8_inspector/InjectedScript.cpp', 1135 'v8_inspector/InjectedScript.cpp',
1135 'v8_inspector/InjectedScript.h', 1136 'v8_inspector/InjectedScript.h',
1136 'v8_inspector/InjectedScriptNative.cpp', 1137 'v8_inspector/InjectedScriptNative.cpp',
1137 'v8_inspector/InjectedScriptNative.h', 1138 'v8_inspector/InjectedScriptNative.h',
1138 'v8_inspector/InspectedContext.cpp', 1139 'v8_inspector/InspectedContext.cpp',
1139 'v8_inspector/InspectedContext.h', 1140 'v8_inspector/InspectedContext.h',
1140 'v8_inspector/JavaScriptCallFrame.cpp', 1141 'v8_inspector/JavaScriptCallFrame.cpp',
1141 'v8_inspector/JavaScriptCallFrame.h', 1142 'v8_inspector/JavaScriptCallFrame.h',
1142 'v8_inspector/PlatformWTF.h', 1143 'v8_inspector/ProtocolPlatform.h',
1143 'v8_inspector/RemoteObjectId.cpp', 1144 'v8_inspector/RemoteObjectId.cpp',
1144 'v8_inspector/RemoteObjectId.h', 1145 'v8_inspector/RemoteObjectId.h',
1145 'v8_inspector/ScriptBreakpoint.h', 1146 'v8_inspector/ScriptBreakpoint.h',
1146 'v8_inspector/String16WTF.h', 1147 'v8_inspector/SearchUtil.cpp',
1148 'v8_inspector/SearchUtil.h',
1149 'v8_inspector/String16.cpp',
1150 'v8_inspector/String16.h',
1151 'v8_inspector/StringUtil.cpp',
1152 'v8_inspector/StringUtil.h',
1147 'v8_inspector/V8Compat.h', 1153 'v8_inspector/V8Compat.h',
1148 'v8_inspector/V8ConsoleAgentImpl.cpp', 1154 'v8_inspector/V8ConsoleAgentImpl.cpp',
1149 'v8_inspector/V8ConsoleAgentImpl.h', 1155 'v8_inspector/V8ConsoleAgentImpl.h',
1150 'v8_inspector/V8ConsoleMessage.cpp', 1156 'v8_inspector/V8ConsoleMessage.cpp',
1151 'v8_inspector/V8ConsoleMessage.h', 1157 'v8_inspector/V8ConsoleMessage.h',
1152 'v8_inspector/V8Debugger.cpp', 1158 'v8_inspector/V8Debugger.cpp',
1153 'v8_inspector/V8Debugger.h', 1159 'v8_inspector/V8Debugger.h',
1154 'v8_inspector/V8DebuggerAgentImpl.cpp', 1160 'v8_inspector/V8DebuggerAgentImpl.cpp',
1155 'v8_inspector/V8DebuggerAgentImpl.h', 1161 'v8_inspector/V8DebuggerAgentImpl.h',
1156 'v8_inspector/V8InspectorImpl.cpp', 1162 'v8_inspector/V8InspectorImpl.cpp',
(...skipping 15 matching lines...) Expand all
1172 'v8_inspector/V8SchemaAgentImpl.cpp', 1178 'v8_inspector/V8SchemaAgentImpl.cpp',
1173 'v8_inspector/V8SchemaAgentImpl.h', 1179 'v8_inspector/V8SchemaAgentImpl.h',
1174 'v8_inspector/V8ProfilerAgentImpl.cpp', 1180 'v8_inspector/V8ProfilerAgentImpl.cpp',
1175 'v8_inspector/V8ProfilerAgentImpl.h', 1181 'v8_inspector/V8ProfilerAgentImpl.h',
1176 'v8_inspector/V8Regex.cpp', 1182 'v8_inspector/V8Regex.cpp',
1177 'v8_inspector/V8Regex.h', 1183 'v8_inspector/V8Regex.h',
1178 'v8_inspector/V8RuntimeAgentImpl.cpp', 1184 'v8_inspector/V8RuntimeAgentImpl.cpp',
1179 'v8_inspector/V8RuntimeAgentImpl.h', 1185 'v8_inspector/V8RuntimeAgentImpl.h',
1180 'v8_inspector/V8StackTraceImpl.cpp', 1186 'v8_inspector/V8StackTraceImpl.cpp',
1181 'v8_inspector/V8StackTraceImpl.h', 1187 'v8_inspector/V8StackTraceImpl.h',
1182 'v8_inspector/V8StringUtil.cpp',
1183 'v8_inspector/V8StringUtil.h',
1184 'v8_inspector/V8ValueCopier.cpp', 1188 'v8_inspector/V8ValueCopier.cpp',
1185 'v8_inspector/V8ValueCopier.h', 1189 'v8_inspector/V8ValueCopier.h',
1186 'v8_inspector/public/StringBuffer.h', 1190 'v8_inspector/public/StringBuffer.h',
1187 'v8_inspector/public/StringView.h', 1191 'v8_inspector/public/StringView.h',
1188 'v8_inspector/public/V8ContextInfo.h', 1192 'v8_inspector/public/V8ContextInfo.h',
1189 'v8_inspector/public/V8Inspector.h', 1193 'v8_inspector/public/V8Inspector.h',
1190 'v8_inspector/public/V8InspectorClient.h', 1194 'v8_inspector/public/V8InspectorClient.h',
1191 'v8_inspector/public/V8InspectorSession.h', 1195 'v8_inspector/public/V8InspectorSession.h',
1192 'v8_inspector/public/V8StackTrace.h', 1196 'v8_inspector/public/V8StackTrace.h',
1193 'web_memory_allocator_dump.cc', 1197 'web_memory_allocator_dump.cc',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 'graphics/paint/PropertyTreeStateTest.cpp', 1303 'graphics/paint/PropertyTreeStateTest.cpp',
1300 'image-decoders/FastSharedBufferReaderTest.cpp', 1304 'image-decoders/FastSharedBufferReaderTest.cpp',
1301 'image-decoders/ImageDecoderTest.cpp', 1305 'image-decoders/ImageDecoderTest.cpp',
1302 'image-decoders/ImageDecoderTestHelpers.cpp', 1306 'image-decoders/ImageDecoderTestHelpers.cpp',
1303 'image-decoders/ImageDecoderTestHelpers.h', 1307 'image-decoders/ImageDecoderTestHelpers.h',
1304 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1308 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1305 'image-decoders/gif/GIFImageDecoderTest.cpp', 1309 'image-decoders/gif/GIFImageDecoderTest.cpp',
1306 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1310 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1307 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1311 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1308 'image-decoders/ico/ICOImageDecoderTest.cpp', 1312 'image-decoders/ico/ICOImageDecoderTest.cpp',
1309 'inspector_protocol/ParserTest.cpp',
1310 'mac/VersionUtilMacTest.mm', 1313 'mac/VersionUtilMacTest.mm',
1311 'mojo/KURLSecurityOriginTest.cpp', 1314 'mojo/KURLSecurityOriginTest.cpp',
1312 'network/EncodedFormDataTest.cpp', 1315 'network/EncodedFormDataTest.cpp',
1313 'network/HTTPParsersTest.cpp', 1316 'network/HTTPParsersTest.cpp',
1314 'network/LinkHeaderTest.cpp', 1317 'network/LinkHeaderTest.cpp',
1315 'network/NetworkUtilsTest.cpp', 1318 'network/NetworkUtilsTest.cpp',
1316 'network/ResourceRequestTest.cpp', 1319 'network/ResourceRequestTest.cpp',
1317 'network/ResourceResponseTest.cpp', 1320 'network/ResourceResponseTest.cpp',
1318 'scheduler/CancellableTaskFactoryTest.cpp', 1321 'scheduler/CancellableTaskFactoryTest.cpp',
1319 'scheduler/base/long_task_tracker_unittest.cc', 1322 'scheduler/base/long_task_tracker_unittest.cc',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 ['use_default_render_theme==1', 1462 ['use_default_render_theme==1',
1460 { 1463 {
1461 'platform_test_files': [ 1464 'platform_test_files': [
1462 'scroll/ScrollbarThemeAuraTest.cpp', 1465 'scroll/ScrollbarThemeAuraTest.cpp',
1463 ], 1466 ],
1464 } 1467 }
1465 ], 1468 ],
1466 ], 1469 ],
1467 }, 1470 },
1468 } 1471 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698