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

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

Issue 2695133002: Consolidate c/b/chromeos/printing target with its own BUILD file. (Closed)
Patch Set: rebase Created 3 years, 10 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
« no previous file with comments | « chrome/browser/chromeos/printing/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 "webui/print_preview/printer_capabilities.cc", 2149 "webui/print_preview/printer_capabilities.cc",
2150 "webui/print_preview/printer_capabilities.h", 2150 "webui/print_preview/printer_capabilities.h",
2151 "webui/print_preview/printer_handler.cc", 2151 "webui/print_preview/printer_handler.cc",
2152 "webui/print_preview/printer_handler.h", 2152 "webui/print_preview/printer_handler.h",
2153 "webui/print_preview/sticky_settings.cc", 2153 "webui/print_preview/sticky_settings.cc",
2154 "webui/print_preview/sticky_settings.h", 2154 "webui/print_preview/sticky_settings.h",
2155 ] 2155 ]
2156 2156
2157 if (is_chromeos) { 2157 if (is_chromeos) {
2158 sources += [ "webui/print_preview/printer_backend_proxy_chromeos.cc" ] 2158 sources += [ "webui/print_preview/printer_backend_proxy_chromeos.cc" ]
2159 deps += [ "//chrome/browser/chromeos/printing" ]
2159 } else { 2160 } else {
2160 sources += [ "webui/print_preview/printer_backend_proxy.cc" ] 2161 sources += [ "webui/print_preview/printer_backend_proxy.cc" ]
2161 } 2162 }
2162 } 2163 }
2163 2164
2164 if (is_android) { 2165 if (is_android) {
2165 deps += [ 2166 deps += [
2166 "//components/navigation_interception", 2167 "//components/navigation_interception",
2167 "//crypto:platform", 2168 "//crypto:platform",
2168 "//device/usb/mojo", 2169 "//device/usb/mojo",
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
3517 "test/test_confirm_bubble_model.cc", 3518 "test/test_confirm_bubble_model.cc",
3518 "test/test_confirm_bubble_model.h", 3519 "test/test_confirm_bubble_model.h",
3519 ] 3520 ]
3520 deps += [ "//chrome/test:test_support_ui" ] 3521 deps += [ "//chrome/test:test_support_ui" ]
3521 } 3522 }
3522 3523
3523 if (enable_extensions) { 3524 if (enable_extensions) {
3524 deps += [ "//extensions/browser" ] 3525 deps += [ "//extensions/browser" ]
3525 } 3526 }
3526 } 3527 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/printing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698