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

Side by Side Diff: mojo/mojo.gyp

Issue 691573003: Split out mojo_converters into its own target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explode! Created 6 years, 1 month 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 | « no previous file | mojo/mojo_converters.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 'includes': [ 6 'includes': [
7 'mojo_converters.gypi',
8 'mojo_variables.gypi', 7 'mojo_variables.gypi',
9 ], 8 ],
10 'targets': [ 9 'targets': [
11 { 10 {
12 # GN version: //mojo 11 # GN version: //mojo
13 'target_name': 'mojo', 12 'target_name': 'mojo',
14 'type': 'none', 13 'type': 'none',
15 'dependencies': [ 14 'dependencies': [
16 'edk/mojo_edk.gyp:mojo_edk', 15 'edk/mojo_edk.gyp:mojo_edk',
17 'mojo_application_manager', 16 'mojo_application_manager',
18 'mojo_application_manager_unittests', 17 'mojo_application_manager_unittests',
19 'mojo_base.gyp:mojo_base', 18 'mojo_base.gyp:mojo_base',
20 'mojo_geometry_lib', 19 'mojo_geometry_converters.gyp:mojo_geometry_lib',
21 'mojo_input_events_lib', 20 'mojo_input_events_converters.gyp:mojo_input_events_lib',
22 'mojo_js_unittests', 21 'mojo_js_unittests',
23 'mojo_surfaces_lib', 22 'mojo_surface_converters.gyp:mojo_surfaces_lib',
24 'mojo_surfaces_lib_unittests', 23 'mojo_surface_converters.gyp:mojo_surfaces_lib_unittests',
25 'services/public/mojo_services_public.gyp:mojo_services_public', 24 'services/public/mojo_services_public.gyp:mojo_services_public',
26 'public/mojo_public.gyp:mojo_public', 25 'public/mojo_public.gyp:mojo_public',
27 ], 26 ],
28 }, 27 },
29 { 28 {
30 # GN version: //mojo/application_manager 29 # GN version: //mojo/application_manager
31 'target_name': 'mojo_application_manager', 30 'target_name': 'mojo_application_manager',
32 'type': '<(component)', 31 'type': '<(component)',
33 'defines': [ 32 'defines': [
34 'MOJO_APPLICATION_MANAGER_IMPLEMENTATION', 33 'MOJO_APPLICATION_MANAGER_IMPLEMENTATION',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'public/mojo_public.gyp:mojo_environment_standalone', 92 'public/mojo_public.gyp:mojo_environment_standalone',
94 'public/mojo_public.gyp:mojo_public_test_interfaces', 93 'public/mojo_public.gyp:mojo_public_test_interfaces',
95 'public/mojo_public.gyp:mojo_utility', 94 'public/mojo_public.gyp:mojo_utility',
96 ], 95 ],
97 'sources': [ 96 'sources': [
98 'bindings/js/tests/run_js_tests.cc', 97 'bindings/js/tests/run_js_tests.cc',
99 ], 98 ],
100 }, 99 },
101 ], 100 ],
102 } 101 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_converters.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698