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

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

Issue 1827993002: [DevTools] Remove promise inspector experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'v8_inspector/InjectedScript.cpp', 1042 'v8_inspector/InjectedScript.cpp',
1043 'v8_inspector/InjectedScript.h', 1043 'v8_inspector/InjectedScript.h',
1044 'v8_inspector/InjectedScriptNative.cpp', 1044 'v8_inspector/InjectedScriptNative.cpp',
1045 'v8_inspector/InjectedScriptNative.h', 1045 'v8_inspector/InjectedScriptNative.h',
1046 'v8_inspector/InjectedScriptHost.cpp', 1046 'v8_inspector/InjectedScriptHost.cpp',
1047 'v8_inspector/InjectedScriptHost.h', 1047 'v8_inspector/InjectedScriptHost.h',
1048 'v8_inspector/InjectedScriptManager.cpp', 1048 'v8_inspector/InjectedScriptManager.cpp',
1049 'v8_inspector/InjectedScriptManager.h', 1049 'v8_inspector/InjectedScriptManager.h',
1050 'v8_inspector/JavaScriptCallFrame.cpp', 1050 'v8_inspector/JavaScriptCallFrame.cpp',
1051 'v8_inspector/JavaScriptCallFrame.h', 1051 'v8_inspector/JavaScriptCallFrame.h',
1052 'v8_inspector/PromiseTracker.cpp',
1053 'v8_inspector/PromiseTracker.h',
1054 'v8_inspector/ScriptBreakpoint.h', 1052 'v8_inspector/ScriptBreakpoint.h',
1055 'v8_inspector/RemoteObjectId.cpp', 1053 'v8_inspector/RemoteObjectId.cpp',
1056 'v8_inspector/RemoteObjectId.h', 1054 'v8_inspector/RemoteObjectId.h',
1057 'v8_inspector/V8AsyncCallTracker.cpp', 1055 'v8_inspector/V8AsyncCallTracker.cpp',
1058 'v8_inspector/V8AsyncCallTracker.h', 1056 'v8_inspector/V8AsyncCallTracker.h',
1059 'v8_inspector/V8DebuggerAgentImpl.cpp', 1057 'v8_inspector/V8DebuggerAgentImpl.cpp',
1060 'v8_inspector/V8DebuggerAgentImpl.h', 1058 'v8_inspector/V8DebuggerAgentImpl.h',
1061 'v8_inspector/V8DebuggerImpl.cpp', 1059 'v8_inspector/V8DebuggerImpl.cpp',
1062 'v8_inspector/V8DebuggerImpl.h', 1060 'v8_inspector/V8DebuggerImpl.h',
1063 'v8_inspector/V8DebuggerScript.cpp', 1061 'v8_inspector/V8DebuggerScript.cpp',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 ['OS!="mac"', 1287 ['OS!="mac"',
1290 { 1288 {
1291 'platform_test_files': [ 1289 'platform_test_files': [
1292 'scroll/ScrollAnimatorTest.cpp', 1290 'scroll/ScrollAnimatorTest.cpp',
1293 ], 1291 ],
1294 } 1292 }
1295 ], 1293 ],
1296 ], 1294 ],
1297 }, 1295 },
1298 } 1296 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/protocol.json ('k') | third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698