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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 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/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 7eeaaf8915f12c4ac3d638a537c29be9b2d9d338..826bbaadcf8a4df7c307d1c406c0a53fff76db59 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -881,7 +881,6 @@
'../build/linux/system.gyp:dbus',
'../chromeos/ime/input_method.gyp:gencode',
'../third_party/libevent/libevent.gyp:libevent',
- 'contacts_proto',
],
'sources!': [
'browser/extensions/api/audio/audio_service.cc',
@@ -1181,22 +1180,5 @@
},
'includes': [ '../build/protoc.gypi' ]
},
- ],
- 'conditions': [
- ['chromeos==1', {
- 'targets': [
- {
- # Protobuf compiler / generator for contacts-related protocol buffers.
- 'target_name': 'contacts_proto',
- 'type': 'static_library',
- 'sources': [ 'browser/chromeos/contacts/contact.proto' ],
- 'variables': {
- 'proto_in_dir': 'browser/chromeos/contacts',
- 'proto_out_dir': 'chrome/browser/chromeos/contacts',
- },
- 'includes': [ '../build/protoc.gypi' ]
- },
- ],
- },], # 'chromeos=1'
], # 'conditions'
}
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698