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

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

Issue 2699573002: Revert of Consolidate c/b/chromeos/printing target with its own BUILD file. (Closed)
Patch Set: 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" ]
2160 } else { 2159 } else {
2161 sources += [ "webui/print_preview/printer_backend_proxy.cc" ] 2160 sources += [ "webui/print_preview/printer_backend_proxy.cc" ]
2162 } 2161 }
2163 } 2162 }
2164 2163
2165 if (is_android) { 2164 if (is_android) {
2166 deps += [ 2165 deps += [
2167 "//components/navigation_interception", 2166 "//components/navigation_interception",
2168 "//crypto:platform", 2167 "//crypto:platform",
2169 "//device/usb/mojo", 2168 "//device/usb/mojo",
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 "test/test_confirm_bubble_model.cc", 3517 "test/test_confirm_bubble_model.cc",
3519 "test/test_confirm_bubble_model.h", 3518 "test/test_confirm_bubble_model.h",
3520 ] 3519 ]
3521 deps += [ "//chrome/test:test_support_ui" ] 3520 deps += [ "//chrome/test:test_support_ui" ]
3522 } 3521 }
3523 3522
3524 if (enable_extensions) { 3523 if (enable_extensions) {
3525 deps += [ "//extensions/browser" ] 3524 deps += [ "//extensions/browser" ]
3526 } 3525 }
3527 } 3526 }
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