| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'client/tooltip_client.h', | 42 'client/tooltip_client.h', |
| 43 'client/visibility_client.cc', | 43 'client/visibility_client.cc', |
| 44 'client/visibility_client.h', | 44 'client/visibility_client.h', |
| 45 'client/window_move_client.cc', | 45 'client/window_move_client.cc', |
| 46 'client/window_move_client.h', | 46 'client/window_move_client.h', |
| 47 'client/window_types.h', | 47 'client/window_types.h', |
| 48 'cursor.h', | 48 'cursor.h', |
| 49 'gestures/gesture_recognizer.h', | 49 'gestures/gesture_recognizer.h', |
| 50 'gestures/gesture_recognizer_aura.cc', | 50 'gestures/gesture_recognizer_aura.cc', |
| 51 'gestures/gesture_recognizer_aura.h', | 51 'gestures/gesture_recognizer_aura.h', |
| 52 'gestures/gesture_point.cc', |
| 53 'gestures/gesture_point.h', |
| 54 'gestures/gesture_sequence.cc', |
| 55 'gestures/gesture_sequence.h', |
| 52 'root_window_host.h', | 56 'root_window_host.h', |
| 53 'root_window_host_linux.cc', | 57 'root_window_host_linux.cc', |
| 54 'root_window_host_mac.h', | 58 'root_window_host_mac.h', |
| 55 'root_window_host_mac.mm', | 59 'root_window_host_mac.mm', |
| 56 'root_window_host_win.cc', | 60 'root_window_host_win.cc', |
| 57 'root_window_host_win.h', | 61 'root_window_host_win.h', |
| 58 'root_window_mac.h', | 62 'root_window_mac.h', |
| 59 'root_window_mac.mm', | 63 'root_window_mac.mm', |
| 60 'root_window_view_mac.h', | 64 'root_window_view_mac.h', |
| 61 'root_window_view_mac.mm', | 65 'root_window_view_mac.mm', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 # osmesa GL implementation is used on linux. | 170 # osmesa GL implementation is used on linux. |
| 167 ['OS=="linux"', { | 171 ['OS=="linux"', { |
| 168 'dependencies': [ | 172 'dependencies': [ |
| 169 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 173 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 170 ], | 174 ], |
| 171 }], | 175 }], |
| 172 ], | 176 ], |
| 173 }, | 177 }, |
| 174 ], | 178 ], |
| 175 } | 179 } |
| OLD | NEW |