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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 10913048: CrOS: Convert MediaTransferProtocolDaemonClient to use protobufs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address comments Created 8 years, 3 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 | « chrome/browser/chromeos/mtp/media_transfer_protocol_manager.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 29 matching lines...) Expand all
40 'drive_proto', 40 'drive_proto',
41 'feedback_proto', 41 'feedback_proto',
42 'in_memory_url_index_cache_proto', 42 'in_memory_url_index_cache_proto',
43 'installer_util', 43 'installer_util',
44 'safe_browsing_proto', 44 'safe_browsing_proto',
45 'safe_browsing_report_proto', 45 'safe_browsing_report_proto',
46 'variations_seed_proto', 46 'variations_seed_proto',
47 '../build/linux/system.gyp:dbus-glib', 47 '../build/linux/system.gyp:dbus-glib',
48 '../build/temp_gyp/googleurl.gyp:googleurl', 48 '../build/temp_gyp/googleurl.gyp:googleurl',
49 '../chromeos/chromeos.gyp:chromeos', 49 '../chromeos/chromeos.gyp:chromeos',
50 '../chromeos/chromeos.gyp:mtp_file_entry_proto',
51 '../chromeos/chromeos.gyp:mtp_storage_info_proto',
50 '../content/content.gyp:content_browser', 52 '../content/content.gyp:content_browser',
51 '../content/content.gyp:content_common', 53 '../content/content.gyp:content_common',
52 '../crypto/crypto.gyp:crypto', 54 '../crypto/crypto.gyp:crypto',
53 '../dbus/dbus.gyp:dbus', 55 '../dbus/dbus.gyp:dbus',
54 '../media/media.gyp:media', 56 '../media/media.gyp:media',
55 '../net/net.gyp:net', 57 '../net/net.gyp:net',
56 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 58 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
57 '../printing/printing.gyp:printing', 59 '../printing/printing.gyp:printing',
58 '../skia/skia.gyp:skia', 60 '../skia/skia.gyp:skia',
59 '../sync/protocol/sync_proto.gyp:sync_proto', 61 '../sync/protocol/sync_proto.gyp:sync_proto',
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'type': 'static_library', 757 'type': 'static_library',
756 'sources': [ 'browser/chromeos/gdata/drive.proto' ], 758 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
757 'variables': { 759 'variables': {
758 'proto_in_dir': 'browser/chromeos/gdata', 760 'proto_in_dir': 'browser/chromeos/gdata',
759 'proto_out_dir': 'chrome/browser/chromeos/gdata', 761 'proto_out_dir': 'chrome/browser/chromeos/gdata',
760 }, 762 },
761 'includes': [ '../build/protoc.gypi' ] 763 'includes': [ '../build/protoc.gypi' ]
762 }, 764 },
763 ], 765 ],
764 } 766 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/mtp/media_transfer_protocol_manager.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698