| 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 29 matching lines...) Expand all Loading... |
| 40 'event_filter.cc', | 40 'event_filter.cc', |
| 41 'event_filter.h', | 41 'event_filter.h', |
| 42 'focus_manager.h', | 42 'focus_manager.h', |
| 43 'layout_manager.cc', | 43 'layout_manager.cc', |
| 44 'layout_manager.h', | 44 'layout_manager.h', |
| 45 'screen_aura.cc', | 45 'screen_aura.cc', |
| 46 'screen_aura.h', | 46 'screen_aura.h', |
| 47 'window.cc', | 47 'window.cc', |
| 48 'window.h', | 48 'window.h', |
| 49 'window_delegate.h', | 49 'window_delegate.h', |
| 50 'window_drag_drop_delegate.h', |
| 50 'window_observer.h', | 51 'window_observer.h', |
| 51 'window_types.h', | 52 'window_types.h', |
| 52 ], | 53 ], |
| 53 }, | 54 }, |
| 54 { | 55 { |
| 55 'target_name': 'test_support_aura', | 56 'target_name': 'test_support_aura', |
| 56 'type': 'static_library', | 57 'type': 'static_library', |
| 57 'dependencies': [ | 58 'dependencies': [ |
| 58 '../../skia/skia.gyp:skia', | 59 '../../skia/skia.gyp:skia', |
| 59 '../../testing/gtest.gyp:gtest', | 60 '../../testing/gtest.gyp:gtest', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'conditions': [ | 136 'conditions': [ |
| 136 ['OS=="linux"', { | 137 ['OS=="linux"', { |
| 137 'dependencies': [ | 138 'dependencies': [ |
| 138 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 139 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 139 ], | 140 ], |
| 140 }], | 141 }], |
| 141 ], | 142 ], |
| 142 }, | 143 }, |
| 143 ], | 144 ], |
| 144 } | 145 } |
| OLD | NEW |