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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'dependencies': [ | 188 'dependencies': [ |
189 '../aura/aura.gyp:aura', | 189 '../aura/aura.gyp:aura', |
190 '../wm/wm.gyp:wm', | 190 '../wm/wm.gyp:wm', |
191 ], | 191 ], |
192 }], | 192 }], |
193 ['toolkit_views==1', { | 193 ['toolkit_views==1', { |
194 'dependencies': [ | 194 'dependencies': [ |
195 '../events/events.gyp:events', | 195 '../events/events.gyp:events', |
196 '../views/views.gyp:views', | 196 '../views/views.gyp:views', |
197 ], | 197 ], |
198 'export_dependent_settings': [ | |
199 '../views/views.gyp:views', | |
200 ], | |
201 }, { # toolkit_views==0 | 198 }, { # toolkit_views==0 |
202 'sources/': [ | 199 'sources/': [ |
203 ['exclude', 'views/'], | 200 ['exclude', 'views/'], |
204 ], | 201 ], |
205 }], | 202 }], |
206 ['OS=="mac"', { | 203 ['OS=="mac"', { |
207 'dependencies': [ | 204 'dependencies': [ |
208 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
:google_toolbox_for_mac', | 205 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp
:google_toolbox_for_mac', |
209 ], | 206 ], |
210 'link_settings': { | 207 'link_settings': { |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'dependencies': [ | 395 'dependencies': [ |
399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 396 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
400 ], | 397 ], |
401 }], | 398 }], |
402 ], | 399 ], |
403 }, | 400 }, |
404 ], | 401 ], |
405 }], | 402 }], |
406 ], | 403 ], |
407 } | 404 } |
OLD | NEW |