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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'v8_inspector/V8DebuggerAgentImpl.cpp', 1052 'v8_inspector/V8DebuggerAgentImpl.cpp',
1053 'v8_inspector/V8DebuggerAgentImpl.h', 1053 'v8_inspector/V8DebuggerAgentImpl.h',
1054 'v8_inspector/V8DebuggerImpl.cpp', 1054 'v8_inspector/V8DebuggerImpl.cpp',
1055 'v8_inspector/V8DebuggerImpl.h', 1055 'v8_inspector/V8DebuggerImpl.h',
1056 'v8_inspector/V8DebuggerScript.cpp', 1056 'v8_inspector/V8DebuggerScript.cpp',
1057 'v8_inspector/V8DebuggerScript.h', 1057 'v8_inspector/V8DebuggerScript.h',
1058 'v8_inspector/V8FunctionCall.cpp', 1058 'v8_inspector/V8FunctionCall.cpp',
1059 'v8_inspector/V8FunctionCall.h', 1059 'v8_inspector/V8FunctionCall.h',
1060 'v8_inspector/V8HeapProfilerAgentImpl.cpp', 1060 'v8_inspector/V8HeapProfilerAgentImpl.cpp',
1061 'v8_inspector/V8HeapProfilerAgentImpl.h', 1061 'v8_inspector/V8HeapProfilerAgentImpl.h',
1062 'v8_inspector/V8Console.cpp',
1063 'v8_inspector/V8Console.h',
1062 'v8_inspector/V8InjectedScriptHost.cpp', 1064 'v8_inspector/V8InjectedScriptHost.cpp',
1063 'v8_inspector/V8InjectedScriptHost.h', 1065 'v8_inspector/V8InjectedScriptHost.h',
1064 'v8_inspector/V8InspectorSessionImpl.cpp', 1066 'v8_inspector/V8InspectorSessionImpl.cpp',
1065 'v8_inspector/V8InspectorSessionImpl.h', 1067 'v8_inspector/V8InspectorSessionImpl.h',
1066 'v8_inspector/V8ProfilerAgentImpl.cpp', 1068 'v8_inspector/V8ProfilerAgentImpl.cpp',
1067 'v8_inspector/V8ProfilerAgentImpl.h', 1069 'v8_inspector/V8ProfilerAgentImpl.h',
1068 'v8_inspector/V8Regex.cpp', 1070 'v8_inspector/V8Regex.cpp',
1069 'v8_inspector/V8Regex.h', 1071 'v8_inspector/V8Regex.h',
1070 'v8_inspector/V8RuntimeAgentImpl.cpp', 1072 'v8_inspector/V8RuntimeAgentImpl.cpp',
1071 'v8_inspector/V8RuntimeAgentImpl.h', 1073 'v8_inspector/V8RuntimeAgentImpl.h',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 ['OS!="mac"', 1298 ['OS!="mac"',
1297 { 1299 {
1298 'platform_test_files': [ 1300 'platform_test_files': [
1299 'scroll/ScrollAnimatorTest.cpp', 1301 'scroll/ScrollAnimatorTest.cpp',
1300 ], 1302 ],
1301 } 1303 }
1302 ], 1304 ],
1303 ], 1305 ],
1304 }, 1306 },
1305 } 1307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698