| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 ], | 158 ], |
| 159 'sources!': [ | 159 'sources!': [ |
| 160 'touch/selection_bound_unittest.cc', | 160 'touch/selection_bound_unittest.cc', |
| 161 'user_activity/user_activity_detector_unittest.cc', | 161 'user_activity/user_activity_detector_unittest.cc', |
| 162 ], | 162 ], |
| 163 }], | 163 }], |
| 164 ['use_pango == 1', { | 164 ['use_pango == 1', { |
| 165 'dependencies': [ | 165 'dependencies': [ |
| 166 '../../build/linux/system.gyp:pangocairo', | 166 '../../build/linux/system.gyp:pangocairo', |
| 167 ], | 167 ], |
| 168 'conditions': [ | |
| 169 ['use_allocator!="none"', { | |
| 170 'dependencies': [ | |
| 171 '../../base/allocator/allocator.gyp:allocator', | |
| 172 ], | |
| 173 }], | |
| 174 ], | |
| 175 }], | 168 }], |
| 176 ['use_x11==1', { | 169 ['use_x11==1', { |
| 177 'dependencies': [ | 170 'dependencies': [ |
| 178 '../../build/linux/system.gyp:x11', | 171 '../../build/linux/system.gyp:x11', |
| 179 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 172 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 180 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 173 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 181 '../gfx/x/gfx_x11.gyp:gfx_x11', | 174 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 182 ], | 175 ], |
| 183 }], | 176 }], |
| 184 ['OS!="win" or use_aura==0', { | 177 ['OS!="win" or use_aura==0', { |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 'dependencies': [ | 322 'dependencies': [ |
| 330 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 323 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 331 ], | 324 ], |
| 332 }], | 325 }], |
| 333 ], | 326 ], |
| 334 }, | 327 }, |
| 335 ], | 328 ], |
| 336 }], | 329 }], |
| 337 ], | 330 ], |
| 338 } | 331 } |
| OLD | NEW |