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

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

Issue 2151273003: [DevTools] Move browser logging from Console domain to Log domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internals-method
Patch Set: protocol improvements Created 4 years, 5 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 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 'frame/csp/CSPSourceList.cpp', 1814 'frame/csp/CSPSourceList.cpp',
1815 'frame/csp/ContentSecurityPolicy.cpp', 1815 'frame/csp/ContentSecurityPolicy.cpp',
1816 'frame/csp/MediaListDirective.cpp', 1816 'frame/csp/MediaListDirective.cpp',
1817 'frame/csp/SourceListDirective.cpp', 1817 'frame/csp/SourceListDirective.cpp',
1818 'imagebitmap/ImageBitmapFactories.cpp', 1818 'imagebitmap/ImageBitmapFactories.cpp',
1819 'imagebitmap/ImageBitmapFactories.h', 1819 'imagebitmap/ImageBitmapFactories.h',
1820 'imagebitmap/ImageBitmapSource.cpp', 1820 'imagebitmap/ImageBitmapSource.cpp',
1821 'imagebitmap/ImageBitmapSource.h', 1821 'imagebitmap/ImageBitmapSource.h',
1822 'inspector/ConsoleMessage.cpp', 1822 'inspector/ConsoleMessage.cpp',
1823 'inspector/ConsoleMessage.h', 1823 'inspector/ConsoleMessage.h',
1824 'inspector/ConsoleMessageStorage.cpp',
1825 'inspector/ConsoleMessageStorage.h',
1824 'inspector/ConsoleTypes.h', 1826 'inspector/ConsoleTypes.h',
1825 'inspector/DOMEditor.cpp', 1827 'inspector/DOMEditor.cpp',
1826 'inspector/DOMEditor.h', 1828 'inspector/DOMEditor.h',
1827 'inspector/DOMPatchSupport.cpp', 1829 'inspector/DOMPatchSupport.cpp',
1828 'inspector/DOMPatchSupport.h', 1830 'inspector/DOMPatchSupport.h',
1829 'inspector/DevToolsHost.cpp', 1831 'inspector/DevToolsHost.cpp',
1830 'inspector/DevToolsHost.h', 1832 'inspector/DevToolsHost.h',
1831 'inspector/IdentifiersFactory.cpp', 1833 'inspector/IdentifiersFactory.cpp',
1832 'inspector/IdentifiersFactory.h', 1834 'inspector/IdentifiersFactory.h',
1833 'inspector/InspectedFrames.cpp', 1835 'inspector/InspectedFrames.cpp',
(...skipping 12 matching lines...) Expand all
1846 'inspector/InspectorHighlight.h', 1848 'inspector/InspectorHighlight.h',
1847 'inspector/InspectorHistory.cpp', 1849 'inspector/InspectorHistory.cpp',
1848 'inspector/InspectorHistory.h', 1850 'inspector/InspectorHistory.h',
1849 'inspector/InspectorInputAgent.cpp', 1851 'inspector/InspectorInputAgent.cpp',
1850 'inspector/InspectorInputAgent.h', 1852 'inspector/InspectorInputAgent.h',
1851 'inspector/InspectorInstrumentation.cpp', 1853 'inspector/InspectorInstrumentation.cpp',
1852 'inspector/InspectorInstrumentation.h', 1854 'inspector/InspectorInstrumentation.h',
1853 'inspector/InspectorInstrumentationCustomInl.h', 1855 'inspector/InspectorInstrumentationCustomInl.h',
1854 'inspector/InspectorLayerTreeAgent.cpp', 1856 'inspector/InspectorLayerTreeAgent.cpp',
1855 'inspector/InspectorLayerTreeAgent.h', 1857 'inspector/InspectorLayerTreeAgent.h',
1858 'inspector/InspectorLogAgent.cpp',
1859 'inspector/InspectorLogAgent.h',
1856 'inspector/InspectorMemoryAgent.cpp', 1860 'inspector/InspectorMemoryAgent.cpp',
1857 'inspector/InspectorMemoryAgent.h', 1861 'inspector/InspectorMemoryAgent.h',
1858 'inspector/InspectorNetworkAgent.cpp', 1862 'inspector/InspectorNetworkAgent.cpp',
1859 'inspector/InspectorNetworkAgent.h', 1863 'inspector/InspectorNetworkAgent.h',
1860 'inspector/InspectorOverlayHost.cpp', 1864 'inspector/InspectorOverlayHost.cpp',
1861 'inspector/InspectorOverlayHost.h', 1865 'inspector/InspectorOverlayHost.h',
1862 'inspector/InspectorPageAgent.cpp', 1866 'inspector/InspectorPageAgent.cpp',
1863 'inspector/InspectorPageAgent.h', 1867 'inspector/InspectorPageAgent.h',
1864 'inspector/InspectorResourceContainer.cpp', 1868 'inspector/InspectorResourceContainer.cpp',
1865 'inspector/InspectorResourceContainer.h', 1869 'inspector/InspectorResourceContainer.h',
(...skipping 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 'testing/PrivateScriptTestTest.cpp', 4211 'testing/PrivateScriptTestTest.cpp',
4208 'timing/MemoryInfoTest.cpp', 4212 'timing/MemoryInfoTest.cpp',
4209 'timing/PerformanceBaseTest.cpp', 4213 'timing/PerformanceBaseTest.cpp',
4210 'timing/PerformanceObserverTest.cpp', 4214 'timing/PerformanceObserverTest.cpp',
4211 'workers/WorkerThreadTest.cpp', 4215 'workers/WorkerThreadTest.cpp',
4212 'workers/WorkerThreadTestHelper.h', 4216 'workers/WorkerThreadTestHelper.h',
4213 'xml/parser/SharedBufferReaderTest.cpp', 4217 'xml/parser/SharedBufferReaderTest.cpp',
4214 ], 4218 ],
4215 } 4219 }
4216 } 4220 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698