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

Side by Side Diff: mojo/mojo_public.gypi

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
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 'target_name': 'mojo_system', 9 'target_name': 'mojo_system',
9 'type': 'static_library', 10 'type': 'static_library',
10 'defines': [ 11 'defines': [
11 'MOJO_SYSTEM_IMPLEMENTATION', 12 'MOJO_SYSTEM_IMPLEMENTATION',
12 ], 13 ],
13 'include_dirs': [ 14 'include_dirs': [
14 '..', 15 '..',
15 ], 16 ],
16 'direct_dependent_settings': { 17 'direct_dependent_settings': {
17 'include_dirs': [ 18 'include_dirs': [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 }, 217 },
217 'dependencies': [ 218 'dependencies': [
218 'mojo_public_java', 219 'mojo_public_java',
219 ], 220 ],
220 'includes': [ '../build/java.gypi' ], 221 'includes': [ '../build/java.gypi' ],
221 }, 222 },
222 ], 223 ],
223 }], 224 }],
224 ], 225 ],
225 } 226 }
OLDNEW
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/c/system/BUILD.gn » ('j') | mojo/public/c/system/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698