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

Side by Side Diff: components/storage_monitor/BUILD.gn

Issue 389083002: GN: Add //ui/base/ime, fix up printing on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
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 # GYP version: components/storage_monitor.gypi:storage_monitor 7 # GYP version: components/storage_monitor.gypi:storage_monitor
8 static_library("storage_monitor") { 8 static_library("storage_monitor") {
9 sources = [ 9 sources = [
10 "image_capture_device.h", 10 "image_capture_device.h",
(...skipping 29 matching lines...) Expand all
40 "udev_util_linux.h", 40 "udev_util_linux.h",
41 "volume_mount_watcher_win.cc", 41 "volume_mount_watcher_win.cc",
42 "volume_mount_watcher_win.h", 42 "volume_mount_watcher_win.h",
43 ] 43 ]
44 44
45 deps = [ 45 deps = [
46 "//base", 46 "//base",
47 ] 47 ]
48 48
49 if (is_mac) { 49 if (is_mac) {
50 libs += [ 50 libs = [
51 "DiskArbitration.framework", 51 "DiskArbitration.framework",
52 "Foundation.framework", 52 "Foundation.framework",
53 "ImageCaptureCore.framework", 53 "ImageCaptureCore.framework",
54 ] 54 ]
55 } 55 }
56 56
57 if (is_linux) { 57 if (is_linux) {
58 deps += [ 58 deps += [
59 "//device/media_transfer_protocol", 59 "//device/media_transfer_protocol",
60 "//device/media_transfer_protocol:mtp_file_entry_proto", 60 "//device/media_transfer_protocol:mtp_file_entry_proto",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 ":storage_monitor", 108 ":storage_monitor",
109 ] 109 ]
110 110
111 if (is_linux) { 111 if (is_linux) {
112 deps += [ 112 deps += [
113 "//device/media_transfer_protocol", 113 "//device/media_transfer_protocol",
114 "//device/media_transfer_protocol:mtp_file_entry_proto", 114 "//device/media_transfer_protocol:mtp_file_entry_proto",
115 ] 115 ]
116 } 116 }
117 } 117 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | ui/base/ime/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698