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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 1243853002: Move chrome/browser/chromeos/drive/drive.proto into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | components/drive.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 3c0fc0e8b72235b4497e3b838f1a04e149abe91d..57cdc447ab2cc1c0760abfb56c14fb7694f0f309 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -1141,7 +1141,6 @@
'common_net',
'debugger',
'device_policy_proto',
- 'drive_proto',
'encrypted_cert_logger_proto',
'installer_util',
'safe_browsing_chunk_proto',
@@ -1157,6 +1156,7 @@
'../chromeos/chromeos.gyp:power_manager_proto',
'../chromeos/ime/input_method.gyp:gencode',
'../components/components.gyp:cloud_policy_proto',
+ '../components/components.gyp:drive',
'../components/components.gyp:login',
'../components/components.gyp:onc_component',
'../components/components.gyp:ownership',
@@ -1308,18 +1308,6 @@
],
},
{
- # GN version: //chrome/browser/chromeos:drive_proto
- # Protobuf compiler / generator for the Drive protocol buffer.
- 'target_name': 'drive_proto',
- 'type': 'static_library',
- 'sources': [ 'browser/chromeos/drive/drive.proto' ],
- 'variables': {
- 'proto_in_dir': 'browser/chromeos/drive',
- 'proto_out_dir': 'chrome/browser/chromeos/drive',
- },
- 'includes': [ '../build/protoc.gypi' ]
- },
- {
# GN version: //chrome/browser/chromeos:device_policy_proto
# Protobuf compiler / generator for device settings protocol buffers.
'target_name': 'device_policy_proto',
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | components/drive.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698