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

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

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 9 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
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
12 # 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.)
13 "//third_party/mojo/src/mojo/public/cpp/environment/async_waiter.h", 13 "//third_party/mojo/src/mojo/public/cpp/environment/async_waiter.h",
14 "//third_party/mojo/src/mojo/public/cpp/environment/lib/async_waiter.cc", 14 "//third_party/mojo/src/mojo/public/cpp/environment/lib/async_waiter.cc",
15 "//third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
15 "//third_party/mojo/src/mojo/public/cpp/environment/logging.h", 16 "//third_party/mojo/src/mojo/public/cpp/environment/logging.h",
16 "//third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
17 ] 17 ]
18 18
19 public_deps = [ 19 public_deps = [
20 ":chromium_impl", 20 ":chromium_impl",
21 ] 21 ]
22 22
23 deps = [ 23 deps = [
24 "//third_party/mojo/src/mojo/public/c/environment", 24 "//third_party/mojo/src/mojo/public/c/environment",
25 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 25 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
26 "//third_party/mojo/src/mojo/public/cpp/environment", 26 "//third_party/mojo/src/mojo/public/cpp/environment",
(...skipping 20 matching lines...) Expand all
47 public_configs = 47 public_configs =
48 [ "//third_party/mojo/src/mojo/public/build/config:mojo_sdk" ] 48 [ "//third_party/mojo/src/mojo/public/build/config:mojo_sdk" ]
49 49
50 deps = [ 50 deps = [
51 "//base", 51 "//base",
52 "//base/third_party/dynamic_annotations", 52 "//base/third_party/dynamic_annotations",
53 "//mojo/common", 53 "//mojo/common",
54 "//third_party/mojo/src/mojo/public/c/environment", 54 "//third_party/mojo/src/mojo/public/c/environment",
55 ] 55 ]
56 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698