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

Side by Side Diff: mojo/mojo_services.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_public_tests.gypi ('k') | mojo/public/c/system/tests/BUILD.gn » ('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 (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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/services/dbus_echo:bindings 8 # GN version: //mojo/services/dbus_echo:bindings
9 'target_name': 'mojo_echo_bindings', 9 'target_name': 'mojo_echo_bindings',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'export_dependent_settings': [ 168 'export_dependent_settings': [
169 'mojo_geometry_lib', 169 'mojo_geometry_lib',
170 ], 170 ],
171 'sources': [ 171 'sources': [
172 'services/public/cpp/surfaces/lib/surfaces_type_converters.cc', 172 'services/public/cpp/surfaces/lib/surfaces_type_converters.cc',
173 'services/public/cpp/surfaces/surfaces_type_converters.h', 173 'services/public/cpp/surfaces/surfaces_type_converters.h',
174 'services/public/cpp/surfaces/mojo_surfaces_export.h', 174 'services/public/cpp/surfaces/mojo_surfaces_export.h',
175 ], 175 ],
176 }, 176 },
177 { 177 {
178 # GN version: //mojo/services/public/cpp/surfaces/tests
178 'target_name': 'mojo_surfaces_lib_unittests', 179 'target_name': 'mojo_surfaces_lib_unittests',
179 'type': 'executable', 180 'type': 'executable',
180 'dependencies': [ 181 'dependencies': [
181 '../base/base.gyp:base', 182 '../base/base.gyp:base',
182 '../base/base.gyp:test_support_base', 183 '../base/base.gyp:test_support_base',
183 '../cc/cc.gyp:cc', 184 '../cc/cc.gyp:cc',
184 '../cc/cc.gyp:cc_surfaces', 185 '../cc/cc.gyp:cc_surfaces',
185 '../gpu/gpu.gyp:gpu', 186 '../gpu/gpu.gyp:gpu',
186 '../skia/skia.gyp:skia', 187 '../skia/skia.gyp:skia',
187 '../testing/gtest.gyp:gtest', 188 '../testing/gtest.gyp:gtest',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'mojo_echo_bindings', 891 'mojo_echo_bindings',
891 ], 892 ],
892 'sources': [ 893 'sources': [
893 'services/dbus_echo/dbus_echo_service.cc', 894 'services/dbus_echo/dbus_echo_service.cc',
894 ], 895 ],
895 }, 896 },
896 ], 897 ],
897 }], 898 }],
898 ], 899 ],
899 } 900 }
OLDNEW
« no previous file with comments | « mojo/mojo_public_tests.gypi ('k') | mojo/public/c/system/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698