OLD | NEW |
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 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1910 'page/AutoscrollController.cpp', | 1910 'page/AutoscrollController.cpp', |
1911 'page/AutoscrollController.h', | 1911 'page/AutoscrollController.h', |
1912 'page/ChromeClient.cpp', | 1912 'page/ChromeClient.cpp', |
1913 'page/ChromeClient.h', | 1913 'page/ChromeClient.h', |
1914 'page/ContextMenuController.cpp', | 1914 'page/ContextMenuController.cpp', |
1915 'page/ContextMenuProvider.h', | 1915 'page/ContextMenuProvider.h', |
1916 'page/CreateWindow.cpp', | 1916 'page/CreateWindow.cpp', |
1917 'page/CreateWindow.h', | 1917 'page/CreateWindow.h', |
1918 'page/CustomContextMenuProvider.cpp', | 1918 'page/CustomContextMenuProvider.cpp', |
1919 'page/CustomContextMenuProvider.h', | 1919 'page/CustomContextMenuProvider.h', |
1920 'page/DOMWindowPagePopup.cpp', | |
1921 'page/DOMWindowPagePopup.h', | |
1922 'page/DragController.cpp', | 1920 'page/DragController.cpp', |
1923 'page/DragData.cpp', | 1921 'page/DragData.cpp', |
1924 'page/EventSource.cpp', | 1922 'page/EventSource.cpp', |
1925 'page/EventSource.h', | 1923 'page/EventSource.h', |
1926 'page/EventSourceParser.cpp', | 1924 'page/EventSourceParser.cpp', |
1927 'page/EventSourceParser.h', | 1925 'page/EventSourceParser.h', |
1928 'page/EventWithHitTestResults.h', | 1926 'page/EventWithHitTestResults.h', |
1929 'page/FocusController.cpp', | 1927 'page/FocusController.cpp', |
1930 'page/FrameTree.cpp', | 1928 'page/FrameTree.cpp', |
1931 'page/NetworkStateNotifier.cpp', | 1929 'page/NetworkStateNotifier.cpp', |
1932 'page/NetworkStateNotifier.h', | 1930 'page/NetworkStateNotifier.h', |
1933 'page/Page.cpp', | 1931 'page/Page.cpp', |
1934 'page/Page.h', | 1932 'page/Page.h', |
1935 'page/PageAnimator.cpp', | 1933 'page/PageAnimator.cpp', |
1936 'page/PageAnimator.h', | 1934 'page/PageAnimator.h', |
1937 'page/PageLifecycleNotifier.cpp', | 1935 'page/PageLifecycleNotifier.cpp', |
1938 'page/PageLifecycleNotifier.h', | 1936 'page/PageLifecycleNotifier.h', |
1939 'page/PageLifecycleObserver.h', | 1937 'page/PageLifecycleObserver.h', |
1940 'page/PagePopupClient.cpp', | 1938 'page/PagePopupClient.cpp', |
1941 'page/PagePopupClient.h', | 1939 'page/PagePopupClient.h', |
1942 'page/PagePopupController.cpp', | 1940 'page/PagePopupController.cpp', |
1943 'page/PagePopupController.h', | 1941 'page/PagePopupController.h', |
| 1942 'page/PagePopupSupplement.cpp', |
| 1943 'page/PagePopupSupplement.h', |
1944 'page/PageVisibilityState.cpp', | 1944 'page/PageVisibilityState.cpp', |
1945 'page/PointerLockController.cpp', | 1945 'page/PointerLockController.cpp', |
1946 'page/PointerLockController.h', | 1946 'page/PointerLockController.h', |
1947 'page/PopupOpeningObserver.h', | 1947 'page/PopupOpeningObserver.h', |
1948 'page/PrintContext.cpp', | 1948 'page/PrintContext.cpp', |
1949 'page/ScopedPageLoadDeferrer.cpp', | 1949 'page/ScopedPageLoadDeferrer.cpp', |
1950 'page/ScopedPageLoadDeferrer.h', | 1950 'page/ScopedPageLoadDeferrer.h', |
1951 'page/SpatialNavigation.cpp', | 1951 'page/SpatialNavigation.cpp', |
1952 'page/TouchAdjustment.cpp', | 1952 'page/TouchAdjustment.cpp', |
1953 'page/TouchAdjustment.h', | 1953 'page/TouchAdjustment.h', |
(...skipping 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4041 'style/SVGComputedStyleTest.cpp', | 4041 'style/SVGComputedStyleTest.cpp', |
4042 'svg/SVGPathParserTest.cpp', | 4042 'svg/SVGPathParserTest.cpp', |
4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4044 'testing/PrivateScriptTestTest.cpp', | 4044 'testing/PrivateScriptTestTest.cpp', |
4045 'timing/MemoryInfoTest.cpp', | 4045 'timing/MemoryInfoTest.cpp', |
4046 'workers/WorkerThreadTest.cpp', | 4046 'workers/WorkerThreadTest.cpp', |
4047 'xml/parser/SharedBufferReaderTest.cpp', | 4047 'xml/parser/SharedBufferReaderTest.cpp', |
4048 ], | 4048 ], |
4049 } | 4049 } |
4050 } | 4050 } |
OLD | NEW |