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

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

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 # GYP version: mojo_base.gyp:mojo_environment_chromium 5 # GYP version: mojo_base.gyp:mojo_environment_chromium
6 source_set("chromium") { 6 source_set("chromium") {
7 output_name = "mojo_environment_chromium" 7 output_name = "mojo_environment_chromium"
8 8
9 sources = [ 9 sources = [
10 "environment.cc", 10 "environment.cc",
11
11 # TODO(vtl): This is kind of ugly. (See TODO in logging.h.) 12 # TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
12 "../public/cpp/environment/async_waiter.h", 13 "../public/cpp/environment/async_waiter.h",
13 "../public/cpp/environment/lib/async_waiter.cc", 14 "../public/cpp/environment/lib/async_waiter.cc",
14 "../public/cpp/environment/logging.h", 15 "../public/cpp/environment/logging.h",
15 "../public/cpp/environment/lib/logging.cc", 16 "../public/cpp/environment/lib/logging.cc",
16 ] 17 ]
17 18
18 public_deps = [ 19 public_deps = [
19 ":chromium_impl", 20 ":chromium_impl",
20 ] 21 ]
(...skipping 13 matching lines...) Expand all
34 35
35 sources = [ 36 sources = [
36 "default_async_waiter_impl.cc", 37 "default_async_waiter_impl.cc",
37 "default_async_waiter_impl.h", 38 "default_async_waiter_impl.h",
38 "default_logger_impl.cc", 39 "default_logger_impl.cc",
39 "default_logger_impl.h", 40 "default_logger_impl.h",
40 "default_run_loop_impl.cc", 41 "default_run_loop_impl.cc",
41 "default_run_loop_impl.h", 42 "default_run_loop_impl.h",
42 ] 43 ]
43 44
44 defines = [ 45 defines = [ "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION" ]
45 "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION",
46 ]
47 46
48 deps = [ 47 deps = [
49 "//base", 48 "//base",
50 "//base/third_party/dynamic_annotations", 49 "//base/third_party/dynamic_annotations",
51 "//mojo/common", 50 "//mojo/common",
52 "//mojo/public/c/environment", 51 "//mojo/public/c/environment",
53 ] 52 ]
54 } 53 }
OLDNEW
« benchmarks/startup/BUILD.gn ('K') | « mojo/edk/test/BUILD.gn ('k') | mojo/go/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698