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

Side by Side Diff: mojo/mojo.gyp

Issue 125773002: Mojo: Remove unused hello_world_service code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include GYP changes Created 6 years, 11 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/hello_world_service/hello_world_service_impl.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'mojo_apps.gypi', 10 'mojo_apps.gypi',
11 'mojo_examples.gypi', 11 'mojo_examples.gypi',
12 'mojo_public.gypi', 12 'mojo_public.gypi',
13 'mojo_services.gypi', 13 'mojo_services.gypi',
14 ], 14 ],
15 'targets': [ 15 'targets': [
16 { 16 {
17 'target_name': 'mojo', 17 'target_name': 'mojo',
18 'type': 'none', 18 'type': 'none',
19 'dependencies': [ 19 'dependencies': [
20 'mojo_bindings', 20 'mojo_bindings',
21 'mojo_bindings_unittests', 21 'mojo_bindings_unittests',
22 'mojo_common_lib', 22 'mojo_common_lib',
23 'mojo_common_unittests', 23 'mojo_common_unittests',
24 'mojo_hello_world_service',
25 'mojo_js', 24 'mojo_js',
26 'mojo_js_unittests', 25 'mojo_js_unittests',
27 'mojo_public_perftests', 26 'mojo_public_perftests',
28 'mojo_public_test_support', 27 'mojo_public_test_support',
29 'mojo_public_unittests', 28 'mojo_public_unittests',
30 'mojo_sample_app', 29 'mojo_sample_app',
31 'mojo_shell', 30 'mojo_shell',
32 'mojo_shell_lib', 31 'mojo_shell_lib',
33 'mojo_shell_unittests', 32 'mojo_shell_unittests',
34 'mojo_system', 33 'mojo_system',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 409 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
411 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 410 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
412 'native_lib_target': 'libmojo_shell', 411 'native_lib_target': 'libmojo_shell',
413 }, 412 },
414 'includes': [ '../build/java_apk.gypi' ], 413 'includes': [ '../build/java_apk.gypi' ],
415 } 414 }
416 ], 415 ],
417 }], 416 }],
418 ], 417 ],
419 } 418 }
OLDNEW
« no previous file with comments | « mojo/examples/hello_world_service/hello_world_service_impl.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698