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

Side by Side Diff: mojo/mojo.gyp

Issue 337563002: Launcher flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/html_viewer/html_viewer.cc ('k') | mojo/mojo_examples.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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 19 matching lines...) Expand all
30 'dependencies': [ 30 'dependencies': [
31 'mojo_apps_js_unittests', 31 'mojo_apps_js_unittests',
32 'mojo_compositor_app', 32 'mojo_compositor_app',
33 'mojo_common_lib', 33 'mojo_common_lib',
34 'mojo_common_unittests', 34 'mojo_common_unittests',
35 'mojo_cpp_bindings', 35 'mojo_cpp_bindings',
36 'mojo_geometry_lib', 36 'mojo_geometry_lib',
37 'mojo_js', 37 'mojo_js',
38 'mojo_js_bindings', 38 'mojo_js_bindings',
39 'mojo_js_unittests', 39 'mojo_js_unittests',
40 'mojo_html_viewer',
sky 2014/06/12 21:35:59 nit: sort
41 'mojo_launcher',
40 'mojo_message_generator', 42 'mojo_message_generator',
41 'mojo_native_viewport_service', 43 'mojo_native_viewport_service',
42 'mojo_network_service', 44 'mojo_network_service',
43 'mojo_pepper_container_app', 45 'mojo_pepper_container_app',
44 'mojo_public_test_utils', 46 'mojo_public_test_utils',
45 'mojo_public_bindings_unittests', 47 'mojo_public_bindings_unittests',
46 'mojo_public_environment_unittests', 48 'mojo_public_environment_unittests',
47 'mojo_public_system_perftests', 49 'mojo_public_system_perftests',
48 'mojo_public_system_unittests', 50 'mojo_public_system_unittests',
49 'mojo_public_utility_unittests', 51 'mojo_public_utility_unittests',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 'views/native_widget_view_manager.cc', 932 'views/native_widget_view_manager.cc',
931 'views/native_widget_view_manager.h', 933 'views/native_widget_view_manager.h',
932 'views/views_init.cc', 934 'views/views_init.cc',
933 'views/views_init.h', 935 'views/views_init.h',
934 ], 936 ],
935 }, 937 },
936 ], 938 ],
937 }], 939 }],
938 ], 940 ],
939 } 941 }
OLDNEW
« no previous file with comments | « mojo/examples/html_viewer/html_viewer.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698