| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index 591e108d9b26cf2af8042501020ae883c3831087..a809eb976f7bdc9fc5ebb3e68012e61bf4664723 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -37,7 +37,6 @@
|
| 'common_net',
|
| 'contacts_proto',
|
| 'debugger',
|
| - 'drive_proto',
|
| 'feedback_proto',
|
| 'in_memory_url_index_cache_proto',
|
| 'installer_util',
|
| @@ -746,16 +745,5 @@
|
| }],
|
| ],
|
| },
|
| - {
|
| - # Protobuf compiler / generator for the Drive protocol buffer.
|
| - 'target_name': 'drive_proto',
|
| - 'type': 'static_library',
|
| - 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
|
| - 'variables': {
|
| - 'proto_in_dir': 'browser/chromeos/gdata',
|
| - 'proto_out_dir': 'chrome/browser/chromeos/gdata',
|
| - },
|
| - 'includes': [ '../build/protoc.gypi' ]
|
| - },
|
| ],
|
| }
|
|
|