OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ui_unittests', | 8 'target_name': 'ui_unittests', |
9 'type': 'executable', | 9 'type': 'executable', |
10 'msvs_guid': 'C412B00F-2098-4833-B3DE-A1B8B7A094F0', | 10 'msvs_guid': 'C412B00F-2098-4833-B3DE-A1B8B7A094F0', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 }, | 85 }, |
86 'link_settings': { | 86 'link_settings': { |
87 'libraries': [ | 87 'libraries': [ |
88 '-limm32.lib', | 88 '-limm32.lib', |
89 '-loleacc.lib', | 89 '-loleacc.lib', |
90 ], | 90 ], |
91 }, | 91 }, |
92 }], | 92 }], |
93 ['toolkit_uses_gtk == 1', { | 93 ['toolkit_uses_gtk == 1', { |
94 'dependencies': [ | 94 'dependencies': [ |
95 '../app/app.gyp:app_base', | |
96 '../build/linux/system.gyp:gtk', | 95 '../build/linux/system.gyp:gtk', |
97 ], | 96 ], |
98 'conditions': [ | 97 'conditions': [ |
99 ['linux_use_tcmalloc==1', { | 98 ['linux_use_tcmalloc==1', { |
100 'dependencies': [ | 99 'dependencies': [ |
101 '../base/allocator/allocator.gyp:allocator', | 100 '../base/allocator/allocator.gyp:allocator', |
102 ], | 101 ], |
103 }], | 102 }], |
104 ], | 103 ], |
105 }], | 104 }], |
106 ], | 105 ], |
107 }, | 106 }, |
108 ], | 107 ], |
109 } | 108 } |
110 | 109 |
111 # Local Variables: | 110 # Local Variables: |
112 # tab-width:2 | 111 # tab-width:2 |
113 # indent-tabs-mode:nil | 112 # indent-tabs-mode:nil |
114 # End: | 113 # End: |
115 # vim: set expandtab tabstop=2 shiftwidth=2: | 114 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |