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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1676093002: Revert of DevTools: do not use platform/ to load injected scripts into inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'inspector/PageConsoleAgent.cpp', 1806 'inspector/PageConsoleAgent.cpp',
1807 'inspector/PageConsoleAgent.h', 1807 'inspector/PageConsoleAgent.h',
1808 'inspector/PageDebuggerAgent.cpp', 1808 'inspector/PageDebuggerAgent.cpp',
1809 'inspector/PageDebuggerAgent.h', 1809 'inspector/PageDebuggerAgent.h',
1810 'inspector/PageRuntimeAgent.cpp', 1810 'inspector/PageRuntimeAgent.cpp',
1811 'inspector/PageRuntimeAgent.h', 1811 'inspector/PageRuntimeAgent.h',
1812 'inspector/ScriptArguments.cpp', 1812 'inspector/ScriptArguments.cpp',
1813 'inspector/ScriptArguments.h', 1813 'inspector/ScriptArguments.h',
1814 'inspector/ThreadDebugger.cpp', 1814 'inspector/ThreadDebugger.cpp',
1815 'inspector/ThreadDebugger.h', 1815 'inspector/ThreadDebugger.h',
1816 'inspector/WorkerConsoleAgent.cpp',
1817 'inspector/WorkerConsoleAgent.h',
1818 'inspector/WorkerDebuggerAgent.cpp',
1819 'inspector/WorkerDebuggerAgent.h',
1820 'inspector/WorkerInspectorController.cpp',
1821 'inspector/WorkerInspectorController.h',
1822 'inspector/WorkerRuntimeAgent.cpp',
1823 'inspector/WorkerRuntimeAgent.h',
1824 'inspector/WorkerThreadDebugger.cpp',
1825 'inspector/WorkerThreadDebugger.h',
1826 'inspector/v8/AsyncCallChain.cpp', 1816 'inspector/v8/AsyncCallChain.cpp',
1827 'inspector/v8/AsyncCallChain.h', 1817 'inspector/v8/AsyncCallChain.h',
1828 'inspector/v8/EventListenerInfo.h', 1818 'inspector/v8/EventListenerInfo.h',
1829 'inspector/v8/InspectorWrapper.cpp', 1819 'inspector/v8/InspectorWrapper.cpp',
1830 'inspector/v8/InspectorWrapper.h', 1820 'inspector/v8/InspectorWrapper.h',
1831 'inspector/v8/IgnoreExceptionsScope.h', 1821 'inspector/v8/IgnoreExceptionsScope.h',
1832 'inspector/v8/IgnoreExceptionsScope.cpp', 1822 'inspector/v8/IgnoreExceptionsScope.cpp',
1833 'inspector/v8/InjectedScript.cpp', 1823 'inspector/v8/InjectedScript.cpp',
1834 'inspector/v8/InjectedScript.h', 1824 'inspector/v8/InjectedScript.h',
1835 'inspector/v8/InjectedScriptNative.cpp', 1825 'inspector/v8/InjectedScriptNative.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1870 'inspector/v8/V8Regex.cpp', 1860 'inspector/v8/V8Regex.cpp',
1871 'inspector/v8/V8Regex.h', 1861 'inspector/v8/V8Regex.h',
1872 'inspector/v8/V8RuntimeAgent.h', 1862 'inspector/v8/V8RuntimeAgent.h',
1873 'inspector/v8/V8RuntimeAgentImpl.cpp', 1863 'inspector/v8/V8RuntimeAgentImpl.cpp',
1874 'inspector/v8/V8RuntimeAgentImpl.h', 1864 'inspector/v8/V8RuntimeAgentImpl.h',
1875 'inspector/v8/V8StackTrace.h', 1865 'inspector/v8/V8StackTrace.h',
1876 'inspector/v8/V8StackTraceImpl.cpp', 1866 'inspector/v8/V8StackTraceImpl.cpp',
1877 'inspector/v8/V8StackTraceImpl.h', 1867 'inspector/v8/V8StackTraceImpl.h',
1878 'inspector/v8/V8StringUtil.cpp', 1868 'inspector/v8/V8StringUtil.cpp',
1879 'inspector/v8/V8StringUtil.h', 1869 'inspector/v8/V8StringUtil.h',
1870 'inspector/WorkerConsoleAgent.cpp',
1871 'inspector/WorkerConsoleAgent.h',
1872 'inspector/WorkerDebuggerAgent.cpp',
1873 'inspector/WorkerDebuggerAgent.h',
1874 'inspector/WorkerInspectorController.cpp',
1875 'inspector/WorkerInspectorController.h',
1876 'inspector/WorkerRuntimeAgent.cpp',
1877 'inspector/WorkerRuntimeAgent.h',
1878 'inspector/WorkerThreadDebugger.cpp',
1879 'inspector/WorkerThreadDebugger.h',
1880 'loader/BeaconLoader.cpp', 1880 'loader/BeaconLoader.cpp',
1881 'loader/BeaconLoader.h', 1881 'loader/BeaconLoader.h',
1882 'loader/CookieJar.cpp', 1882 'loader/CookieJar.cpp',
1883 'loader/CrossOriginPreflightResultCache.cpp', 1883 'loader/CrossOriginPreflightResultCache.cpp',
1884 'loader/DocumentLoadTiming.cpp', 1884 'loader/DocumentLoadTiming.cpp',
1885 'loader/DocumentLoader.cpp', 1885 'loader/DocumentLoader.cpp',
1886 'loader/DocumentThreadableLoader.cpp', 1886 'loader/DocumentThreadableLoader.cpp',
1887 'loader/DocumentThreadableLoader.h', 1887 'loader/DocumentThreadableLoader.h',
1888 'loader/DocumentThreadableLoaderClient.h', 1888 'loader/DocumentThreadableLoaderClient.h',
1889 'loader/DocumentWriter.cpp', 1889 'loader/DocumentWriter.cpp',
(...skipping 2166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4056 'style/SVGComputedStyleTest.cpp', 4056 'style/SVGComputedStyleTest.cpp',
4057 'svg/SVGPathParserTest.cpp', 4057 'svg/SVGPathParserTest.cpp',
4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4059 'testing/PrivateScriptTestTest.cpp', 4059 'testing/PrivateScriptTestTest.cpp',
4060 'timing/MemoryInfoTest.cpp', 4060 'timing/MemoryInfoTest.cpp',
4061 'workers/WorkerThreadTest.cpp', 4061 'workers/WorkerThreadTest.cpp',
4062 'xml/parser/SharedBufferReaderTest.cpp', 4062 'xml/parser/SharedBufferReaderTest.cpp',
4063 ], 4063 ],
4064 } 4064 }
4065 } 4065 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698