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

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

Issue 1216083003: Fix gn check errors for cc/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn2
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "test/cc_blink_test_suite.cc", 87 "test/cc_blink_test_suite.cc",
88 "test/run_all_unittests.cc", 88 "test/run_all_unittests.cc",
89 ] 89 ]
90 90
91 deps = [ 91 deps = [
92 ":blink", 92 ":blink",
93 "//base/test:test_support", 93 "//base/test:test_support",
94 "//base/third_party/dynamic_annotations", 94 "//base/third_party/dynamic_annotations",
95 "//skia", 95 "//skia",
96 "//testing/gtest", 96 "//testing/gtest",
97 "//third_party/WebKit/public:blink",
97 "//ui/gfx/geometry", 98 "//ui/gfx/geometry",
98 "//ui/gfx:test_support", 99 "//ui/gfx:test_support",
99 "//cc", 100 "//cc",
100 "//cc:test_support", 101 "//cc:test_support",
101 ] 102 ]
102 } 103 }
103 } 104 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698