| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 0, | 7 'chromium_code': 0, |
| 8 'use_libcc_for_compositor%': 0, | 8 'use_libcc_for_compositor%': 0, |
| 9 'cc_source_files': [ | 9 'cc_source_files': [ |
| 10 'BitmapCanvasLayerTextureUpdater.cpp', | 10 'BitmapCanvasLayerTextureUpdater.cpp', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 '<(DEPTH)/ui/ui.gyp:ui', | 230 '<(DEPTH)/ui/ui.gyp:ui', |
| 231 ], | 231 ], |
| 232 'defines': [ | 232 'defines': [ |
| 233 'WTF_USE_ACCELERATED_COMPOSITING=1', | 233 'WTF_USE_ACCELERATED_COMPOSITING=1', |
| 234 ], | 234 ], |
| 235 'include_dirs': [ | 235 'include_dirs': [ |
| 236 'stubs', | 236 'stubs', |
| 237 ], | 237 ], |
| 238 'sources': [ | 238 'sources': [ |
| 239 '<@(cc_source_files)', | 239 '<@(cc_source_files)', |
| 240 'stubs/Extensions3D.h', |
| 240 'stubs/Extensions3DChromium.h', | 241 'stubs/Extensions3DChromium.h', |
| 241 'stubs/Extensions3D.h', | 242 'stubs/FloatPoint.h', |
| 243 'stubs/FloatPoint3D.h', |
| 244 'stubs/FloatQuad.h', |
| 245 'stubs/FloatRect.h', |
| 246 'stubs/FloatSize.h', |
| 242 'stubs/GraphicsContext3D.h', | 247 'stubs/GraphicsContext3D.h', |
| 243 'stubs/GraphicsTypes3D.h', | 248 'stubs/GraphicsTypes3D.h', |
| 249 'stubs/IntPoint.h', |
| 250 'stubs/IntRect.h', |
| 251 'stubs/IntSize.h', |
| 244 'stubs/NotImplemented.h', | 252 'stubs/NotImplemented.h', |
| 245 'stubs/Region.h', | 253 'stubs/Region.h', |
| 246 'stubs/ScrollbarThemeClient.h', | |
| 247 'stubs/ScrollTypes.h', | |
| 248 'stubs/SharedGraphicsContext3D.h', | |
| 249 'stubs/SkiaUtils.h', | 254 'stubs/SkiaUtils.h', |
| 250 'stubs/TextStream.h', | 255 'stubs/TextStream.h', |
| 251 'stubs/TilingData.h', | 256 'stubs/TilingData.h', |
| 252 'stubs/Timer.h', | |
| 253 'stubs/TraceEvent.h', | 257 'stubs/TraceEvent.h', |
| 254 'stubs/UnitBezier.h', | 258 'stubs/UnitBezier.h', |
| 255 ], | 259 ], |
| 256 }], | 260 }], |
| 257 ], | 261 ], |
| 258 }, | 262 }, |
| 259 ], | 263 ], |
| 260 } | 264 } |
| OLD | NEW |