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

Unified Diff: components/infobars/test/BUILD.gn

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less android Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/infobars/core/BUILD.gn ('k') | components/invalidation.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars/test/BUILD.gn
diff --git a/components/history/core/common/BUILD.gn b/components/infobars/test/BUILD.gn
similarity index 73%
copy from components/history/core/common/BUILD.gn
copy to components/infobars/test/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..606cecd8fbb778ef85a9423d5377e417466157a3 100644
--- a/components/history/core/common/BUILD.gn
+++ b/components/infobars/test/BUILD.gn
@@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("common") {
+static_library("test_support") {
sources = [
- "thumbnail_score.cc",
- "thumbnail_score.h",
+ "infobar_test.cc",
]
deps = [
"//base",
+ "//skia",
]
}
« no previous file with comments | « components/infobars/core/BUILD.gn ('k') | components/invalidation.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698