summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 19:23:19 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 19:23:19 +0000
commita3c13435c27b7dfcac1e60123576a226dbd18bf1 (patch)
tree979b7f3fd4c290385ddaf29a507bc5d109e82618 /printing
parent055f8f2f3f0c69d390f1f0db5af6021e17daa712 (diff)
downloadchromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.zip
chromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.tar.gz
chromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.tar.bz2
Add chrome/browser/ui to the GN build.
This moves the intermediate grit files: ui/ui_resources -> ui/resources ui/ui_strings -> ui/strings in the GYP build to put it in line with the GN one (and also what one would expect). R=ajwong@chromium.org BUG= Review URL: https://codereview.chromium.org/381113004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r--printing/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index b6f3763..04b2b9a 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",