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

Side by Side Diff: mojo/mojo_public.gypi

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking 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/services/native_viewport/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 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/public/c/system 8 # GN version: //mojo/public/c/system
9 'target_name': 'mojo_system', 9 'target_name': 'mojo_system',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'public/cpp/application/lib/weak_service_provider.h', 244 'public/cpp/application/lib/weak_service_provider.h',
245 ], 245 ],
246 'dependencies': [ 246 'dependencies': [
247 'mojo_application_bindings', 247 'mojo_application_bindings',
248 ], 248 ],
249 'export_dependent_settings': [ 249 'export_dependent_settings': [
250 'mojo_application_bindings', 250 'mojo_application_bindings',
251 ], 251 ],
252 }, 252 },
253 { 253 {
254 # GN version: //mojo/public/cpp/application:standalone"
254 'target_name': 'mojo_application_standalone', 255 'target_name': 'mojo_application_standalone',
255 'type': 'static_library', 256 'type': 'static_library',
256 'sources': [ 257 'sources': [
257 'public/cpp/application/lib/application_impl_standalone.cc', 258 'public/cpp/application/lib/application_impl_standalone.cc',
258 ], 259 ],
259 'dependencies': [ 260 'dependencies': [
260 'mojo_application_base', 261 'mojo_application_base',
261 ], 262 ],
262 'export_dependent_settings': [ 263 'export_dependent_settings': [
263 'mojo_application_base', 264 'mojo_application_base',
(...skipping 21 matching lines...) Expand all
285 }, 286 },
286 'dependencies': [ 287 'dependencies': [
287 'mojo_public_java', 288 'mojo_public_java',
288 ], 289 ],
289 'includes': [ '../build/java.gypi' ], 290 'includes': [ '../build/java.gypi' ],
290 }, 291 },
291 ], 292 ],
292 }], 293 }],
293 ], 294 ],
294 } 295 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/native_viewport/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698