| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'sources': [ | 172 'sources': [ |
| 173 'test/aura_test_base.cc', | 173 'test/aura_test_base.cc', |
| 174 'test/aura_test_base.h', | 174 'test/aura_test_base.h', |
| 175 'test/aura_test_helper.cc', | 175 'test/aura_test_helper.cc', |
| 176 'test/aura_test_helper.h', | 176 'test/aura_test_helper.h', |
| 177 'test/aura_test_utils.cc', | 177 'test/aura_test_utils.cc', |
| 178 'test/aura_test_utils.h', | 178 'test/aura_test_utils.h', |
| 179 'test/env_test_helper.h', | 179 'test/env_test_helper.h', |
| 180 'test/event_generator_delegate_aura.cc', | 180 'test/event_generator_delegate_aura.cc', |
| 181 'test/event_generator_delegate_aura.h', | 181 'test/event_generator_delegate_aura.h', |
| 182 'test/input_method_glue.cc', |
| 183 'test/input_method_glue.h', |
| 182 'test/test_cursor_client.cc', | 184 'test/test_cursor_client.cc', |
| 183 'test/test_cursor_client.h', | 185 'test/test_cursor_client.h', |
| 184 'test/test_focus_client.cc', | 186 'test/test_focus_client.cc', |
| 185 'test/test_focus_client.h', | 187 'test/test_focus_client.h', |
| 186 'test/test_screen.cc', | 188 'test/test_screen.cc', |
| 187 'test/test_screen.h', | 189 'test/test_screen.h', |
| 188 'test/test_window_delegate.cc', | 190 'test/test_window_delegate.cc', |
| 189 'test/test_window_delegate.h', | 191 'test/test_window_delegate.h', |
| 190 'test/test_window_tree_client.cc', | 192 'test/test_window_tree_client.cc', |
| 191 'test/test_window_tree_client.h', | 193 'test/test_window_tree_client.h', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'dependencies': [ | 309 'dependencies': [ |
| 308 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 310 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 309 ], | 311 ], |
| 310 }], | 312 }], |
| 311 ], | 313 ], |
| 312 }, | 314 }, |
| 313 ], | 315 ], |
| 314 }], | 316 }], |
| 315 ], | 317 ], |
| 316 } | 318 } |
| OLD | NEW |