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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 315223004: Moves view_manager files to view_manager directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm sample_view_manager.app again Created 6 years, 6 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/mojo.gyp ('k') | mojo/mojo_services.gypi » ('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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 ], 236 ],
237 }, 237 },
238 { 238 {
239 'target_name': 'package_mojo_aura_demo', 239 'target_name': 'package_mojo_aura_demo',
240 'variables': { 240 'variables': {
241 'app_name': 'mojo_aura_demo', 241 'app_name': 'mojo_aura_demo',
242 }, 242 },
243 'includes': [ 'build/package_app.gypi' ], 243 'includes': [ 'build/package_app.gypi' ],
244 }, 244 },
245 { 245 {
246 'target_name': 'mojo_launcher_bindings',
247 'type': 'static_library',
248 'sources': [
249 'examples/launcher/launcher.mojom',
250 ],
251 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
252 'export_dependent_settings': [
253 'mojo_cpp_bindings',
254 ],
255 'dependencies': [
256 'mojo_cpp_bindings',
257 ],
258 },
259 {
260 'target_name': 'mojo_launcher',
261 'type': 'shared_library',
262 'dependencies': [
263 '../base/base.gyp:base',
264 '../base/base.gyp:base_i18n',
265 '../base/base.gyp:test_support_base',
266 '../ui/aura/aura.gyp:aura',
267 '../ui/aura/aura.gyp:aura_test_support',
268 '../ui/base/ui_base.gyp:ui_base',
269 '../ui/gfx/gfx.gyp:gfx',
270 '../ui/gfx/gfx.gyp:gfx_geometry',
271 '../ui/views/views.gyp:views',
272 '../ui/wm/wm.gyp:wm',
273 '../url/url.gyp:url_lib',
274 'mojo_application',
275 'mojo_aura_support',
276 'mojo_common_lib',
277 'mojo_environment_chromium',
278 'mojo_geometry_bindings',
279 'mojo_geometry_lib',
280 'mojo_gles2',
281 'mojo_launcher_bindings',
282 'mojo_system_impl',
283 ],
284 'sources': [
285 'examples/launcher/launcher.cc',
286 ],
287 },
288 {
289 'target_name': 'package_mojo_launcher',
290 'variables': {
291 'app_name': 'mojo_launcher',
292 },
293 'includes': [ 'build/package_app.gypi' ],
294 },
295 {
296 'target_name': 'mojo_demo_launcher', 246 'target_name': 'mojo_demo_launcher',
297 'type': 'shared_library', 247 'type': 'shared_library',
298 'dependencies': [ 248 'dependencies': [
299 '../base/base.gyp:base', 249 '../base/base.gyp:base',
300 '../skia/skia.gyp:skia', 250 '../skia/skia.gyp:skia',
301 '../ui/gfx/gfx.gyp:gfx', 251 '../ui/gfx/gfx.gyp:gfx',
302 '../ui/gfx/gfx.gyp:gfx_geometry', 252 '../ui/gfx/gfx.gyp:gfx_geometry',
303 '../ui/gl/gl.gyp:gl', 253 '../ui/gl/gl.gyp:gl',
304 'mojo_application', 254 'mojo_application',
305 'mojo_cpp_bindings', 255 'mojo_cpp_bindings',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 ], 341 ],
392 'sources': [ 342 'sources': [
393 'examples/dbus_echo/dbus_echo_app.cc', 343 'examples/dbus_echo/dbus_echo_app.cc',
394 'public/cpp/application/lib/mojo_main_standalone.cc', 344 'public/cpp/application/lib/mojo_main_standalone.cc',
395 ], 345 ],
396 }, 346 },
397 ], 347 ],
398 }], 348 }],
399 ], 349 ],
400 } 350 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698