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 24 matching lines...) Expand all Loading... |
35 'client/aura_constants.cc', | 35 'client/aura_constants.cc', |
36 'client/aura_constants.h', | 36 'client/aura_constants.h', |
37 'client/dispatcher_client.cc', | 37 'client/dispatcher_client.cc', |
38 'client/dispatcher_client.h', | 38 'client/dispatcher_client.h', |
39 'client/drag_drop_client.cc', | 39 'client/drag_drop_client.cc', |
40 'client/drag_drop_client.h', | 40 'client/drag_drop_client.h', |
41 'client/drag_drop_delegate.cc', | 41 'client/drag_drop_delegate.cc', |
42 'client/drag_drop_delegate.h', | 42 'client/drag_drop_delegate.h', |
43 'client/event_client.cc', | 43 'client/event_client.cc', |
44 'client/event_client.h', | 44 'client/event_client.h', |
| 45 'client/screen_position_client.cc', |
| 46 'client/screen_position_client.h', |
45 'client/stacking_client.cc', | 47 'client/stacking_client.cc', |
46 'client/stacking_client.h', | 48 'client/stacking_client.h', |
47 'client/tooltip_client.cc', | 49 'client/tooltip_client.cc', |
48 'client/tooltip_client.h', | 50 'client/tooltip_client.h', |
49 'client/user_gesture_client.cc', | 51 'client/user_gesture_client.cc', |
50 'client/user_gesture_client.h', | 52 'client/user_gesture_client.h', |
51 'client/visibility_client.cc', | 53 'client/visibility_client.cc', |
52 'client/visibility_client.h', | 54 'client/visibility_client.h', |
53 'client/window_move_client.cc', | 55 'client/window_move_client.cc', |
54 'client/window_move_client.h', | 56 'client/window_move_client.h', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 # osmesa GL implementation is used on linux. | 256 # osmesa GL implementation is used on linux. |
255 ['OS=="linux"', { | 257 ['OS=="linux"', { |
256 'dependencies': [ | 258 'dependencies': [ |
257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 259 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
258 ], | 260 ], |
259 }], | 261 }], |
260 ], | 262 ], |
261 }, | 263 }, |
262 ], | 264 ], |
263 } | 265 } |
OLD | NEW |