| 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 14 matching lines...) Expand all Loading... |
| 25 ], | 25 ], |
| 26 'sources': [ | 26 'sources': [ |
| 27 'aura_switches.cc', | 27 'aura_switches.cc', |
| 28 'aura_switches.h', | 28 'aura_switches.h', |
| 29 'client/activation_client.cc', | 29 'client/activation_client.cc', |
| 30 'client/activation_client.h', | 30 'client/activation_client.h', |
| 31 'client/activation_delegate.cc', | 31 'client/activation_delegate.cc', |
| 32 'client/activation_delegate.h', | 32 'client/activation_delegate.h', |
| 33 'client/aura_constants.cc', | 33 'client/aura_constants.cc', |
| 34 'client/aura_constants.h', | 34 'client/aura_constants.h', |
| 35 'client/dispatcher_client.cc', |
| 36 'client/dispatcher_client.h', |
| 35 'client/drag_drop_client.cc', | 37 'client/drag_drop_client.cc', |
| 36 'client/drag_drop_client.h', | 38 'client/drag_drop_client.h', |
| 37 'client/drag_drop_delegate.cc', | 39 'client/drag_drop_delegate.cc', |
| 38 'client/drag_drop_delegate.h', | 40 'client/drag_drop_delegate.h', |
| 39 'client/stacking_client.cc', | 41 'client/stacking_client.cc', |
| 40 'client/stacking_client.h', | 42 'client/stacking_client.h', |
| 41 'client/tooltip_client.cc', | 43 'client/tooltip_client.cc', |
| 42 'client/tooltip_client.h', | 44 'client/tooltip_client.h', |
| 43 'client/visibility_client.cc', | 45 'client/visibility_client.cc', |
| 44 'client/visibility_client.h', | 46 'client/visibility_client.h', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 # osmesa GL implementation is used on linux. | 168 # osmesa GL implementation is used on linux. |
| 167 ['OS=="linux"', { | 169 ['OS=="linux"', { |
| 168 'dependencies': [ | 170 'dependencies': [ |
| 169 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 171 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 170 ], | 172 ], |
| 171 }], | 173 }], |
| 172 ], | 174 ], |
| 173 }, | 175 }, |
| 174 ], | 176 ], |
| 175 } | 177 } |
| OLD | NEW |