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 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 15 matching lines...) Expand all Loading... |
26 '../gfx/compositor/compositor.gyp:compositor', | 26 '../gfx/compositor/compositor.gyp:compositor', |
27 '../ui.gyp:ui', | 27 '../ui.gyp:ui', |
28 '../ui.gyp:ui_resources', | 28 '../ui.gyp:ui_resources', |
29 '../ui.gyp:ui_resources_standard', | 29 '../ui.gyp:ui_resources_standard', |
30 ], | 30 ], |
31 'defines': [ | 31 'defines': [ |
32 'AURA_SHELL_IMPLEMENTATION', | 32 'AURA_SHELL_IMPLEMENTATION', |
33 ], | 33 ], |
34 'sources': [ | 34 'sources': [ |
35 # All .cc, .h under views, except unittests | 35 # All .cc, .h under views, except unittests |
| 36 'aura_constants.h', |
36 'default_container_event_filter.cc', | 37 'default_container_event_filter.cc', |
37 'default_container_event_filter.h', | 38 'default_container_event_filter.h', |
38 'default_container_layout_manager.cc', | 39 'default_container_layout_manager.cc', |
39 'default_container_layout_manager.h', | 40 'default_container_layout_manager.h', |
40 'desktop_background_view.cc', | 41 'desktop_background_view.cc', |
41 'desktop_background_view.h', | 42 'desktop_background_view.h', |
42 'desktop_layout_manager.cc', | 43 'desktop_layout_manager.cc', |
43 'desktop_layout_manager.h', | 44 'desktop_layout_manager.h', |
44 'launcher/app_launcher_button.cc', | 45 'launcher/app_launcher_button.cc', |
45 'launcher/app_launcher_button.h', | 46 'launcher/app_launcher_button.h', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 '../../views/views.gyp:views_desktop', | 169 '../../views/views.gyp:views_desktop', |
169 '../../views/views.gyp:views_desktop_lib', | 170 '../../views/views.gyp:views_desktop_lib', |
170 '../../views/views.gyp:views_unittests', | 171 '../../views/views.gyp:views_unittests', |
171 '../aura/aura.gyp:*', | 172 '../aura/aura.gyp:*', |
172 '../gfx/compositor/compositor.gyp:*', | 173 '../gfx/compositor/compositor.gyp:*', |
173 'aura_shell_exe', | 174 'aura_shell_exe', |
174 ], | 175 ], |
175 }, | 176 }, |
176 ], | 177 ], |
177 } | 178 } |
OLD | NEW |