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

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

Issue 8687013: Get the examples to run in aura_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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
« no previous file with comments | « no previous file | ui/aura_shell/examples/window_type_launcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '../../third_party/icu/icu.gyp:icui18n', 175 '../../third_party/icu/icu.gyp:icui18n',
176 '../../third_party/icu/icu.gyp:icuuc', 176 '../../third_party/icu/icu.gyp:icuuc',
177 '../../views/views.gyp:views', 177 '../../views/views.gyp:views',
178 '../aura/aura.gyp:aura', 178 '../aura/aura.gyp:aura',
179 '../gfx/compositor/compositor.gyp:compositor', 179 '../gfx/compositor/compositor.gyp:compositor',
180 '../gfx/compositor/compositor.gyp:compositor_test_support', 180 '../gfx/compositor/compositor.gyp:compositor_test_support',
181 '../ui.gyp:gfx_resources', 181 '../ui.gyp:gfx_resources',
182 '../ui.gyp:ui', 182 '../ui.gyp:ui',
183 '../ui.gyp:ui_resources', 183 '../ui.gyp:ui_resources',
184 '../ui.gyp:ui_resources_standard', 184 '../ui.gyp:ui_resources_standard',
185 '../../views/views.gyp:views_examples_lib',
185 'aura_shell', 186 'aura_shell',
186 ], 187 ],
187 'sources': [ 188 'sources': [
188 'examples/aura_shell_main.cc', 189 'examples/aura_shell_main.cc',
189 'examples/bubble.cc', 190 'examples/bubble.cc',
190 'examples/example_factory.h', 191 'examples/example_factory.h',
191 'examples/lock_view.cc', 192 'examples/lock_view.cc',
192 'examples/toplevel_window.cc', 193 'examples/toplevel_window.cc',
193 'examples/toplevel_window.h', 194 'examples/toplevel_window.h',
194 'examples/widgets.cc', 195 'examples/widgets.cc',
195 'examples/window_type_launcher.cc', 196 'examples/window_type_launcher.cc',
196 'examples/window_type_launcher.h', 197 'examples/window_type_launcher.h',
197 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 198 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
198 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
200 ], 201 ],
201 }, 202 },
202 ], 203 ],
203 } 204 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura_shell/examples/window_type_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698