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

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

Issue 1999843002: [DevTools] Move CommandLineAPI.getEventListeners to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-monitor-events-to-native
Patch Set: Created 4 years, 7 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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 'v8_inspector/V8ProfilerAgentImpl.cpp', 1089 'v8_inspector/V8ProfilerAgentImpl.cpp',
1090 'v8_inspector/V8ProfilerAgentImpl.h', 1090 'v8_inspector/V8ProfilerAgentImpl.h',
1091 'v8_inspector/V8Regex.cpp', 1091 'v8_inspector/V8Regex.cpp',
1092 'v8_inspector/V8Regex.h', 1092 'v8_inspector/V8Regex.h',
1093 'v8_inspector/V8RuntimeAgentImpl.cpp', 1093 'v8_inspector/V8RuntimeAgentImpl.cpp',
1094 'v8_inspector/V8RuntimeAgentImpl.h', 1094 'v8_inspector/V8RuntimeAgentImpl.h',
1095 'v8_inspector/V8StackTraceImpl.cpp', 1095 'v8_inspector/V8StackTraceImpl.cpp',
1096 'v8_inspector/V8StackTraceImpl.h', 1096 'v8_inspector/V8StackTraceImpl.h',
1097 'v8_inspector/V8StringUtil.cpp', 1097 'v8_inspector/V8StringUtil.cpp',
1098 'v8_inspector/V8StringUtil.h', 1098 'v8_inspector/V8StringUtil.h',
1099 'v8_inspector/public/V8EventListenerInfo.h',
1100 'v8_inspector/public/V8ContentSearchUtil.h', 1099 'v8_inspector/public/V8ContentSearchUtil.h',
1101 'v8_inspector/public/V8ContextInfo.h', 1100 'v8_inspector/public/V8ContextInfo.h',
1102 'v8_inspector/public/V8Debugger.h', 1101 'v8_inspector/public/V8Debugger.h',
1103 'v8_inspector/public/V8DebuggerAgent.h', 1102 'v8_inspector/public/V8DebuggerAgent.h',
1104 'v8_inspector/public/V8DebuggerClient.h', 1103 'v8_inspector/public/V8DebuggerClient.h',
1105 'v8_inspector/public/V8HeapProfilerAgent.h', 1104 'v8_inspector/public/V8HeapProfilerAgent.h',
1106 'v8_inspector/public/V8InspectorSession.h', 1105 'v8_inspector/public/V8InspectorSession.h',
1107 'v8_inspector/public/V8InspectorSessionClient.h', 1106 'v8_inspector/public/V8InspectorSessionClient.h',
1108 'v8_inspector/public/V8ProfilerAgent.h', 1107 'v8_inspector/public/V8ProfilerAgent.h',
1109 'v8_inspector/public/V8RuntimeAgent.h', 1108 'v8_inspector/public/V8RuntimeAgent.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 ['use_default_render_theme==1', 1332 ['use_default_render_theme==1',
1334 { 1333 {
1335 'platform_test_files': [ 1334 'platform_test_files': [
1336 'scroll/ScrollbarThemeAuraTest.cpp', 1335 'scroll/ScrollbarThemeAuraTest.cpp',
1337 ], 1336 ],
1338 } 1337 }
1339 ], 1338 ],
1340 ], 1339 ],
1341 }, 1340 },
1342 } 1341 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698