| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 source_set("cloud_print") { |
| 6 sources = [ |
| 7 "cloud_print_cdd_conversion.cc", |
| 8 "cloud_print_cdd_conversion.h", |
| 9 "cloud_print_class_mac.h", |
| 10 "cloud_print_class_mac.mm", |
| 11 "cloud_print_constants.cc", |
| 12 "cloud_print_constants.h", |
| 13 "cloud_print_helpers.cc", |
| 14 "cloud_print_helpers.h", |
| 15 "cloud_print_proxy_info.cc", |
| 16 "cloud_print_proxy_info.h", |
| 17 ] |
| 18 deps = [ |
| 19 "//base", |
| 20 "//chrome/common:channel_info", |
| 21 "//components/cloud_devices/common", |
| 22 "//net", |
| 23 "//printing", |
| 24 ] |
| 25 } |
| OLD | NEW |