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

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

Issue 1685003002: Plumb the correct owner document through DocumentInit::m_owner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change page popup plumbing, remove vestigal bits related to failing security context init 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 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'page/AutoscrollController.cpp', 1895 'page/AutoscrollController.cpp',
1896 'page/AutoscrollController.h', 1896 'page/AutoscrollController.h',
1897 'page/ChromeClient.cpp', 1897 'page/ChromeClient.cpp',
1898 'page/ChromeClient.h', 1898 'page/ChromeClient.h',
1899 'page/ContextMenuController.cpp', 1899 'page/ContextMenuController.cpp',
1900 'page/ContextMenuProvider.h', 1900 'page/ContextMenuProvider.h',
1901 'page/CreateWindow.cpp', 1901 'page/CreateWindow.cpp',
1902 'page/CreateWindow.h', 1902 'page/CreateWindow.h',
1903 'page/CustomContextMenuProvider.cpp', 1903 'page/CustomContextMenuProvider.cpp',
1904 'page/CustomContextMenuProvider.h', 1904 'page/CustomContextMenuProvider.h',
1905 'page/DOMWindowPagePopup.cpp',
1906 'page/DOMWindowPagePopup.h',
1907 'page/DragController.cpp', 1905 'page/DragController.cpp',
1908 'page/DragData.cpp', 1906 'page/DragData.cpp',
1909 'page/EventSource.cpp', 1907 'page/EventSource.cpp',
1910 'page/EventSource.h', 1908 'page/EventSource.h',
1911 'page/EventSourceParser.cpp', 1909 'page/EventSourceParser.cpp',
1912 'page/EventSourceParser.h', 1910 'page/EventSourceParser.h',
1913 'page/EventWithHitTestResults.h', 1911 'page/EventWithHitTestResults.h',
1914 'page/FocusController.cpp', 1912 'page/FocusController.cpp',
1915 'page/FrameTree.cpp', 1913 'page/FrameTree.cpp',
1916 'page/NetworkStateNotifier.cpp', 1914 'page/NetworkStateNotifier.cpp',
1917 'page/NetworkStateNotifier.h', 1915 'page/NetworkStateNotifier.h',
1918 'page/Page.cpp', 1916 'page/Page.cpp',
1919 'page/Page.h', 1917 'page/Page.h',
1920 'page/PageAnimator.cpp', 1918 'page/PageAnimator.cpp',
1921 'page/PageAnimator.h', 1919 'page/PageAnimator.h',
1922 'page/PageLifecycleNotifier.cpp', 1920 'page/PageLifecycleNotifier.cpp',
1923 'page/PageLifecycleNotifier.h', 1921 'page/PageLifecycleNotifier.h',
1924 'page/PageLifecycleObserver.h', 1922 'page/PageLifecycleObserver.h',
1925 'page/PagePopupClient.cpp', 1923 'page/PagePopupClient.cpp',
1926 'page/PagePopupClient.h', 1924 'page/PagePopupClient.h',
1927 'page/PagePopupController.cpp', 1925 'page/PagePopupController.cpp',
1928 'page/PagePopupController.h', 1926 'page/PagePopupController.h',
1927 'page/PagePopupSupplement.cpp',
1928 'page/PagePopupSupplement.h',
1929 'page/PageVisibilityState.cpp', 1929 'page/PageVisibilityState.cpp',
1930 'page/PointerLockController.cpp', 1930 'page/PointerLockController.cpp',
1931 'page/PointerLockController.h', 1931 'page/PointerLockController.h',
1932 'page/PopupOpeningObserver.h', 1932 'page/PopupOpeningObserver.h',
1933 'page/PrintContext.cpp', 1933 'page/PrintContext.cpp',
1934 'page/ScopedPageLoadDeferrer.cpp', 1934 'page/ScopedPageLoadDeferrer.cpp',
1935 'page/ScopedPageLoadDeferrer.h', 1935 'page/ScopedPageLoadDeferrer.h',
1936 'page/SpatialNavigation.cpp', 1936 'page/SpatialNavigation.cpp',
1937 'page/TouchAdjustment.cpp', 1937 'page/TouchAdjustment.cpp',
1938 'page/TouchAdjustment.h', 1938 'page/TouchAdjustment.h',
(...skipping 2090 matching lines...) Expand 10 before | Expand all | Expand 10 after
4029 'style/SVGComputedStyleTest.cpp', 4029 'style/SVGComputedStyleTest.cpp',
4030 'svg/SVGPathParserTest.cpp', 4030 'svg/SVGPathParserTest.cpp',
4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4032 'testing/PrivateScriptTestTest.cpp', 4032 'testing/PrivateScriptTestTest.cpp',
4033 'timing/MemoryInfoTest.cpp', 4033 'timing/MemoryInfoTest.cpp',
4034 'workers/WorkerThreadTest.cpp', 4034 'workers/WorkerThreadTest.cpp',
4035 'xml/parser/SharedBufferReaderTest.cpp', 4035 'xml/parser/SharedBufferReaderTest.cpp',
4036 ], 4036 ],
4037 } 4037 }
4038 } 4038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698