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

Side by Side Diff: mojo/mojo_public.gypi

Issue 138433004: Normalize _unittest.cc filename suffix for unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert ash_unittest change 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 | « gpu/gpu.gyp ('k') | mojo/public/tests/bindings/sample_service_unittest.cc » ('j') | 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ], 52 ],
53 'sources': [ 53 'sources': [
54 'public/tests/bindings/array_unittest.cc', 54 'public/tests/bindings/array_unittest.cc',
55 'public/tests/bindings/connector_unittest.cc', 55 'public/tests/bindings/connector_unittest.cc',
56 'public/tests/bindings/handle_passing_unittest.cc', 56 'public/tests/bindings/handle_passing_unittest.cc',
57 'public/tests/bindings/remote_ptr_unittest.cc', 57 'public/tests/bindings/remote_ptr_unittest.cc',
58 'public/tests/bindings/type_conversion_unittest.cc', 58 'public/tests/bindings/type_conversion_unittest.cc',
59 'public/tests/bindings/buffer_unittest.cc', 59 'public/tests/bindings/buffer_unittest.cc',
60 'public/tests/bindings/math_calculator.mojom', 60 'public/tests/bindings/math_calculator.mojom',
61 'public/tests/bindings/sample_factory.mojom', 61 'public/tests/bindings/sample_factory.mojom',
62 'public/tests/bindings/sample_service_unittests.cc', 62 'public/tests/bindings/sample_service_unittest.cc',
63 'public/tests/bindings/test_structs.mojom', 63 'public/tests/bindings/test_structs.mojom',
64 ], 64 ],
65 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 65 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
66 }, 66 },
67 { 67 {
68 'target_name': 'mojo_public_environment_unittests', 68 'target_name': 'mojo_public_environment_unittests',
69 'type': 'executable', 69 'type': 'executable',
70 'dependencies': [ 70 'dependencies': [
71 '../base/base.gyp:base', 71 '../base/base.gyp:base',
72 '../testing/gtest.gyp:gtest', 72 '../testing/gtest.gyp:gtest',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'public/utility/thread_local.h', 192 'public/utility/thread_local.h',
193 'public/utility/thread_local_posix.cc', 193 'public/utility/thread_local_posix.cc',
194 'public/utility/thread_local_win.cc', 194 'public/utility/thread_local_win.cc',
195 ], 195 ],
196 'include_dirs': [ 196 'include_dirs': [
197 '..', 197 '..',
198 ], 198 ],
199 }, 199 },
200 ], 200 ],
201 } 201 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | mojo/public/tests/bindings/sample_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698