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

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: undo unwanted indenting changes 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
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index fe0e0b047f62009ed3d888975827255d19d32806..49f6f34527a287a56fa7c2e25aaa5a4e2879c625 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -916,7 +916,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',
@@ -1221,22 +1220,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'
}

Powered by Google App Engine
This is Rietveld 408576698