| 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 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1981 'page/EventSourceParser.h', | 1981 'page/EventSourceParser.h', |
| 1982 'page/EventWithHitTestResults.h', | 1982 'page/EventWithHitTestResults.h', |
| 1983 'page/FocusController.cpp', | 1983 'page/FocusController.cpp', |
| 1984 'page/FrameTree.cpp', | 1984 'page/FrameTree.cpp', |
| 1985 'page/NetworkStateNotifier.cpp', | 1985 'page/NetworkStateNotifier.cpp', |
| 1986 'page/NetworkStateNotifier.h', | 1986 'page/NetworkStateNotifier.h', |
| 1987 'page/Page.cpp', | 1987 'page/Page.cpp', |
| 1988 'page/Page.h', | 1988 'page/Page.h', |
| 1989 'page/PageAnimator.cpp', | 1989 'page/PageAnimator.cpp', |
| 1990 'page/PageAnimator.h', | 1990 'page/PageAnimator.h', |
| 1991 'page/PageLifecycleNotifier.cpp', | 1991 'page/PageVisibilityNotifier.cpp', |
| 1992 'page/PageLifecycleNotifier.h', | 1992 'page/PageVisibilityNotifier.h', |
| 1993 'page/PageLifecycleObserver.h', | 1993 'page/PageVisibilityObserver.h', |
| 1994 'page/PagePopupClient.cpp', | 1994 'page/PagePopupClient.cpp', |
| 1995 'page/PagePopupClient.h', | 1995 'page/PagePopupClient.h', |
| 1996 'page/PagePopupController.cpp', | 1996 'page/PagePopupController.cpp', |
| 1997 'page/PagePopupController.h', | 1997 'page/PagePopupController.h', |
| 1998 'page/PagePopupSupplement.cpp', | 1998 'page/PagePopupSupplement.cpp', |
| 1999 'page/PagePopupSupplement.h', | 1999 'page/PagePopupSupplement.h', |
| 2000 'page/PageVisibilityState.cpp', | 2000 'page/PageVisibilityState.cpp', |
| 2001 'page/PointerLockController.cpp', | 2001 'page/PointerLockController.cpp', |
| 2002 'page/PointerLockController.h', | 2002 'page/PointerLockController.h', |
| 2003 'page/PopupOpeningObserver.h', | 2003 'page/PopupOpeningObserver.h', |
| (...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4207 'testing/PrivateScriptTestTest.cpp', | 4207 'testing/PrivateScriptTestTest.cpp', |
| 4208 'timing/MemoryInfoTest.cpp', | 4208 'timing/MemoryInfoTest.cpp', |
| 4209 'timing/PerformanceBaseTest.cpp', | 4209 'timing/PerformanceBaseTest.cpp', |
| 4210 'timing/PerformanceObserverTest.cpp', | 4210 'timing/PerformanceObserverTest.cpp', |
| 4211 'workers/WorkerThreadTest.cpp', | 4211 'workers/WorkerThreadTest.cpp', |
| 4212 'workers/WorkerThreadTestHelper.h', | 4212 'workers/WorkerThreadTestHelper.h', |
| 4213 'xml/parser/SharedBufferReaderTest.cpp', | 4213 'xml/parser/SharedBufferReaderTest.cpp', |
| 4214 ], | 4214 ], |
| 4215 } | 4215 } |
| 4216 } | 4216 } |
| OLD | NEW |