| 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 'hash_pair.h', | 10 'hash_pair.h', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'ThrottledTextureUploader.h', | 213 'ThrottledTextureUploader.h', |
| 214 'UnthrottledTextureUploader.cpp', | 214 'UnthrottledTextureUploader.cpp', |
| 215 'UnthrottledTextureUploader.h', | 215 'UnthrottledTextureUploader.h', |
| 216 'TiledLayerChromium.cpp', | 216 'TiledLayerChromium.cpp', |
| 217 'TiledLayerChromium.h', | 217 'TiledLayerChromium.h', |
| 218 'TreeSynchronizer.cpp', | 218 'TreeSynchronizer.cpp', |
| 219 'TreeSynchronizer.h', | 219 'TreeSynchronizer.h', |
| 220 'VideoLayerChromium.cpp', | 220 'VideoLayerChromium.cpp', |
| 221 'VideoLayerChromium.h', | 221 'VideoLayerChromium.h', |
| 222 ], | 222 ], |
| 223 'cc_math_source_files': [ |
| 224 'math/clamp.h', |
| 225 'math/float_point.cc', |
| 226 'math/float_point.h', |
| 227 'math/float_rect.cc', |
| 228 'math/float_rect.h', |
| 229 'math/float_size.cc', |
| 230 'math/float_size.h', |
| 231 'math/float_vector_2d.h', |
| 232 'math/int_point.h', |
| 233 'math/int_rect.cc', |
| 234 'math/int_rect.h', |
| 235 'math/int_size.cc', |
| 236 'math/int_size.h', |
| 237 'math/int_vector_2d.h', |
| 238 ], |
| 223 }, | 239 }, |
| 224 'targets': [ | 240 'targets': [ |
| 225 { | 241 { |
| 226 'target_name': 'cc', | 242 'target_name': 'cc', |
| 227 'type': 'static_library', | 243 'type': 'static_library', |
| 228 'includes': [ | 244 'includes': [ |
| 229 'cc.gypi', | 245 'cc.gypi', |
| 230 ], | 246 ], |
| 231 'conditions': [ | 247 'conditions': [ |
| 232 ['use_libcc_for_compositor==1', { | 248 ['use_libcc_for_compositor==1', { |
| 233 'dependencies': [ | 249 'dependencies': [ |
| 234 '<(DEPTH)/base/base.gyp:base', | 250 '<(DEPTH)/base/base.gyp:base', |
| 235 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', | 251 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', |
| 236 '<(DEPTH)/skia/skia.gyp:skia', | 252 '<(DEPTH)/skia/skia.gyp:skia', |
| 237 '<(DEPTH)/ui/gl/gl.gyp:gl', | 253 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 238 '<(DEPTH)/ui/ui.gyp:ui', | 254 '<(DEPTH)/ui/ui.gyp:ui', |
| 239 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf', | 255 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf', |
| 240 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_pl
atform_geometry', | 256 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_pl
atform_geometry', |
| 241 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_supp
ort', | 257 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_supp
ort', |
| 242 ], | 258 ], |
| 243 'defines': [ | 259 'defines': [ |
| 244 'WTF_USE_ACCELERATED_COMPOSITING=1', | 260 'WTF_USE_ACCELERATED_COMPOSITING=1', |
| 245 ], | 261 ], |
| 246 'include_dirs': [ | 262 'include_dirs': [ |
| 247 '<(webkit_src_dir)/Source/Platform/chromium', | 263 '<(webkit_src_dir)/Source/Platform/chromium', |
| 248 '<@(cc_stubs_dirs)', | 264 '<@(cc_stubs_dirs)', |
| 249 ], | 265 ], |
| 250 'sources': [ | 266 'sources': [ |
| 251 '<@(cc_source_files)', | 267 '<@(cc_source_files)', |
| 268 '<@(cc_math_source_files)', |
| 252 'stubs/Extensions3D.h', | 269 'stubs/Extensions3D.h', |
| 253 'stubs/Extensions3DChromium.h', | 270 'stubs/Extensions3DChromium.h', |
| 254 'stubs/FloatPoint.h', | 271 'stubs/FloatPoint.h', |
| 255 'stubs/FloatPoint3D.h', | 272 'stubs/FloatPoint3D.h', |
| 256 'stubs/FloatQuad.h', | 273 'stubs/FloatQuad.h', |
| 257 'stubs/FloatRect.h', | 274 'stubs/FloatRect.h', |
| 258 'stubs/FloatSize.h', | 275 'stubs/FloatSize.h', |
| 259 'stubs/GraphicsContext3D.h', | 276 'stubs/GraphicsContext3D.h', |
| 260 'stubs/GraphicsTypes3D.h', | 277 'stubs/GraphicsTypes3D.h', |
| 261 'stubs/IntPoint.h', | 278 'stubs/IntPoint.h', |
| 262 'stubs/IntRect.h', | 279 'stubs/IntRect.h', |
| 263 'stubs/IntSize.h', | 280 'stubs/IntSize.h', |
| 264 'stubs/NotImplemented.h', | 281 'stubs/NotImplemented.h', |
| 265 'stubs/Region.h', | 282 'stubs/Region.h', |
| 266 'stubs/SkiaUtils.h', | 283 'stubs/SkiaUtils.h', |
| 267 'stubs/TilingData.h', | 284 'stubs/TilingData.h', |
| 268 'stubs/TraceEvent.h', | 285 'stubs/TraceEvent.h', |
| 269 'stubs/UnitBezier.h', | 286 'stubs/UnitBezier.h', |
| 270 ], | 287 ], |
| 271 }], | 288 }], |
| 272 ], | 289 ], |
| 273 }, | 290 }, |
| 274 ], | 291 ], |
| 275 } | 292 } |
| OLD | NEW |