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

Side by Side Diff: mojo/public/cpp/environment/BUILD.gn

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 years, 1 month 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
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 source_set("environment") { 5 source_set("environment") {
6 sources = [ 6 sources = [
7 "async_waiter.h",
7 "logging.h", 8 "logging.h",
8 "environment.h", 9 "environment.h",
9 ] 10 ]
10 11
11 public_deps = [ "//mojo/public/c/environment" ] 12 public_deps = [ "//mojo/public/c/environment" ]
12 13
13 deps = [ "//mojo/public/cpp/system" ] 14 deps = [
15 "//mojo/public/cpp/bindings:callback",
16 "//mojo/public/cpp/system",
17 ]
14 } 18 }
15 19
16 source_set("standalone") { 20 source_set("standalone") {
17 sources = [ 21 sources = [
22 "lib/async_waiter.cc",
18 "lib/default_async_waiter.cc", 23 "lib/default_async_waiter.cc",
19 "lib/default_async_waiter.h", 24 "lib/default_async_waiter.h",
20 "lib/default_logger.cc", 25 "lib/default_logger.cc",
21 "lib/default_logger.h", 26 "lib/default_logger.h",
22 "lib/environment.cc", 27 "lib/environment.cc",
23 "lib/logging.cc", 28 "lib/logging.cc",
24 ] 29 ]
25 30
26 public_deps = [ ":environment" ] 31 public_deps = [ ":environment" ]
27 32
28 deps = [ 33 deps = [
29 "//mojo/public/c/environment", 34 "//mojo/public/c/environment",
30 "//mojo/public/cpp/utility", 35 "//mojo/public/cpp/utility",
31 ] 36 ]
32 } 37 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/application/lib/application_test_main.cc ('k') | mojo/public/cpp/environment/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698