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 24 matching lines...) Expand all Loading... |
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 'desktop_window.cc', |
38 'launcher/launcher_view.cc', | 38 'launcher/launcher_view.cc', |
39 'launcher/launcher_view.h', | 39 'launcher/launcher_view.h', |
40 'launcher/launcher_button.cc', | 40 'launcher/launcher_button.cc', |
41 'launcher/launcher_button.h', | 41 'launcher/launcher_button.h', |
42 'shell_factory.h', | 42 'shell_factory.h', |
43 'status_area_view.cc', | 43 'status_area_view.cc', |
44 'status_area_view.h', | 44 'status_area_view.h', |
| 45 'toplevel_frame_view.cc', |
| 46 'toplevel_frame_view.h', |
45 ], | 47 ], |
46 }, | 48 }, |
47 { | 49 { |
48 'target_name': 'aura_shell_unittests', | 50 'target_name': 'aura_shell_unittests', |
49 'type': 'executable', | 51 'type': 'executable', |
50 'dependencies': [ | 52 'dependencies': [ |
51 '../../base/base.gyp:base', | 53 '../../base/base.gyp:base', |
52 '../../base/base.gyp:test_support_base', | 54 '../../base/base.gyp:test_support_base', |
53 '../../build/temp_gyp/googleurl.gyp:googleurl', | 55 '../../build/temp_gyp/googleurl.gyp:googleurl', |
54 '../../skia/skia.gyp:skia', | 56 '../../skia/skia.gyp:skia', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 { | 106 { |
105 'target_name': 'convenience', | 107 'target_name': 'convenience', |
106 'type': 'none', | 108 'type': 'none', |
107 'dependencies': [ | 109 'dependencies': [ |
108 '../gfx/compositor/compositor.gyp:*', | 110 '../gfx/compositor/compositor.gyp:*', |
109 '../aura/aura.gyp:*', | 111 '../aura/aura.gyp:*', |
110 ], | 112 ], |
111 }, | 113 }, |
112 ], | 114 ], |
113 } | 115 } |
OLD | NEW |