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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 327523004: Introduce very beginning of navigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add url dependency to two smaple apps 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/examples/window_manager/window_manager.cc ('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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'type': 'shared_library', 313 'type': 'shared_library',
314 'dependencies': [ 314 'dependencies': [
315 '../base/base.gyp:base', 315 '../base/base.gyp:base',
316 '../ui/gfx/gfx.gyp:gfx_geometry', 316 '../ui/gfx/gfx.gyp:gfx_geometry',
317 '../ui/gl/gl.gyp:gl', 317 '../ui/gl/gl.gyp:gl',
318 'mojo_application', 318 'mojo_application',
319 'mojo_cpp_bindings', 319 'mojo_cpp_bindings',
320 'mojo_environment_chromium', 320 'mojo_environment_chromium',
321 'mojo_geometry_bindings', 321 'mojo_geometry_bindings',
322 'mojo_gles2', 322 'mojo_gles2',
323 'mojo_navigation_bindings',
323 'mojo_view_manager_lib', 324 'mojo_view_manager_lib',
324 'mojo_window_manager_bindings', 325 'mojo_window_manager_bindings',
325 'mojo_system_impl', 326 'mojo_system_impl',
326 'mojo_utility', 327 'mojo_utility',
327 ], 328 ],
328 'sources': [ 329 'sources': [
329 'examples/window_manager/window_manager.cc', 330 'examples/window_manager/window_manager.cc',
330 'public/cpp/application/lib/mojo_main_chromium.cc', 331 'public/cpp/application/lib/mojo_main_chromium.cc',
331 ], 332 ],
332 }, 333 },
333 { 334 {
334 'target_name': 'mojo_embedded_app', 335 'target_name': 'mojo_embedded_app',
335 'type': 'shared_library', 336 'type': 'shared_library',
336 'dependencies': [ 337 'dependencies': [
337 '../base/base.gyp:base', 338 '../base/base.gyp:base',
338 '../ui/gfx/gfx.gyp:gfx_geometry', 339 '../ui/gfx/gfx.gyp:gfx_geometry',
339 '../ui/gl/gl.gyp:gl', 340 '../ui/gl/gl.gyp:gl',
341 '../url/url.gyp:url_lib',
340 'mojo_application', 342 'mojo_application',
341 'mojo_cpp_bindings', 343 'mojo_cpp_bindings',
342 'mojo_environment_chromium', 344 'mojo_environment_chromium',
343 'mojo_geometry_bindings', 345 'mojo_geometry_bindings',
344 'mojo_gles2', 346 'mojo_gles2',
347 'mojo_navigation_bindings',
345 'mojo_view_manager_lib', 348 'mojo_view_manager_lib',
346 'mojo_window_manager_bindings', 349 'mojo_window_manager_bindings',
347 'mojo_system_impl', 350 'mojo_system_impl',
348 'mojo_utility', 351 'mojo_utility',
349 ], 352 ],
350 'sources': [ 353 'sources': [
351 'examples/embedded_app/embedded_app.cc', 354 'examples/embedded_app/embedded_app.cc',
352 'public/cpp/application/lib/mojo_main_chromium.cc', 355 'public/cpp/application/lib/mojo_main_chromium.cc',
353 ], 356 ],
354 }, 357 },
355 { 358 {
356 'target_name': 'mojo_nesting_app', 359 'target_name': 'mojo_nesting_app',
357 'type': 'shared_library', 360 'type': 'shared_library',
358 'dependencies': [ 361 'dependencies': [
359 '../base/base.gyp:base', 362 '../base/base.gyp:base',
360 '../ui/gfx/gfx.gyp:gfx_geometry', 363 '../ui/gfx/gfx.gyp:gfx_geometry',
361 '../ui/gl/gl.gyp:gl', 364 '../ui/gl/gl.gyp:gl',
365 '../url/url.gyp:url_lib',
362 'mojo_application', 366 'mojo_application',
363 'mojo_cpp_bindings', 367 'mojo_cpp_bindings',
364 'mojo_environment_chromium', 368 'mojo_environment_chromium',
365 'mojo_geometry_bindings', 369 'mojo_geometry_bindings',
366 'mojo_gles2', 370 'mojo_gles2',
371 'mojo_navigation_bindings',
367 'mojo_view_manager_lib', 372 'mojo_view_manager_lib',
368 'mojo_window_manager_bindings', 373 'mojo_window_manager_bindings',
369 'mojo_system_impl', 374 'mojo_system_impl',
370 'mojo_utility', 375 'mojo_utility',
371 ], 376 ],
372 'sources': [ 377 'sources': [
373 'examples/nesting_app/nesting_app.cc', 378 'examples/nesting_app/nesting_app.cc',
374 'public/cpp/application/lib/mojo_main_chromium.cc', 379 'public/cpp/application/lib/mojo_main_chromium.cc',
375 ], 380 ],
376 }, 381 },
(...skipping 15 matching lines...) Expand all
392 ], 397 ],
393 'sources': [ 398 'sources': [
394 'examples/dbus_echo/dbus_echo_app.cc', 399 'examples/dbus_echo/dbus_echo_app.cc',
395 'public/cpp/application/lib/mojo_main_standalone.cc', 400 'public/cpp/application/lib/mojo_main_standalone.cc',
396 ], 401 ],
397 }, 402 },
398 ], 403 ],
399 }], 404 }],
400 ], 405 ],
401 } 406 }
OLDNEW
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698