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 19 matching lines...) Expand all Loading... |
30 'snapshot_mac.mm', | 30 'snapshot_mac.mm', |
31 'snapshot_win.cc', | 31 'snapshot_win.cc', |
32 'snapshot_win.h', | 32 'snapshot_win.h', |
33 ], | 33 ], |
34 'include_dirs': [ | 34 'include_dirs': [ |
35 '..', | 35 '..', |
36 ], | 36 ], |
37 'conditions': [ | 37 'conditions': [ |
38 ['use_aura==1', { | 38 ['use_aura==1', { |
39 'dependencies': [ | 39 'dependencies': [ |
| 40 '../../cc/cc.gyp:cc', |
40 '../aura/aura.gyp:aura', | 41 '../aura/aura.gyp:aura', |
41 '../compositor/compositor.gyp:compositor', | 42 '../compositor/compositor.gyp:compositor', |
42 ], | 43 ], |
43 }], | 44 }], |
44 ], | 45 ], |
45 }, | 46 }, |
46 { | 47 { |
47 'target_name': 'snapshot_unittests', | 48 'target_name': 'snapshot_unittests', |
48 'type': '<(gtest_target_type)', | 49 'type': '<(gtest_target_type)', |
49 'dependencies': [ | 50 'dependencies': [ |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'snapshot', | 94 'snapshot', |
94 ], | 95 ], |
95 'include_dirs': [ | 96 'include_dirs': [ |
96 '../..', | 97 '../..', |
97 ], | 98 ], |
98 }, | 99 }, |
99 ], | 100 ], |
100 }], | 101 }], |
101 ], | 102 ], |
102 } | 103 } |
OLD | NEW |