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

Side by Side Diff: cc/blink/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink 7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink
8 component("blink") { 8 component("blink") {
9 output_name = "cc_blink" 9 output_name = "cc_blink"
10 10
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 83
84 # Setup. 84 # Setup.
85 "test/cc_blink_test_suite.cc", 85 "test/cc_blink_test_suite.cc",
86 "test/run_all_unittests.cc", 86 "test/run_all_unittests.cc",
87 ] 87 ]
88 88
89 deps = [ 89 deps = [
90 ":blink", 90 ":blink",
91 "//base/test:test_support", 91 "//base/test:test_support",
92 "//base/third_party/dynamic_annotations", 92 "//base/third_party/dynamic_annotations",
93 "//cc",
94 "//cc:test_support",
93 "//skia", 95 "//skia",
94 "//testing/gtest", 96 "//testing/gtest",
95 "//third_party/WebKit/public:blink", 97 "//third_party/WebKit/public:blink",
98 "//ui/gfx:test_support",
96 "//ui/gfx/geometry", 99 "//ui/gfx/geometry",
97 "//ui/gfx:test_support",
98 "//cc",
99 "//cc:test_support",
100 ] 100 ]
101 } 101 }
102 } 102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698