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

Side by Side Diff: third_party/mojo/src/mojo/edk/system/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 import("../mojo_edk.gni") 5 import("../mojo_edk.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "//base/test:test_support", 187 "//base/test:test_support",
188 "//testing/gtest", 188 "//testing/gtest",
189 ] 189 ]
190 190
191 allow_circular_includes_from = [ "../embedder:embedder_unittests" ] 191 allow_circular_includes_from = [ "../embedder:embedder_unittests" ]
192 } 192 }
193 193
194 test("mojo_message_pipe_perftests") { 194 test("mojo_message_pipe_perftests") {
195 sources = [ 195 sources = [
196 "message_pipe_perftest.cc", 196 "message_pipe_perftest.cc",
197 "message_pipe_test_utils.cc",
197 "message_pipe_test_utils.h", 198 "message_pipe_test_utils.h",
198 "message_pipe_test_utils.cc",
199 ] 199 ]
200 200
201 deps = [ 201 deps = [
202 ":system", 202 ":system",
203 ":test_utils", 203 ":test_utils",
204 "../test:test_support", 204 "../test:test_support",
205 "//base", 205 "//base",
206 "//base/test:test_support", 206 "//base/test:test_support",
207 "//base/test:test_support_perf", 207 "//base/test:test_support_perf",
208 "//testing/gtest", 208 "//testing/gtest",
209 ] 209 ]
210 } 210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698