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

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: fix win_aura bot 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../aura/aura.gyp:test_support_aura', 101 '../aura/aura.gyp:test_support_aura',
102 'aura_shell', 102 'aura_shell',
103 ], 103 ],
104 'sources': [ 104 'sources': [
105 'default_container_layout_manager_unittest.cc', 105 'default_container_layout_manager_unittest.cc',
106 'launcher/launcher_model_unittest.cc', 106 'launcher/launcher_model_unittest.cc',
107 'launcher/view_model_unittest.cc', 107 'launcher/view_model_unittest.cc',
108 'launcher/view_model_utils_unittest.cc', 108 'launcher/view_model_utils_unittest.cc',
109 'workspace/workspace_manager_unittest.cc', 109 'workspace/workspace_manager_unittest.cc',
110 'run_all_unittests.cc', 110 'run_all_unittests.cc',
111 'shell_unittest.cc',
111 'test_suite.cc', 112 'test_suite.cc',
112 'test_suite.h', 113 'test_suite.h',
113 114
114 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 115 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
115 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 117 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
117 ], 118 ],
118 'conditions': [ 119 'conditions': [
119 ['OS!="mac"', { 120 ['OS!="mac"', {
120 'dependencies': [ 121 'dependencies': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '../../views/views.gyp:views_desktop', 176 '../../views/views.gyp:views_desktop',
176 '../../views/views.gyp:views_desktop_lib', 177 '../../views/views.gyp:views_desktop_lib',
177 '../../views/views.gyp:views_unittests', 178 '../../views/views.gyp:views_unittests',
178 '../aura/aura.gyp:*', 179 '../aura/aura.gyp:*',
179 '../gfx/compositor/compositor.gyp:*', 180 '../gfx/compositor/compositor.gyp:*',
180 'aura_shell_exe', 181 'aura_shell_exe',
181 ], 182 ],
182 }, 183 },
183 ], 184 ],
184 } 185 }
OLDNEW
« no previous file with comments | « ui/aura/desktop_host_linux.cc ('k') | ui/aura_shell/shell.cc » ('j') | ui/aura_shell/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698