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

Side by Side Diff: mojo/edk/js/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 source_set("js") { 5 source_set("js") {
6 sources = [ 6 sources = [
7 "core.cc", 7 "core.cc",
8 "core.h", 8 "core.h",
9 "drain_data.cc", 9 "drain_data.cc",
10 "drain_data.h", 10 "drain_data.h",
(...skipping 27 matching lines...) Expand all
38 sources = [ 38 sources = [
39 "handle_unittest.cc", 39 "handle_unittest.cc",
40 ] 40 ]
41 41
42 deps = [ 42 deps = [
43 "//mojo/edk/js", 43 "//mojo/edk/js",
44 "//mojo/edk/test:test_support", 44 "//mojo/edk/test:test_support",
45 "//mojo/public/cpp/system", 45 "//mojo/public/cpp/system",
46 "//testing/gtest", 46 "//testing/gtest",
47 ] 47 ]
48
49 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698