| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'status_area_view.cc', | 69 'status_area_view.cc', |
| 70 'status_area_view.h', | 70 'status_area_view.h', |
| 71 'toplevel_frame_view.cc', | 71 'toplevel_frame_view.cc', |
| 72 'toplevel_frame_view.h', | 72 'toplevel_frame_view.h', |
| 73 'workspace/workspace.cc', | 73 'workspace/workspace.cc', |
| 74 'workspace/workspace.h', | 74 'workspace/workspace.h', |
| 75 'workspace/workspace_controller.cc', | 75 'workspace/workspace_controller.cc', |
| 76 'workspace/workspace_controller.h', | 76 'workspace/workspace_controller.h', |
| 77 'workspace/workspace_manager.cc', | 77 'workspace/workspace_manager.cc', |
| 78 'workspace/workspace_manager.h', | 78 'workspace/workspace_manager.h', |
| 79 'workspace/workspace_observer.h', |
| 79 ], | 80 ], |
| 80 }, | 81 }, |
| 81 { | 82 { |
| 82 'target_name': 'aura_shell_unittests', | 83 'target_name': 'aura_shell_unittests', |
| 83 'type': 'executable', | 84 'type': 'executable', |
| 84 'dependencies': [ | 85 'dependencies': [ |
| 85 '../../base/base.gyp:base', | 86 '../../base/base.gyp:base', |
| 86 '../../base/base.gyp:test_support_base', | 87 '../../base/base.gyp:test_support_base', |
| 87 '../../build/temp_gyp/googleurl.gyp:googleurl', | 88 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 88 '../../skia/skia.gyp:skia', | 89 '../../skia/skia.gyp:skia', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 '../../views/views.gyp:views_desktop', | 175 '../../views/views.gyp:views_desktop', |
| 175 '../../views/views.gyp:views_desktop_lib', | 176 '../../views/views.gyp:views_desktop_lib', |
| 176 '../../views/views.gyp:views_unittests', | 177 '../../views/views.gyp:views_unittests', |
| 177 '../aura/aura.gyp:*', | 178 '../aura/aura.gyp:*', |
| 178 '../gfx/compositor/compositor.gyp:*', | 179 '../gfx/compositor/compositor.gyp:*', |
| 179 'aura_shell_exe', | 180 'aura_shell_exe', |
| 180 ], | 181 ], |
| 181 }, | 182 }, |
| 182 ], | 183 ], |
| 183 } | 184 } |
| OLD | NEW |