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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « mojo/examples/launcher/launcher.cc ('k') | 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'type': 'shared_library', 249 'type': 'shared_library',
250 'dependencies': [ 250 'dependencies': [
251 '../base/base.gyp:base', 251 '../base/base.gyp:base',
252 '../base/base.gyp:base_i18n', 252 '../base/base.gyp:base_i18n',
253 '../ui/aura/aura.gyp:aura', 253 '../ui/aura/aura.gyp:aura',
254 '../ui/aura/aura.gyp:aura_test_support', 254 '../ui/aura/aura.gyp:aura_test_support',
255 '../ui/base/ui_base.gyp:ui_base', 255 '../ui/base/ui_base.gyp:ui_base',
256 '../ui/gfx/gfx.gyp:gfx', 256 '../ui/gfx/gfx.gyp:gfx',
257 '../ui/gfx/gfx.gyp:gfx_geometry', 257 '../ui/gfx/gfx.gyp:gfx_geometry',
258 '../ui/views/views.gyp:views', 258 '../ui/views/views.gyp:views',
259 '../ui/wm/wm.gyp:wm',
259 '../url/url.gyp:url_lib', 260 '../url/url.gyp:url_lib',
260 'mojo_aura_demo_support', 261 'mojo_aura_demo_support',
261 'mojo_common_lib', 262 'mojo_common_lib',
262 'mojo_environment_chromium', 263 'mojo_environment_chromium',
263 'mojo_gles2', 264 'mojo_gles2',
264 'mojo_launcher_bindings', 265 'mojo_launcher_bindings',
265 'mojo_shell_bindings', 266 'mojo_shell_bindings',
266 'mojo_system', 267 'mojo_system',
267 ], 268 ],
268 'sources': [ 269 'sources': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'target_name': 'package_mojo_view_manager', 318 'target_name': 'package_mojo_view_manager',
318 'variables': { 319 'variables': {
319 'app_name': 'mojo_view_manager', 320 'app_name': 'mojo_view_manager',
320 }, 321 },
321 'includes': [ 'build/package_app.gypi' ], 322 'includes': [ 'build/package_app.gypi' ],
322 }, 323 },
323 ], 324 ],
324 }], 325 }],
325 ], 326 ],
326 } 327 }
OLDNEW
« no previous file with comments | « mojo/examples/launcher/launcher.cc ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698