| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index ea0dcef4b659ff23ce17c091ea384d404a031edc..d8472592ccb7b7b341058a5ea0bafd615cf85767 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -25,6 +25,7 @@
|
| 'common/extensions/api/api.gyp:api',
|
| 'common_net',
|
| 'debugger',
|
| + 'drive_proto',
|
| 'in_memory_url_index_cache_proto',
|
| 'installer_util',
|
| 'safe_browsing_proto',
|
| @@ -2749,6 +2750,17 @@
|
| },
|
| 'includes': [ '../build/protoc.gypi' ]
|
| },
|
| + {
|
| + # Protobuf compiler / generator for the Drive protocol buffer.
|
| + 'target_name': 'drive_proto',
|
| + 'type': 'static_library',
|
| + 'sources': [ 'browser/google_apis/drive.proto' ],
|
| + 'variables': {
|
| + 'proto_in_dir': 'browser/google_apis',
|
| + 'proto_out_dir': 'chrome/browser/google_apis',
|
| + },
|
| + 'includes': [ '../build/protoc.gypi' ]
|
| + },
|
| ],
|
| 'conditions': [
|
| ['OS == "android"', {
|
|
|