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

Side by Side Diff: mojo/mojo_public.gypi

Issue 198193007: Isolated tests: mojo_js_unittests and mojo_apps_js_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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_js_unittests.isolate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_system', 4 'target_name': 'mojo_system',
5 'type': 'shared_library', 5 'type': 'shared_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 16 matching lines...) Expand all
27 ['OS=="mac"', { 27 ['OS=="mac"', {
28 'xcode_settings': { 28 'xcode_settings': {
29 # Make it a run-path dependent library. 29 # Make it a run-path dependent library.
30 'DYLIB_INSTALL_NAME_BASE': '@rpath', 30 'DYLIB_INSTALL_NAME_BASE': '@rpath',
31 }, 31 },
32 'direct_dependent_settings': { 32 'direct_dependent_settings': {
33 'xcode_settings': { 33 'xcode_settings': {
34 # Look for run-path dependent libraries in the loader's directory. 34 # Look for run-path dependent libraries in the loader's directory.
35 'LD_RUNPATH_SEARCH_PATHS': [ '@loader_path/.', ], 35 'LD_RUNPATH_SEARCH_PATHS': [ '@loader_path/.', ],
36 }, 36 },
37 }, 37 },
38 }], 38 }],
39 ], 39 ],
40 }, 40 },
41 { 41 {
42 'target_name': 'mojo_gles2', 42 'target_name': 'mojo_gles2',
43 'type': 'shared_library', 43 'type': 'shared_library',
44 'defines': [ 44 'defines': [
45 'MOJO_GLES2_IMPLEMENTATION', 45 'MOJO_GLES2_IMPLEMENTATION',
46 'GLES2_USE_MOJO', 46 'GLES2_USE_MOJO',
47 ], 47 ],
(...skipping 21 matching lines...) Expand all
69 ['OS=="mac"', { 69 ['OS=="mac"', {
70 'xcode_settings': { 70 'xcode_settings': {
71 # Make it a run-path dependent library. 71 # Make it a run-path dependent library.
72 'DYLIB_INSTALL_NAME_BASE': '@rpath', 72 'DYLIB_INSTALL_NAME_BASE': '@rpath',
73 }, 73 },
74 'direct_dependent_settings': { 74 'direct_dependent_settings': {
75 'xcode_settings': { 75 'xcode_settings': {
76 # Look for run-path dependent libraries in the loader's directory. 76 # Look for run-path dependent libraries in the loader's directory.
77 'LD_RUNPATH_SEARCH_PATHS': [ '@loader_path/.', ], 77 'LD_RUNPATH_SEARCH_PATHS': [ '@loader_path/.', ],
78 }, 78 },
79 }, 79 },
80 }], 80 }],
81 ], 81 ],
82 }, 82 },
83 { 83 {
84 'target_name': 'mojo_test_support', 84 'target_name': 'mojo_test_support',
85 'type': 'shared_library', 85 'type': 'shared_library',
86 'defines': [ 86 'defines': [
87 'MOJO_TEST_SUPPORT_IMPLEMENTATION', 87 'MOJO_TEST_SUPPORT_IMPLEMENTATION',
88 ], 88 ],
89 'include_dirs': [ 89 'include_dirs': [
(...skipping 14 matching lines...) Expand all
104 ['OS=="mac"', { 104 ['OS=="mac"', {
105 'xcode_settings': { 105 'xcode_settings': {
106 # Make it a run-path dependent library. 106 # Make it a run-path dependent library.
107 'DYLIB_INSTALL_NAME_BASE': '@rpath', 107 'DYLIB_INSTALL_NAME_BASE': '@rpath',
108 }, 108 },
109 'direct_dependent_settings': { 109 'direct_dependent_settings': {
110 'xcode_settings': { 110 'xcode_settings': {
111 # Look for run-path dependent libraries in the loader's directory. 111 # Look for run-path dependent libraries in the loader's directory.
112 'LD_RUNPATH_SEARCH_PATHS': [ '@loader_path/.', ], 112 'LD_RUNPATH_SEARCH_PATHS': [ '@loader_path/.', ],
113 }, 113 },
114 }, 114 },
115 }], 115 }],
116 ], 116 ],
117 }, 117 },
118 { 118 {
119 'target_name': 'mojo_public_test_utils', 119 'target_name': 'mojo_public_test_utils',
120 'type': 'static_library', 120 'type': 'static_library',
121 'dependencies': [ 121 'dependencies': [
122 '../base/base.gyp:base', 122 '../base/base.gyp:base',
123 '../testing/gtest.gyp:gtest', 123 '../testing/gtest.gyp:gtest',
124 'mojo_system', 124 'mojo_system',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'mojo_bindings', 355 'mojo_bindings',
356 'mojo_system', 356 'mojo_system',
357 ], 357 ],
358 'export_dependent_settings': [ 358 'export_dependent_settings': [
359 'mojo_bindings', 359 'mojo_bindings',
360 'mojo_system', 360 'mojo_system',
361 ], 361 ],
362 }, 362 },
363 ], 363 ],
364 } 364 }
OLDNEW
« no previous file with comments | « mojo/mojo_js_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698