| 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",
|
|
|