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

Unified Diff: components/printing/renderer/BUILD.gn

Issue 1295233003: Sync GN tests with GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_fix
Patch Set: Created 5 years, 4 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/printing/common/BUILD.gn ('k') | components/printing/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/renderer/BUILD.gn
diff --git a/components/printing/renderer/BUILD.gn b/components/printing/renderer/BUILD.gn
index c31bb8e980ef33bf2f4291ebf9f67de06667a42f..92670027d775dc742a06821f2d53d3fe208e13fe 100644
--- a/components/printing/renderer/BUILD.gn
+++ b/components/printing/renderer/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("printing_renderer") {
+source_set("renderer") {
sources = [
"print_web_view_helper.cc",
"print_web_view_helper.h",
@@ -17,7 +17,7 @@ static_library("printing_renderer") {
deps = [
"//base",
- "//components/printing/common:printing_common",
+ "//components/printing/common",
"//components/resources",
"//content/public/common",
"//content/public/renderer",
« no previous file with comments | « components/printing/common/BUILD.gn ('k') | components/printing/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698