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

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

Issue 1670813003: 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: updated the chromevox script 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 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 'inspector/PageConsoleAgent.cpp', 1808 'inspector/PageConsoleAgent.cpp',
1809 'inspector/PageConsoleAgent.h', 1809 'inspector/PageConsoleAgent.h',
1810 'inspector/PageDebuggerAgent.cpp', 1810 'inspector/PageDebuggerAgent.cpp',
1811 'inspector/PageDebuggerAgent.h', 1811 'inspector/PageDebuggerAgent.h',
1812 'inspector/PageRuntimeAgent.cpp', 1812 'inspector/PageRuntimeAgent.cpp',
1813 'inspector/PageRuntimeAgent.h', 1813 'inspector/PageRuntimeAgent.h',
1814 'inspector/ScriptArguments.cpp', 1814 'inspector/ScriptArguments.cpp',
1815 'inspector/ScriptArguments.h', 1815 'inspector/ScriptArguments.h',
1816 'inspector/ThreadDebugger.cpp', 1816 'inspector/ThreadDebugger.cpp',
1817 'inspector/ThreadDebugger.h', 1817 'inspector/ThreadDebugger.h',
1818 'inspector/WorkerConsoleAgent.cpp',
1819 'inspector/WorkerConsoleAgent.h',
1820 'inspector/WorkerDebuggerAgent.cpp',
1821 'inspector/WorkerDebuggerAgent.h',
1822 'inspector/WorkerInspectorController.cpp',
1823 'inspector/WorkerInspectorController.h',
1824 'inspector/WorkerRuntimeAgent.cpp',
1825 'inspector/WorkerRuntimeAgent.h',
1826 'inspector/WorkerThreadDebugger.cpp',
1827 'inspector/WorkerThreadDebugger.h',
1818 'inspector/v8/AsyncCallChain.cpp', 1828 'inspector/v8/AsyncCallChain.cpp',
1819 'inspector/v8/AsyncCallChain.h', 1829 'inspector/v8/AsyncCallChain.h',
1820 'inspector/v8/EventListenerInfo.h', 1830 'inspector/v8/EventListenerInfo.h',
1821 'inspector/v8/InspectorWrapper.cpp', 1831 'inspector/v8/InspectorWrapper.cpp',
1822 'inspector/v8/InspectorWrapper.h', 1832 'inspector/v8/InspectorWrapper.h',
1823 'inspector/v8/IgnoreExceptionsScope.h', 1833 'inspector/v8/IgnoreExceptionsScope.h',
1824 'inspector/v8/IgnoreExceptionsScope.cpp', 1834 'inspector/v8/IgnoreExceptionsScope.cpp',
1825 'inspector/v8/InjectedScript.cpp', 1835 'inspector/v8/InjectedScript.cpp',
1826 'inspector/v8/InjectedScript.h', 1836 'inspector/v8/InjectedScript.h',
1827 'inspector/v8/InjectedScriptNative.cpp', 1837 'inspector/v8/InjectedScriptNative.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1862 'inspector/v8/V8Regex.cpp', 1872 'inspector/v8/V8Regex.cpp',
1863 'inspector/v8/V8Regex.h', 1873 'inspector/v8/V8Regex.h',
1864 'inspector/v8/V8RuntimeAgent.h', 1874 'inspector/v8/V8RuntimeAgent.h',
1865 'inspector/v8/V8RuntimeAgentImpl.cpp', 1875 'inspector/v8/V8RuntimeAgentImpl.cpp',
1866 'inspector/v8/V8RuntimeAgentImpl.h', 1876 'inspector/v8/V8RuntimeAgentImpl.h',
1867 'inspector/v8/V8StackTrace.h', 1877 'inspector/v8/V8StackTrace.h',
1868 'inspector/v8/V8StackTraceImpl.cpp', 1878 'inspector/v8/V8StackTraceImpl.cpp',
1869 'inspector/v8/V8StackTraceImpl.h', 1879 'inspector/v8/V8StackTraceImpl.h',
1870 'inspector/v8/V8StringUtil.cpp', 1880 'inspector/v8/V8StringUtil.cpp',
1871 'inspector/v8/V8StringUtil.h', 1881 'inspector/v8/V8StringUtil.h',
1872 'inspector/WorkerConsoleAgent.cpp',
1873 'inspector/WorkerConsoleAgent.h',
1874 'inspector/WorkerDebuggerAgent.cpp',
1875 'inspector/WorkerDebuggerAgent.h',
1876 'inspector/WorkerInspectorController.cpp',
1877 'inspector/WorkerInspectorController.h',
1878 'inspector/WorkerRuntimeAgent.cpp',
1879 'inspector/WorkerRuntimeAgent.h',
1880 'inspector/WorkerThreadDebugger.cpp',
1881 'inspector/WorkerThreadDebugger.h',
1882 'loader/BeaconLoader.cpp', 1882 'loader/BeaconLoader.cpp',
1883 'loader/BeaconLoader.h', 1883 'loader/BeaconLoader.h',
1884 'loader/CookieJar.cpp', 1884 'loader/CookieJar.cpp',
1885 'loader/CrossOriginPreflightResultCache.cpp', 1885 'loader/CrossOriginPreflightResultCache.cpp',
1886 'loader/DocumentLoadTiming.cpp', 1886 'loader/DocumentLoadTiming.cpp',
1887 'loader/DocumentLoader.cpp', 1887 'loader/DocumentLoader.cpp',
1888 'loader/DocumentThreadableLoader.cpp', 1888 'loader/DocumentThreadableLoader.cpp',
1889 'loader/DocumentThreadableLoader.h', 1889 'loader/DocumentThreadableLoader.h',
1890 'loader/DocumentThreadableLoaderClient.h', 1890 'loader/DocumentThreadableLoaderClient.h',
1891 'loader/DocumentWriter.cpp', 1891 'loader/DocumentWriter.cpp',
(...skipping 2166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 'style/SVGComputedStyleTest.cpp', 4058 'style/SVGComputedStyleTest.cpp',
4059 'svg/SVGPathParserTest.cpp', 4059 'svg/SVGPathParserTest.cpp',
4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4061 'testing/PrivateScriptTestTest.cpp', 4061 'testing/PrivateScriptTestTest.cpp',
4062 'timing/MemoryInfoTest.cpp', 4062 'timing/MemoryInfoTest.cpp',
4063 'workers/WorkerThreadTest.cpp', 4063 'workers/WorkerThreadTest.cpp',
4064 'xml/parser/SharedBufferReaderTest.cpp', 4064 'xml/parser/SharedBufferReaderTest.cpp',
4065 ], 4065 ],
4066 } 4066 }
4067 } 4067 }
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