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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'SolidColorLayerChromium.cpp', | 194 'SolidColorLayerChromium.cpp', |
195 'SolidColorLayerChromium.h', | 195 'SolidColorLayerChromium.h', |
196 'TextureCopier.cpp', | 196 'TextureCopier.cpp', |
197 'TextureCopier.h', | 197 'TextureCopier.h', |
198 'TextureLayerChromium.cpp', | 198 'TextureLayerChromium.cpp', |
199 'TextureLayerChromium.h', | 199 'TextureLayerChromium.h', |
200 'TextureLayerChromiumClient.h', | 200 'TextureLayerChromiumClient.h', |
201 'TextureUploader.h', | 201 'TextureUploader.h', |
202 'ThrottledTextureUploader.cpp', | 202 'ThrottledTextureUploader.cpp', |
203 'ThrottledTextureUploader.h', | 203 'ThrottledTextureUploader.h', |
204 'UnthrottledTextureUploader.h', | |
205 'TiledLayerChromium.cpp', | 204 'TiledLayerChromium.cpp', |
206 'TiledLayerChromium.h', | 205 'TiledLayerChromium.h', |
207 'TreeSynchronizer.cpp', | 206 'TreeSynchronizer.cpp', |
208 'TreeSynchronizer.h', | 207 'TreeSynchronizer.h', |
209 'VideoLayerChromium.cpp', | 208 'VideoLayerChromium.cpp', |
210 'VideoLayerChromium.h', | 209 'VideoLayerChromium.h', |
211 ], | 210 ], |
212 }, | 211 }, |
213 'targets': [ | 212 'targets': [ |
214 { | 213 { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'stubs/SkiaUtils.h', | 254 'stubs/SkiaUtils.h', |
256 'stubs/TilingData.h', | 255 'stubs/TilingData.h', |
257 'stubs/TraceEvent.h', | 256 'stubs/TraceEvent.h', |
258 'stubs/UnitBezier.h', | 257 'stubs/UnitBezier.h', |
259 ], | 258 ], |
260 }], | 259 }], |
261 ], | 260 ], |
262 }, | 261 }, |
263 ], | 262 ], |
264 } | 263 } |
OLD | NEW |