| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'aura', | 62 'aura', |
| 63 ], | 63 ], |
| 64 'include_dirs': [ | 64 'include_dirs': [ |
| 65 '..', | 65 '..', |
| 66 ], | 66 ], |
| 67 'sources': [ | 67 'sources': [ |
| 68 'test/aura_test_base.cc', | 68 'test/aura_test_base.cc', |
| 69 'test/aura_test_base.h', | 69 'test/aura_test_base.h', |
| 70 'test/event_generator.cc', | 70 'test/event_generator.cc', |
| 71 'test/event_generator.h', | 71 'test/event_generator.h', |
| 72 'test/test_event_filter.cc', |
| 73 'test/test_event_filter.h', |
| 72 'test/test_stacking_client.cc', | 74 'test/test_stacking_client.cc', |
| 73 'test/test_stacking_client.h', | 75 'test/test_stacking_client.h', |
| 74 'test/test_windows.cc', | 76 'test/test_windows.cc', |
| 75 'test/test_windows.h', | 77 'test/test_windows.h', |
| 76 'test/test_window_delegate.cc', | 78 'test/test_window_delegate.cc', |
| 77 'test/test_window_delegate.h', | 79 'test/test_window_delegate.h', |
| 78 ], | 80 ], |
| 79 }, | 81 }, |
| 80 { | 82 { |
| 81 'target_name': 'aura_demo', | 83 'target_name': 'aura_demo', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'conditions': [ | 138 'conditions': [ |
| 137 ['OS=="linux"', { | 139 ['OS=="linux"', { |
| 138 'dependencies': [ | 140 'dependencies': [ |
| 139 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 141 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 140 ], | 142 ], |
| 141 }], | 143 }], |
| 142 ], | 144 ], |
| 143 }, | 145 }, |
| 144 ], | 146 ], |
| 145 } | 147 } |
| OLD | NEW |