| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'client/screen_position_client.cc', | 73 'client/screen_position_client.cc', |
| 74 'client/screen_position_client.h', | 74 'client/screen_position_client.h', |
| 75 'client/visibility_client.cc', | 75 'client/visibility_client.cc', |
| 76 'client/visibility_client.h', | 76 'client/visibility_client.h', |
| 77 'client/window_stacking_client.cc', | 77 'client/window_stacking_client.cc', |
| 78 'client/window_stacking_client.h', | 78 'client/window_stacking_client.h', |
| 79 'client/window_tree_client.cc', | 79 'client/window_tree_client.cc', |
| 80 'client/window_tree_client.h', | 80 'client/window_tree_client.h', |
| 81 'env.cc', | 81 'env.cc', |
| 82 'env.h', | 82 'env.h', |
| 83 'env_input_state_controller.cc', |
| 84 'env_input_state_controller.h', |
| 83 'env_observer.h', | 85 'env_observer.h', |
| 84 'input_state_lookup.cc', | 86 'input_state_lookup.cc', |
| 85 'input_state_lookup.h', | 87 'input_state_lookup.h', |
| 86 'input_state_lookup_win.cc', | 88 'input_state_lookup_win.cc', |
| 87 'input_state_lookup_win.h', | 89 'input_state_lookup_win.h', |
| 88 'layout_manager.cc', | 90 'layout_manager.cc', |
| 89 'layout_manager.h', | 91 'layout_manager.h', |
| 90 'mus/mus_util.cc', | 92 'mus/mus_util.cc', |
| 91 'mus/mus_util.h', | 93 'mus/mus_util.h', |
| 92 'scoped_window_targeter.cc', | 94 'scoped_window_targeter.cc', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 'dependencies': [ | 307 'dependencies': [ |
| 306 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 308 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 307 ], | 309 ], |
| 308 }], | 310 }], |
| 309 ], | 311 ], |
| 310 }, | 312 }, |
| 311 ], | 313 ], |
| 312 }], | 314 }], |
| 313 ], | 315 ], |
| 314 } | 316 } |
| OLD | NEW |