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

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

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 6 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 | « ash/mus/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 deps = [ 62 deps = [
63 ":blink", 63 ":blink",
64 "//base/test:test_support", 64 "//base/test:test_support",
65 "//base/third_party/dynamic_annotations", 65 "//base/third_party/dynamic_annotations",
66 "//cc", 66 "//cc",
67 "//cc:test_support", 67 "//cc:test_support",
68 "//skia", 68 "//skia",
69 "//testing/gmock", 69 "//testing/gmock",
70 "//testing/gtest", 70 "//testing/gtest",
71 "//third_party/WebKit/public:blink_for_unittests", 71 "//third_party/WebKit/public:blink",
72 "//ui/gfx:test_support", 72 "//ui/gfx:test_support",
73 "//ui/gfx/geometry", 73 "//ui/gfx/geometry",
74 ] 74 ]
75 } 75 }
OLDNEW
« no previous file with comments | « ash/mus/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698