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

Unified Diff: printing/BUILD.gn

Issue 381463002: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add %$&*ing missing comma 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
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 6d767aafa9b33adcb0b4be10175cf4bb78029ebd..9e68d1ced6432e1497276c435fb7f8021ed845a1 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
import("//build/config/ui.gni")
if (is_mac) {
import("//build/config/mac/mac_sdk.gni")
@@ -10,8 +11,6 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-use_cups = ((is_linux && !is_chromeos) || is_mac)
-
component("printing") {
sources = [
"backend/print_backend.cc",

Powered by Google App Engine
This is Rietveld 408576698