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

Side by Side Diff: mojo/mojo_apps.gypi

Issue 494523004: GN: Build rules and fixes for (almost) all mojo unittest targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/mojo.gyp ('k') | mojo/mojo_base.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/apps/js
9 # //mojo/apps/js/bindings
10 # //mojo/apps/js/bindings/gl
8 'target_name': 'mojo_js_lib', 11 'target_name': 'mojo_js_lib',
9 'type': 'static_library', 12 'type': 'static_library',
10 'dependencies': [ 13 'dependencies': [
11 '../base/base.gyp:base', 14 '../base/base.gyp:base',
12 '../gin/gin.gyp:gin', 15 '../gin/gin.gyp:gin',
13 '../ui/gl/gl.gyp:gl', 16 '../ui/gl/gl.gyp:gl',
14 '../v8/tools/gyp/v8.gyp:v8', 17 '../v8/tools/gyp/v8.gyp:v8',
15 'mojo_base.gyp:mojo_common_lib', 18 'mojo_base.gyp:mojo_common_lib',
16 'mojo_base.gyp:mojo_environment_chromium', 19 'mojo_base.gyp:mojo_environment_chromium',
17 'mojo_base.gyp:mojo_gles2_bindings', 20 'mojo_base.gyp:mojo_gles2_bindings',
(...skipping 30 matching lines...) Expand all
48 ], 51 ],
49 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 52 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
50 'export_dependent_settings': [ 53 'export_dependent_settings': [
51 'mojo_base.gyp:mojo_cpp_bindings', 54 'mojo_base.gyp:mojo_cpp_bindings',
52 ], 55 ],
53 'dependencies': [ 56 'dependencies': [
54 'mojo_base.gyp:mojo_cpp_bindings', 57 'mojo_base.gyp:mojo_cpp_bindings',
55 ], 58 ],
56 }, 59 },
57 { 60 {
61 # GN version: //mojo/apps/js/test/mojo_apps_js_unittests
58 'target_name': 'mojo_apps_js_unittests', 62 'target_name': 'mojo_apps_js_unittests',
59 'type': 'executable', 63 'type': 'executable',
60 'dependencies': [ 64 'dependencies': [
61 '../gin/gin.gyp:gin_test', 65 '../gin/gin.gyp:gin_test',
62 'mojo_base.gyp:mojo_common_lib', 66 'mojo_base.gyp:mojo_common_lib',
63 'mojo_base.gyp:mojo_common_test_support', 67 'mojo_base.gyp:mojo_common_test_support',
64 'mojo_base.gyp:mojo_public_test_interfaces', 68 'mojo_base.gyp:mojo_public_test_interfaces',
65 'mojo_base.gyp:mojo_run_all_unittests', 69 'mojo_base.gyp:mojo_run_all_unittests',
66 'mojo_apps_js_bindings', 70 'mojo_apps_js_bindings',
67 'mojo_js_lib', 71 'mojo_js_lib',
(...skipping 29 matching lines...) Expand all
97 'mojo_apps_js_unittests.isolate', 101 'mojo_apps_js_unittests.isolate',
98 ], 102 ],
99 'sources': [ 103 'sources': [
100 'mojo_apps_js_unittests.isolate', 104 'mojo_apps_js_unittests.isolate',
101 ], 105 ],
102 }, 106 },
103 ], 107 ],
104 }], 108 }],
105 ], 109 ],
106 } 110 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698