| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ['OS=="win"', { | 123 ['OS=="win"', { |
| 124 'dependencies': [ | 124 'dependencies': [ |
| 125 '../aura/aura.gyp:aura', | 125 '../aura/aura.gyp:aura', |
| 126 ], | 126 ], |
| 127 }], | 127 }], |
| 128 # On Mac, toolkit-views builds still use the Cocoa UI. Keep this in sync | 128 # On Mac, toolkit-views builds still use the Cocoa UI. Keep this in sync |
| 129 # with message_center_unittests below. | 129 # with message_center_unittests below. |
| 130 ['toolkit_views==1 and OS!="mac"', { | 130 ['toolkit_views==1 and OS!="mac"', { |
| 131 'dependencies': [ | 131 'dependencies': [ |
| 132 '../events/events.gyp:events', | 132 '../events/events.gyp:events', |
| 133 '../events/events.gyp:events_base', |
| 133 '../views/views.gyp:views', | 134 '../views/views.gyp:views', |
| 134 '../compositor/compositor.gyp:compositor', | 135 '../compositor/compositor.gyp:compositor', |
| 135 ], | 136 ], |
| 136 }, { | 137 }, { |
| 137 'sources/': [ | 138 'sources/': [ |
| 138 ['exclude', 'views/'], | 139 ['exclude', 'views/'], |
| 139 ['exclude', '_views\\.(h|cc)$'], | 140 ['exclude', '_views\\.(h|cc)$'], |
| 140 ], | 141 ], |
| 141 }], | 142 }], |
| 142 # iOS disables notifications altogether, Android implements its own | 143 # iOS disables notifications altogether, Android implements its own |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'dependencies': [ | 266 'dependencies': [ |
| 266 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 267 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 267 ], | 268 ], |
| 268 }], | 269 }], |
| 269 ], | 270 ], |
| 270 }, | 271 }, |
| 271 ], | 272 ], |
| 272 }], | 273 }], |
| 273 ], | 274 ], |
| 274 } | 275 } |
| OLD | NEW |