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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'snapshot_mac_unittest.mm', | 62 'snapshot_mac_unittest.mm', |
63 'test/run_all_unittests.cc', | 63 'test/run_all_unittests.cc', |
64 ], | 64 ], |
65 'conditions': [ | 65 'conditions': [ |
66 ['use_aura==1', { | 66 ['use_aura==1', { |
67 'dependencies': [ | 67 'dependencies': [ |
68 '../../base/base.gyp:test_support_base', | 68 '../../base/base.gyp:test_support_base', |
69 '../aura/aura.gyp:aura_test_support', | 69 '../aura/aura.gyp:aura_test_support', |
70 '../compositor/compositor.gyp:compositor', | 70 '../compositor/compositor.gyp:compositor', |
71 '../compositor/compositor.gyp:compositor_test_support', | 71 '../compositor/compositor.gyp:compositor_test_support', |
| 72 '../wm/wm.gyp:wm_test_support', |
72 ], | 73 ], |
73 }], | 74 }], |
74 # See http://crbug.com/162998#c4 for why this is needed. | 75 # See http://crbug.com/162998#c4 for why this is needed. |
75 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 | 76 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
76 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { | 77 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
77 'dependencies': [ | 78 'dependencies': [ |
78 '../../base/allocator/allocator.gyp:allocator', | 79 '../../base/allocator/allocator.gyp:allocator', |
79 ], | 80 ], |
80 }], | 81 }], |
81 ], | 82 ], |
(...skipping 13 matching lines...) Expand all Loading... |
95 'snapshot', | 96 'snapshot', |
96 ], | 97 ], |
97 'include_dirs': [ | 98 'include_dirs': [ |
98 '../..', | 99 '../..', |
99 ], | 100 ], |
100 }, | 101 }, |
101 ], | 102 ], |
102 }], | 103 }], |
103 ], | 104 ], |
104 } | 105 } |
OLD | NEW |