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

Side by Side Diff: mojo/mojo.gyp

Issue 608333002: Standalone Mojo Javascript application (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the GN build Created 6 years, 2 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
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 21 matching lines...) Expand all
32 'mojo_clipboard', 32 'mojo_clipboard',
33 'mojo_clipboard_unittests', 33 'mojo_clipboard_unittests',
34 'mojo_compositor_app', 34 'mojo_compositor_app',
35 'mojo_content_handler_demo', 35 'mojo_content_handler_demo',
36 'mojo_echo_client', 36 'mojo_echo_client',
37 'mojo_echo_service', 37 'mojo_echo_service',
38 'mojo_example_apptests', 38 'mojo_example_apptests',
39 'mojo_example_service', 39 'mojo_example_service',
40 'mojo_geometry_lib', 40 'mojo_geometry_lib',
41 'mojo_html_viewer', 41 'mojo_html_viewer',
42 'mojo_js', 42 'mojo_js_content_handler',
43 'mojo_js_standalone',
43 'mojo_native_viewport_service', 44 'mojo_native_viewport_service',
44 'mojo_network_service', 45 'mojo_network_service',
45 'mojo_pepper_container_app', 46 'mojo_pepper_container_app',
46 'mojo_png_viewer', 47 'mojo_png_viewer',
47 'mojo_sample_app', 48 'mojo_sample_app',
48 'mojo_shell', 49 'mojo_shell',
49 'mojo_shell_lib', 50 'mojo_shell_lib',
50 'mojo_shell_tests', 51 'mojo_shell_tests',
51 'mojo_surfaces_app', 52 'mojo_surfaces_app',
52 'mojo_surfaces_app', 53 'mojo_surfaces_app',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 '../build/isolate.gypi', 686 '../build/isolate.gypi',
686 ], 687 ],
687 'sources': [ 688 'sources': [
688 'mojo_python_unittests.isolate', 689 'mojo_python_unittests.isolate',
689 ], 690 ],
690 }, 691 },
691 ], 692 ],
692 }], 693 }],
693 ], 694 ],
694 } 695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698