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