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': 1, | 7 'chromium_code': 1, |
8 'cc_source_files': [ | 8 'cc_source_files': [ |
9 'animation/animation.cc', | 9 'animation/animation.cc', |
10 'animation/animation.h', | 10 'animation/animation.h', |
(...skipping 25 matching lines...) Expand all Loading... |
36 'base/math_util.cc', | 36 'base/math_util.cc', |
37 'base/math_util.h', | 37 'base/math_util.h', |
38 'base/region.cc', | 38 'base/region.cc', |
39 'base/region.h', | 39 'base/region.h', |
40 'base/scoped_ptr_algorithm.h', | 40 'base/scoped_ptr_algorithm.h', |
41 'base/scoped_ptr_deque.h', | 41 'base/scoped_ptr_deque.h', |
42 'base/scoped_ptr_hash_map.h', | 42 'base/scoped_ptr_hash_map.h', |
43 'base/scoped_ptr_vector.h', | 43 'base/scoped_ptr_vector.h', |
44 'base/switches.cc', | 44 'base/switches.cc', |
45 'base/switches.h', | 45 'base/switches.h', |
46 'base/thread.h', | |
47 'base/thread_impl.cc', | |
48 'base/thread_impl.h', | |
49 'base/tiling_data.cc', | 46 'base/tiling_data.cc', |
50 'base/tiling_data.h', | 47 'base/tiling_data.h', |
51 'base/util.h', | 48 'base/util.h', |
52 'debug/debug_colors.cc', | 49 'debug/debug_colors.cc', |
53 'debug/debug_colors.h', | 50 'debug/debug_colors.h', |
54 'debug/debug_rect_history.cc', | 51 'debug/debug_rect_history.cc', |
55 'debug/debug_rect_history.h', | 52 'debug/debug_rect_history.h', |
56 'debug/devtools_instrumentation.h', | 53 'debug/devtools_instrumentation.h', |
57 'debug/fake_web_graphics_context_3d.cc', | 54 'debug/fake_web_graphics_context_3d.cc', |
58 'debug/fake_web_graphics_context_3d.h', | 55 'debug/fake_web_graphics_context_3d.h', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 'CC_IMPLEMENTATION=1', | 367 'CC_IMPLEMENTATION=1', |
371 ], | 368 ], |
372 'sources': [ | 369 'sources': [ |
373 '<@(cc_source_files)', | 370 '<@(cc_source_files)', |
374 ], | 371 ], |
375 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
376 'msvs_disabled_warnings': [ 4267, ], | 373 'msvs_disabled_warnings': [ 4267, ], |
377 }, | 374 }, |
378 ], | 375 ], |
379 } | 376 } |
OLD | NEW |