| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'client/window_tree_client.h', | 81 'client/window_tree_client.h', |
| 82 'env.cc', | 82 'env.cc', |
| 83 'env.h', | 83 'env.h', |
| 84 'env_observer.h', | 84 'env_observer.h', |
| 85 'input_state_lookup.cc', | 85 'input_state_lookup.cc', |
| 86 'input_state_lookup.h', | 86 'input_state_lookup.h', |
| 87 'input_state_lookup_win.cc', | 87 'input_state_lookup_win.cc', |
| 88 'input_state_lookup_win.h', | 88 'input_state_lookup_win.h', |
| 89 'layout_manager.cc', | 89 'layout_manager.cc', |
| 90 'layout_manager.h', | 90 'layout_manager.h', |
| 91 'remote_window_tree_host_win.cc', | |
| 92 'remote_window_tree_host_win.h', | |
| 93 'scoped_window_targeter.cc', | 91 'scoped_window_targeter.cc', |
| 94 'scoped_window_targeter.h', | 92 'scoped_window_targeter.h', |
| 95 'window.cc', | 93 'window.cc', |
| 96 'window.h', | 94 'window.h', |
| 97 'window_delegate.h', | 95 'window_delegate.h', |
| 98 'window_event_dispatcher.cc', | 96 'window_event_dispatcher.cc', |
| 99 'window_event_dispatcher.h', | 97 'window_event_dispatcher.h', |
| 100 'window_observer.cc', | 98 'window_observer.cc', |
| 101 'window_observer.h', | 99 'window_observer.h', |
| 102 'window_targeter.cc', | 100 'window_targeter.cc', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'dependencies': [ | 341 'dependencies': [ |
| 344 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 342 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 345 ], | 343 ], |
| 346 }], | 344 }], |
| 347 ], | 345 ], |
| 348 }, | 346 }, |
| 349 ], | 347 ], |
| 350 }], | 348 }], |
| 351 ], | 349 ], |
| 352 } | 350 } |
| OLD | NEW |