| 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 20 matching lines...) Expand all Loading... |
| 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', | 35 'client/dispatcher_client.cc', |
| 36 'client/dispatcher_client.h', | 36 'client/dispatcher_client.h', |
| 37 'client/drag_drop_client.cc', | 37 'client/drag_drop_client.cc', |
| 38 'client/drag_drop_client.h', | 38 'client/drag_drop_client.h', |
| 39 'client/drag_drop_delegate.cc', | 39 'client/drag_drop_delegate.cc', |
| 40 'client/drag_drop_delegate.h', | 40 'client/drag_drop_delegate.h', |
| 41 'client/event_client.cc', |
| 42 'client/event_client.h', |
| 41 'client/stacking_client.cc', | 43 'client/stacking_client.cc', |
| 42 'client/stacking_client.h', | 44 'client/stacking_client.h', |
| 43 'client/tooltip_client.cc', | 45 'client/tooltip_client.cc', |
| 44 'client/tooltip_client.h', | 46 'client/tooltip_client.h', |
| 45 'client/visibility_client.cc', | 47 'client/visibility_client.cc', |
| 46 'client/visibility_client.h', | 48 'client/visibility_client.h', |
| 47 'client/window_move_client.cc', | 49 'client/window_move_client.cc', |
| 48 'client/window_move_client.h', | 50 'client/window_move_client.h', |
| 49 'client/window_types.h', | 51 'client/window_types.h', |
| 50 'cursor.h', | 52 'cursor.h', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 # osmesa GL implementation is used on linux. | 205 # osmesa GL implementation is used on linux. |
| 204 ['OS=="linux"', { | 206 ['OS=="linux"', { |
| 205 'dependencies': [ | 207 'dependencies': [ |
| 206 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 208 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 207 ], | 209 ], |
| 208 }], | 210 }], |
| 209 ], | 211 ], |
| 210 }, | 212 }, |
| 211 ], | 213 ], |
| 212 } | 214 } |
| OLD | NEW |