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

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

Issue 1924713002: [DevTools] Removed InjectedScriptHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-inspect-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 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'transforms/ScaleTransformOperation.cpp', 1038 'transforms/ScaleTransformOperation.cpp',
1039 'transforms/ScaleTransformOperation.h', 1039 'transforms/ScaleTransformOperation.h',
1040 'transforms/SkewTransformOperation.cpp', 1040 'transforms/SkewTransformOperation.cpp',
1041 'transforms/SkewTransformOperation.h', 1041 'transforms/SkewTransformOperation.h',
1042 'transforms/TransformOperations.cpp', 1042 'transforms/TransformOperations.cpp',
1043 'transforms/TransformationMatrix.cpp', 1043 'transforms/TransformationMatrix.cpp',
1044 'transforms/TransformationMatrix.h', 1044 'transforms/TransformationMatrix.h',
1045 'transforms/TranslateTransformOperation.cpp', 1045 'transforms/TranslateTransformOperation.cpp',
1046 'transforms/TranslateTransformOperation.h', 1046 'transforms/TranslateTransformOperation.h',
1047 'v8_inspector/Atomics.h', 1047 'v8_inspector/Atomics.h',
1048 'v8_inspector/InspectorWrapper.cpp',
1049 'v8_inspector/InspectorWrapper.h',
1050 'v8_inspector/InjectedScript.cpp', 1048 'v8_inspector/InjectedScript.cpp',
1051 'v8_inspector/InjectedScript.h', 1049 'v8_inspector/InjectedScript.h',
1052 'v8_inspector/InjectedScriptNative.cpp', 1050 'v8_inspector/InjectedScriptNative.cpp',
1053 'v8_inspector/InjectedScriptNative.h', 1051 'v8_inspector/InjectedScriptNative.h',
1054 'v8_inspector/InjectedScriptHost.cpp',
1055 'v8_inspector/InjectedScriptHost.h',
1056 'v8_inspector/InspectedContext.cpp', 1052 'v8_inspector/InspectedContext.cpp',
1057 'v8_inspector/InspectedContext.h', 1053 'v8_inspector/InspectedContext.h',
1058 'v8_inspector/JavaScriptCallFrame.cpp', 1054 'v8_inspector/JavaScriptCallFrame.cpp',
1059 'v8_inspector/JavaScriptCallFrame.h', 1055 'v8_inspector/JavaScriptCallFrame.h',
1060 'v8_inspector/ScriptBreakpoint.h', 1056 'v8_inspector/ScriptBreakpoint.h',
1061 'v8_inspector/RemoteObjectId.cpp', 1057 'v8_inspector/RemoteObjectId.cpp',
1062 'v8_inspector/RemoteObjectId.h', 1058 'v8_inspector/RemoteObjectId.h',
1063 'v8_inspector/V8Compat.h', 1059 'v8_inspector/V8Compat.h',
1064 'v8_inspector/V8DebuggerAgentImpl.cpp', 1060 'v8_inspector/V8DebuggerAgentImpl.cpp',
1065 'v8_inspector/V8DebuggerAgentImpl.h', 1061 'v8_inspector/V8DebuggerAgentImpl.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 ['OS!="mac"', 1308 ['OS!="mac"',
1313 { 1309 {
1314 'platform_test_files': [ 1310 'platform_test_files': [
1315 'scroll/ScrollAnimatorTest.cpp', 1311 'scroll/ScrollAnimatorTest.cpp',
1316 ], 1312 ],
1317 } 1313 }
1318 ], 1314 ],
1319 ], 1315 ],
1320 }, 1316 },
1321 } 1317 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698