| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 '..', | 160 '..', |
| 161 ], | 161 ], |
| 162 'sources': [ | 162 'sources': [ |
| 163 'test/aura_test_base.cc', | 163 'test/aura_test_base.cc', |
| 164 'test/aura_test_base.h', | 164 'test/aura_test_base.h', |
| 165 'test/aura_test_helper.cc', | 165 'test/aura_test_helper.cc', |
| 166 'test/aura_test_helper.h', | 166 'test/aura_test_helper.h', |
| 167 'test/aura_test_utils.cc', | 167 'test/aura_test_utils.cc', |
| 168 'test/aura_test_utils.h', | 168 'test/aura_test_utils.h', |
| 169 'test/env_test_helper.h', | 169 'test/env_test_helper.h', |
| 170 'test/event_generator.cc', | 170 'test/event_generator_delegate_aura.cc', |
| 171 'test/event_generator.h', | 171 'test/event_generator_delegate_aura.h', |
| 172 'test/test_cursor_client.cc', | 172 'test/test_cursor_client.cc', |
| 173 'test/test_cursor_client.h', | 173 'test/test_cursor_client.h', |
| 174 'test/test_focus_client.cc', | 174 'test/test_focus_client.cc', |
| 175 'test/test_focus_client.h', | 175 'test/test_focus_client.h', |
| 176 'test/test_screen.cc', | 176 'test/test_screen.cc', |
| 177 'test/test_screen.h', | 177 'test/test_screen.h', |
| 178 'test/test_window_tree_client.cc', | 178 'test/test_window_tree_client.cc', |
| 179 'test/test_window_tree_client.h', | 179 'test/test_window_tree_client.h', |
| 180 'test/test_windows.cc', | 180 'test/test_windows.cc', |
| 181 'test/test_windows.h', | 181 'test/test_windows.h', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 ['OS=="linux" and use_allocator!="none"', { | 299 ['OS=="linux" and use_allocator!="none"', { |
| 300 'dependencies': [ | 300 'dependencies': [ |
| 301 # See http://crbug.com/162998#c4 for why this is needed. | 301 # See http://crbug.com/162998#c4 for why this is needed. |
| 302 '../../base/allocator/allocator.gyp:allocator', | 302 '../../base/allocator/allocator.gyp:allocator', |
| 303 ], | 303 ], |
| 304 }], | 304 }], |
| 305 ], | 305 ], |
| 306 }, | 306 }, |
| 307 ], | 307 ], |
| 308 } | 308 } |
| OLD | NEW |