| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'core_idl_files': [ | 3 'core_idl_files': [ |
| 4 'css/CSS.idl', | 4 'css/CSS.idl', |
| 5 'css/CSSCharsetRule.idl', | 5 'css/CSSCharsetRule.idl', |
| 6 'css/CSSFontFaceLoadEvent.idl', | 6 'css/CSSFontFaceLoadEvent.idl', |
| 7 'css/CSSFontFaceRule.idl', | 7 'css/CSSFontFaceRule.idl', |
| 8 'css/CSSHostRule.idl', | 8 'css/CSSHostRule.idl', |
| 9 'css/CSSImportRule.idl', | 9 'css/CSSImportRule.idl', |
| 10 'css/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
| (...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1276 'timing/PerformanceTiming.h', | 1276 'timing/PerformanceTiming.h', |
| 1277 'timing/PerformanceUserTiming.cpp', | 1277 'timing/PerformanceUserTiming.cpp', |
| 1278 'timing/PerformanceUserTiming.h', | 1278 'timing/PerformanceUserTiming.h', |
| 1279 'page/PointerLockController.cpp', | 1279 'page/PointerLockController.cpp', |
| 1280 'page/PointerLockController.h', | 1280 'page/PointerLockController.h', |
| 1281 'page/PopupOpeningObserver.h', | 1281 'page/PopupOpeningObserver.h', |
| 1282 'page/PrintContext.cpp', | 1282 'page/PrintContext.cpp', |
| 1283 'timing/ResourceTimingInfo.h', | 1283 'timing/ResourceTimingInfo.h', |
| 1284 'page/RuntimeCSSEnabled.cpp', | 1284 'page/RuntimeCSSEnabled.cpp', |
| 1285 'page/RuntimeCSSEnabled.h', | 1285 'page/RuntimeCSSEnabled.h', |
| 1286 'page/RuntimeEnabledFeaturesCustom.cpp', | |
| 1287 'frame/Screen.cpp', | 1286 'frame/Screen.cpp', |
| 1288 'frame/Screen.h', | 1287 'frame/Screen.h', |
| 1289 'page/Settings.cpp', | 1288 'page/Settings.cpp', |
| 1290 'page/SpatialNavigation.cpp', | 1289 'page/SpatialNavigation.cpp', |
| 1291 'frame/SuspendableTimer.cpp', | 1290 'frame/SuspendableTimer.cpp', |
| 1292 'frame/SuspendableTimer.h', | 1291 'frame/SuspendableTimer.h', |
| 1293 'page/TouchAdjustment.cpp', | 1292 'page/TouchAdjustment.cpp', |
| 1294 'page/TouchAdjustment.h', | 1293 'page/TouchAdjustment.h', |
| 1295 'page/TouchDisambiguation.cpp', | 1294 'page/TouchDisambiguation.cpp', |
| 1296 'page/TouchDisambiguation.h', | 1295 'page/TouchDisambiguation.h', |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1675 'workers/AbstractWorker.cpp', | 1674 'workers/AbstractWorker.cpp', |
| 1676 'workers/AbstractWorker.h', | 1675 'workers/AbstractWorker.h', |
| 1677 'workers/DedicatedWorkerGlobalScope.cpp', | 1676 'workers/DedicatedWorkerGlobalScope.cpp', |
| 1678 'workers/DedicatedWorkerGlobalScope.h', | 1677 'workers/DedicatedWorkerGlobalScope.h', |
| 1679 'workers/DedicatedWorkerThread.cpp', | 1678 'workers/DedicatedWorkerThread.cpp', |
| 1680 'workers/DedicatedWorkerThread.h', | 1679 'workers/DedicatedWorkerThread.h', |
| 1681 'workers/SharedWorker.cpp', | 1680 'workers/SharedWorker.cpp', |
| 1682 'workers/SharedWorker.h', | 1681 'workers/SharedWorker.h', |
| 1683 'workers/SharedWorkerGlobalScope.cpp', | 1682 'workers/SharedWorkerGlobalScope.cpp', |
| 1684 'workers/SharedWorkerGlobalScope.h', | 1683 'workers/SharedWorkerGlobalScope.h', |
| 1685 'workers/SharedWorkerRepository.h', | 1684 'workers/SharedWorkerRepositoryClient.h', |
| 1686 'workers/SharedWorkerThread.cpp', | 1685 'workers/SharedWorkerThread.cpp', |
| 1687 'workers/SharedWorkerThread.h', | 1686 'workers/SharedWorkerThread.h', |
| 1688 'workers/Worker.cpp', | 1687 'workers/Worker.cpp', |
| 1689 'workers/Worker.h', | 1688 'workers/Worker.h', |
| 1690 'workers/WorkerClients.h', | 1689 'workers/WorkerClients.h', |
| 1691 'workers/WorkerConsole.cpp', | 1690 'workers/WorkerConsole.cpp', |
| 1692 'workers/WorkerConsole.h', | 1691 'workers/WorkerConsole.h', |
| 1693 'workers/WorkerEventQueue.cpp', | 1692 'workers/WorkerEventQueue.cpp', |
| 1694 'workers/WorkerEventQueue.h', | 1693 'workers/WorkerEventQueue.h', |
| 1695 'workers/WorkerGlobalScopeProxy.cpp', | 1694 'workers/WorkerGlobalScopeProxy.cpp', |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3625 'bison_exe': 'bison', | 3624 'bison_exe': 'bison', |
| 3626 # We specify a preprocess so it happens locally and won't get | 3625 # We specify a preprocess so it happens locally and won't get |
| 3627 # distributed to goma. | 3626 # distributed to goma. |
| 3628 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3627 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3629 # use /usr/bin/clang once we require Xcode 4.x. | 3628 # use /usr/bin/clang once we require Xcode 4.x. |
| 3630 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3629 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3631 }], | 3630 }], |
| 3632 ], | 3631 ], |
| 3633 } | 3632 } |
| 3634 } | 3633 } |
| OLD | NEW |