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

Side by Side Diff: chrome/service/BUILD.gn

Issue 431423002: GN support for //jingle directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | components/invalidation/BUILD.gn » ('j') | jingle/BUILD.gn » ('J')
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/features.gni") 5 import("//build/config/features.gni")
6 6
7 static_library("service") { 7 static_library("service") {
8 sources = [ 8 sources = [
9 "cloud_print/cdd_conversion_win.cc", 9 "cloud_print/cdd_conversion_win.cc",
10 "cloud_print/cdd_conversion_win.h", 10 "cloud_print/cdd_conversion_win.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "service_utility_process_host.h", 48 "service_utility_process_host.h",
49 ] 49 ]
50 50
51 deps = [ 51 deps = [
52 "//chrome:strings", 52 "//chrome:strings",
53 "//chrome/common", 53 "//chrome/common",
54 "//chrome/common/net", 54 "//chrome/common/net",
55 "//base", 55 "//base",
56 "//components/cloud_devices/common", 56 "//components/cloud_devices/common",
57 "//google_apis", 57 "//google_apis",
58 "//jingle:notifier",
58 "//net", 59 "//net",
59 "//printing", 60 "//printing",
60 "//skia", 61 "//skia",
61 #'../jingle/jingle.gyp:notifier', TODO(GYP)
62 #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP) 62 #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
63 ] 63 ]
64 64
65 if (use_cups) { 65 if (use_cups) {
66 sources += [ "cloud_print/print_system_cups.cc" ] 66 sources += [ "cloud_print/print_system_cups.cc" ]
67 configs += [ "//printing:cups" ] 67 configs += [ "//printing:cups" ]
68 } else if (!is_win) { 68 } else if (!is_win) {
69 sources += [ "cloud_print/print_system_dummp.cc" ] 69 sources += [ "cloud_print/print_system_dummp.cc" ]
70 } 70 }
71 } 71 }
OLDNEW
« no previous file with comments | « no previous file | components/invalidation/BUILD.gn » ('j') | jingle/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698