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

Unified Diff: printing/BUILD.gn

Issue 465693002: GN: Remove duplicate entries from sources lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « gpu/command_buffer/common/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 0f7f56433730f44e3c57c4f07fe3f7e14042bdc7..0c88889f3755a989d867fde63bffd62781421e39 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -125,12 +125,12 @@ component("printing") {
}
if (use_cups) {
- cups_version = exec_script("cups_config_helper.py", [ "--api-version" ],
- "trim string")
-
configs += [ ":cups" ]
if (is_linux) {
+ cups_version = exec_script("cups_config_helper.py", [ "--api-version" ],
+ "trim string")
+
if (cups_version == "1.6" || cups_version == "1.7") {
cflags += [
# CUPS 1.6 deprecated the PPD APIs, but we will stay with this
« no previous file with comments | « gpu/command_buffer/common/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698