| 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 'cc_source_files': [ | 7 'cc_source_files': [ |
| 8 'hash_pair.h', | 8 'hash_pair.h', |
| 9 'scoped_ptr_deque.h', | 9 'scoped_ptr_deque.h', |
| 10 'scoped_ptr_hash_map.h', | 10 'scoped_ptr_hash_map.h', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 { | 229 { |
| 230 'target_name': 'cc', | 230 'target_name': 'cc', |
| 231 'type': 'static_library', | 231 'type': 'static_library', |
| 232 'includes': [ | 232 'includes': [ |
| 233 'cc.gypi', | 233 'cc.gypi', |
| 234 ], | 234 ], |
| 235 'dependencies': [ | 235 'dependencies': [ |
| 236 '<(DEPTH)/base/base.gyp:base', | 236 '<(DEPTH)/base/base.gyp:base', |
| 237 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 237 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 238 '<(DEPTH)/skia/skia.gyp:skia', | 238 '<(DEPTH)/skia/skia.gyp:skia', |
| 239 '<(DEPTH)/media/media.gyp:media', |
| 239 '<(DEPTH)/ui/gl/gl.gyp:gl', | 240 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 240 '<(DEPTH)/ui/ui.gyp:ui', | 241 '<(DEPTH)/ui/ui.gyp:ui', |
| 241 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf', | 242 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf', |
| 242 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo
rm_geometry', | 243 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo
rm_geometry', |
| 243 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support'
, | 244 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support'
, |
| 244 ], | 245 ], |
| 245 'defines': [ | 246 'defines': [ |
| 246 # http://crbug.com/154052 | 247 # http://crbug.com/154052 |
| 247 'WEBKIT_GLUE_IMPLEMENTATION=1', | 248 'WEBKIT_GLUE_IMPLEMENTATION=1', |
| 248 ], | 249 ], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 276 'stubs/int_rect.h', | 277 'stubs/int_rect.h', |
| 277 'stubs/int_size.h', | 278 'stubs/int_size.h', |
| 278 'stubs/not_implemented.h', | 279 'stubs/not_implemented.h', |
| 279 'stubs/skia_utils.h', | 280 'stubs/skia_utils.h', |
| 280 'stubs/tiling_data.h', | 281 'stubs/tiling_data.h', |
| 281 'stubs/unit_bezier.h', | 282 'stubs/unit_bezier.h', |
| 282 ], | 283 ], |
| 283 }, | 284 }, |
| 284 ], | 285 ], |
| 285 } | 286 } |
| OLD | NEW |