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

Side by Side Diff: device/media_transfer_protocol/media_transfer_protocol.gyp

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn build 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 'proto_out_dir': 'device/media_transfer_protocol', 36 'proto_out_dir': 'device/media_transfer_protocol',
37 }, 37 },
38 'includes': ['../../build/protoc.gypi'], 38 'includes': ['../../build/protoc.gypi'],
39 }, 39 },
40 { 40 {
41 # GN version: //device/media_transfer_protocol 41 # GN version: //device/media_transfer_protocol
42 'target_name': 'device_media_transfer_protocol', 42 'target_name': 'device_media_transfer_protocol',
43 'type': 'static_library', 43 'type': 'static_library',
44 'dependencies': [ 44 'dependencies': [
45 '../../build/linux/system.gyp:dbus', 45 '../../build/linux/system.gyp:dbus',
46 '../../dbus/dbus.gyp:dbus',
46 'mtp_file_entry_proto', 47 'mtp_file_entry_proto',
47 'mtp_storage_info_proto', 48 'mtp_storage_info_proto',
48 ], 49 ],
49 'sources': [ 50 'sources': [
50 'media_transfer_protocol_daemon_client.cc', 51 'media_transfer_protocol_daemon_client.cc',
51 'media_transfer_protocol_daemon_client.h', 52 'media_transfer_protocol_daemon_client.h',
52 'media_transfer_protocol_manager.cc', 53 'media_transfer_protocol_manager.cc',
53 'media_transfer_protocol_manager.h', 54 'media_transfer_protocol_manager.h',
54 ], 55 ],
55 }, 56 },
56 ], 57 ],
57 } 58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698