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

Side by Side Diff: trunk/src/mojo/mojo_examples.gypi

Issue 213033002: Revert 259580 "Move wm/public into wm target" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 months 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 | « trunk/src/mojo/examples/launcher/launcher.cc ('k') | trunk/src/ui/app_list/app_list.gyp » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'mojo_sample_app', 8 'target_name': 'mojo_sample_app',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'type': 'shared_library', 246 'type': 'shared_library',
247 'dependencies': [ 247 'dependencies': [
248 '../base/base.gyp:base', 248 '../base/base.gyp:base',
249 '../base/base.gyp:base_i18n', 249 '../base/base.gyp:base_i18n',
250 '../ui/aura/aura.gyp:aura', 250 '../ui/aura/aura.gyp:aura',
251 '../ui/aura/aura.gyp:aura_test_support', 251 '../ui/aura/aura.gyp:aura_test_support',
252 '../ui/base/ui_base.gyp:ui_base', 252 '../ui/base/ui_base.gyp:ui_base',
253 '../ui/gfx/gfx.gyp:gfx', 253 '../ui/gfx/gfx.gyp:gfx',
254 '../ui/gfx/gfx.gyp:gfx_geometry', 254 '../ui/gfx/gfx.gyp:gfx_geometry',
255 '../ui/views/views.gyp:views', 255 '../ui/views/views.gyp:views',
256 '../ui/wm/wm.gyp:wm',
257 '../url/url.gyp:url_lib', 256 '../url/url.gyp:url_lib',
258 'mojo_aura_demo_support', 257 'mojo_aura_demo_support',
259 'mojo_common_lib', 258 'mojo_common_lib',
260 'mojo_environment_chromium', 259 'mojo_environment_chromium',
261 'mojo_gles2', 260 'mojo_gles2',
262 'mojo_launcher_bindings', 261 'mojo_launcher_bindings',
263 'mojo_shell_bindings', 262 'mojo_shell_bindings',
264 'mojo_system', 263 'mojo_system',
265 ], 264 ],
266 'sources': [ 265 'sources': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'target_name': 'package_mojo_view_manager', 311 'target_name': 'package_mojo_view_manager',
313 'variables': { 312 'variables': {
314 'app_name': 'mojo_view_manager', 313 'app_name': 'mojo_view_manager',
315 }, 314 },
316 'includes': [ 'build/package_app.gypi' ], 315 'includes': [ 'build/package_app.gypi' ],
317 }, 316 },
318 ], 317 ],
319 }], 318 }],
320 ], 319 ],
321 } 320 }
OLDNEW
« no previous file with comments | « trunk/src/mojo/examples/launcher/launcher.cc ('k') | trunk/src/ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698