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

Unified Diff: trunk/src/printing/BUILD.gn

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/content/content_shell.gypi ('k') | trunk/src/ui/resources/ui_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/printing/BUILD.gn
===================================================================
--- trunk/src/printing/BUILD.gn (revision 282358)
+++ trunk/src/printing/BUILD.gn (working copy)
@@ -2,7 +2,6 @@
# 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")
@@ -11,6 +10,8 @@
import("//build/config/android/rules.gni")
}
+use_cups = ((is_linux && !is_chromeos) || is_mac)
+
component("printing") {
sources = [
"backend/print_backend.cc",
« no previous file with comments | « trunk/src/content/content_shell.gypi ('k') | trunk/src/ui/resources/ui_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698