Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: ui/aura_shell/aura_shell.gyp

Issue 8387043: [Aura] Support always-on-top top level window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and address oshima's comments in patch 6 Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'aura_shell', 105 'aura_shell',
106 ], 106 ],
107 'sources': [ 107 'sources': [
108 'default_container_layout_manager_unittest.cc', 108 'default_container_layout_manager_unittest.cc',
109 'launcher/launcher_model_unittest.cc', 109 'launcher/launcher_model_unittest.cc',
110 'launcher/view_model_unittest.cc', 110 'launcher/view_model_unittest.cc',
111 'launcher/view_model_utils_unittest.cc', 111 'launcher/view_model_utils_unittest.cc',
112 'toplevel_layout_manager_unittest.cc', 112 'toplevel_layout_manager_unittest.cc',
113 'workspace/workspace_manager_unittest.cc', 113 'workspace/workspace_manager_unittest.cc',
114 'run_all_unittests.cc', 114 'run_all_unittests.cc',
115 'shell_unittest.cc',
115 'test_suite.cc', 116 'test_suite.cc',
116 'test_suite.h', 117 'test_suite.h',
117 118
118 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 119 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
119 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 120 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
120 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 121 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
121 ], 122 ],
122 }, 123 },
123 { 124 {
124 'target_name': 'aura_shell_exe', 125 'target_name': 'aura_shell_exe',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '../../views/views.gyp:views_desktop', 167 '../../views/views.gyp:views_desktop',
167 '../../views/views.gyp:views_desktop_lib', 168 '../../views/views.gyp:views_desktop_lib',
168 '../../views/views.gyp:views_unittests', 169 '../../views/views.gyp:views_unittests',
169 '../aura/aura.gyp:*', 170 '../aura/aura.gyp:*',
170 '../gfx/compositor/compositor.gyp:*', 171 '../gfx/compositor/compositor.gyp:*',
171 'aura_shell_exe', 172 'aura_shell_exe',
172 ], 173 ],
173 }, 174 },
174 ], 175 ],
175 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698