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

Side by Side Diff: mojo/public/c/system/BUILD.gn

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps of application build target 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
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/application/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
(Empty)
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
3 # found in the LICENSE file.
4
5 source_set("system") {
6 sources = [
7 "buffer.h",
8 "core.h",
9 "data_pipe.h",
10 "functions.h",
11 "macros.h",
12 "message_pipe.h",
13 "system_export.h",
14 "types.h",
15 "../../platform/native/system_thunks.cc",
16 "../../platform/native/system_thunks.h",
17 ]
18 defines = [ "MOJO_SYSTEM_IMPLEMENTATION" ]
19
20 if (is_android) {
21 all_dependent_configs -= [
Chris Masone 2014/07/14 21:38:37 Per the Dependent settings section of https://code
Chris Masone 2014/07/14 21:48:22 Hm. I think the problem is that, essentially, this
Chris Masone 2014/07/15 20:39:22 Discussed with Brett offline, and he points out th
22 "//build/config/android:no_export_static_lib_symbols"
23 ]
24 }
25 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698