| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'client/screen_position_client.h', | 49 'client/screen_position_client.h', |
| 50 'client/visibility_client.cc', | 50 'client/visibility_client.cc', |
| 51 'client/visibility_client.h', | 51 'client/visibility_client.h', |
| 52 'client/window_stacking_client.cc', | 52 'client/window_stacking_client.cc', |
| 53 'client/window_stacking_client.h', | 53 'client/window_stacking_client.h', |
| 54 'client/window_tree_client.cc', | 54 'client/window_tree_client.cc', |
| 55 'client/window_tree_client.h', | 55 'client/window_tree_client.h', |
| 56 'env.cc', | 56 'env.cc', |
| 57 'env.h', | 57 'env.h', |
| 58 'env_observer.h', | 58 'env_observer.h', |
| 59 'image_window_delegate.cc', |
| 60 'image_window_delegate.h', |
| 59 'input_state_lookup.cc', | 61 'input_state_lookup.cc', |
| 60 'input_state_lookup.h', | 62 'input_state_lookup.h', |
| 61 'input_state_lookup_win.cc', | 63 'input_state_lookup_win.cc', |
| 62 'input_state_lookup_win.h', | 64 'input_state_lookup_win.h', |
| 63 'layout_manager.cc', | 65 'layout_manager.cc', |
| 64 'layout_manager.h', | 66 'layout_manager.h', |
| 65 'remote_window_tree_host_win.cc', | 67 'remote_window_tree_host_win.cc', |
| 66 'remote_window_tree_host_win.h', | 68 'remote_window_tree_host_win.h', |
| 67 'scoped_window_targeter.cc', | 69 'scoped_window_targeter.cc', |
| 68 'scoped_window_targeter.h', | 70 'scoped_window_targeter.h', |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 ['OS=="linux" and use_allocator!="none"', { | 306 ['OS=="linux" and use_allocator!="none"', { |
| 305 'dependencies': [ | 307 'dependencies': [ |
| 306 # See http://crbug.com/162998#c4 for why this is needed. | 308 # See http://crbug.com/162998#c4 for why this is needed. |
| 307 '../../base/allocator/allocator.gyp:allocator', | 309 '../../base/allocator/allocator.gyp:allocator', |
| 308 ], | 310 ], |
| 309 }], | 311 }], |
| 310 ], | 312 ], |
| 311 }, | 313 }, |
| 312 ], | 314 ], |
| 313 } | 315 } |
| OLD | NEW |