Chromium Code Reviews| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 180 ], | 180 ], |
| 181 'conditions': [ | 181 'conditions': [ |
| 182 ['use_aura==1', { | 182 ['use_aura==1', { |
| 183 'dependencies': [ | 183 'dependencies': [ |
| 184 '../aura/aura.gyp:aura', | 184 '../aura/aura.gyp:aura', |
| 185 '../wm/wm.gyp:wm', | 185 '../wm/wm.gyp:wm', |
| 186 ], | 186 ], |
| 187 }], | 187 }], |
| 188 ['toolkit_views==1', { | 188 ['toolkit_views==1', { |
| 189 'dependencies': [ | 189 'dependencies': [ |
| 190 '../../components/components.gyp:web_modal', | |
|
tapted
2014/11/13 07:26:25
unfortunately `web_modal` isn't a proper component
| |
| 190 '../events/events.gyp:events', | 191 '../events/events.gyp:events', |
| 191 '../views/views.gyp:views', | 192 '../views/views.gyp:views', |
| 192 ], | 193 ], |
| 193 }, { # toolkit_views==0 | 194 }, { # toolkit_views==0 |
| 194 'sources/': [ | 195 'sources/': [ |
| 195 ['exclude', 'views/'], | 196 ['exclude', 'views/'], |
| 196 ], | 197 ], |
| 197 }], | 198 }], |
| 198 ['OS=="mac"', { | 199 ['OS=="mac"', { |
| 199 'dependencies': [ | 200 'dependencies': [ |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 365 'dependencies': [ | 366 'dependencies': [ |
| 366 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 367 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 367 ], | 368 ], |
| 368 }], | 369 }], |
| 369 ], | 370 ], |
| 370 }, | 371 }, |
| 371 ], | 372 ], |
| 372 }], # toolkit_views==1 | 373 }], # toolkit_views==1 |
| 373 ], | 374 ], |
| 374 } | 375 } |
| OLD | NEW |