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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2920013002: Use pdf compositor service for printing when OOPIF is enabled
Patch Set: rebase Created 3 years, 2 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 "//components/zoom", 1296 "//components/zoom",
1297 "//device/bluetooth", 1297 "//device/bluetooth",
1298 "//mash/public/interfaces", 1298 "//mash/public/interfaces",
1299 "//services/device/public/interfaces", 1299 "//services/device/public/interfaces",
1300 "//third_party/libaddressinput", 1300 "//third_party/libaddressinput",
1301 "//third_party/libaddressinput:strings", 1301 "//third_party/libaddressinput:strings",
1302 ] 1302 ]
1303 } 1303 }
1304 1304
1305 if (enable_basic_printing || enable_print_preview) { 1305 if (enable_basic_printing || enable_print_preview) {
1306 deps += [ "//printing" ] 1306 deps += [
1307 "//components/printing/browser",
1308 "//printing",
1309 ]
1307 } 1310 }
1308 1311
1309 if (enable_nacl) { 1312 if (enable_nacl) {
1310 sources += [ 1313 sources += [
1311 "webui/nacl_ui.cc", 1314 "webui/nacl_ui.cc",
1312 "webui/nacl_ui.h", 1315 "webui/nacl_ui.h",
1313 ] 1316 ]
1314 deps += [ "//components/nacl/browser" ] 1317 deps += [ "//components/nacl/browser" ]
1315 } 1318 }
1316 if (enable_plugins) { 1319 if (enable_plugins) {
(...skipping 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after
3633 deps += [ 3636 deps += [
3634 "//chrome/test:test_support_ui", 3637 "//chrome/test:test_support_ui",
3635 "//components/zoom", 3638 "//components/zoom",
3636 ] 3639 ]
3637 } 3640 }
3638 3641
3639 if (enable_extensions) { 3642 if (enable_extensions) {
3640 deps += [ "//extensions/browser" ] 3643 deps += [ "//extensions/browser" ]
3641 } 3644 }
3642 } 3645 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/printing_init.cc ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698