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 16 matching lines...) Expand all Loading... |
27 '../ui.gyp:ui_resources_standard', | 27 '../ui.gyp:ui_resources_standard', |
28 '../aura/aura.gyp:aura', | 28 '../aura/aura.gyp:aura', |
29 '../../views/views.gyp:views', | 29 '../../views/views.gyp:views', |
30 ], | 30 ], |
31 'sources': [ | 31 'sources': [ |
32 # All .cc, .h under views, except unittests | 32 # All .cc, .h under views, except unittests |
33 'desktop_background_view.cc', | 33 'desktop_background_view.cc', |
34 'desktop_background_view.h', | 34 'desktop_background_view.h', |
35 'desktop_layout_manager.cc', | 35 'desktop_layout_manager.cc', |
36 'desktop_layout_manager.h', | 36 'desktop_layout_manager.h', |
| 37 'desktop_window.cc', |
37 'launcher/launcher_view.cc', | 38 'launcher/launcher_view.cc', |
38 'launcher/launcher_view.h', | 39 'launcher/launcher_view.h', |
39 'launcher/launcher_button.cc', | 40 'launcher/launcher_button.cc', |
40 'launcher/launcher_button.h', | 41 'launcher/launcher_button.h', |
41 'sample_window.cc', | 42 'sample_window.cc', |
42 'sample_window.h', | 43 'sample_window.h', |
43 'shell_factory.h', | 44 'shell_factory.h', |
44 'status_area_view.cc', | 45 'status_area_view.cc', |
45 'status_area_view.h', | 46 'status_area_view.h', |
46 ], | 47 ], |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 { | 100 { |
100 'target_name': 'convenience', | 101 'target_name': 'convenience', |
101 'type': 'none', | 102 'type': 'none', |
102 'dependencies': [ | 103 'dependencies': [ |
103 '../gfx/compositor/compositor.gyp:*', | 104 '../gfx/compositor/compositor.gyp:*', |
104 '../aura/aura.gyp:*', | 105 '../aura/aura.gyp:*', |
105 ], | 106 ], |
106 }, | 107 }, |
107 ], | 108 ], |
108 } | 109 } |
OLD | NEW |