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

Side by Side Diff: mojo/mojo.gyp

Issue 562483002: mojo: Create a basic clipboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to the gn files. Created 6 years, 3 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
« no previous file with comments | « mojo/common/common_type_converters_unittest.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 '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 11 matching lines...) Expand all
22 'targets': [ 22 'targets': [
23 { 23 {
24 # GN version: //mojo 24 # GN version: //mojo
25 'target_name': 'mojo', 25 'target_name': 'mojo',
26 'type': 'none', 26 'type': 'none',
27 'dependencies': [ 27 'dependencies': [
28 'mojo_application_manager', 28 'mojo_application_manager',
29 'mojo_application_manager_unittests', 29 'mojo_application_manager_unittests',
30 'mojo_apps_js_unittests', 30 'mojo_apps_js_unittests',
31 'mojo_base.gyp:mojo_base', 31 'mojo_base.gyp:mojo_base',
32 'mojo_clipboard',
33 'mojo_clipboard_unittests',
32 'mojo_compositor_app', 34 'mojo_compositor_app',
33 'mojo_content_handler_demo', 35 'mojo_content_handler_demo',
34 'mojo_echo_client', 36 'mojo_echo_client',
35 'mojo_echo_service', 37 'mojo_echo_service',
36 'mojo_example_apptests', 38 'mojo_example_apptests',
37 'mojo_example_service', 39 'mojo_example_service',
38 'mojo_geometry_lib', 40 'mojo_geometry_lib',
39 'mojo_html_viewer', 41 'mojo_html_viewer',
40 'mojo_js', 42 'mojo_js',
41 'mojo_native_viewport_service_lib', 43 'mojo_native_viewport_service_lib',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'mojo_python_unittests.isolate', 640 'mojo_python_unittests.isolate',
639 ], 641 ],
640 'sources': [ 642 'sources': [
641 'mojo_python_unittests.isolate', 643 'mojo_python_unittests.isolate',
642 ], 644 ],
643 }, 645 },
644 ], 646 ],
645 }], 647 }],
646 ], 648 ],
647 } 649 }
OLDNEW
« no previous file with comments | « mojo/common/common_type_converters_unittest.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698