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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 10919086: Wired chrome.rtcPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed linux_aura build issues Created 8 years, 3 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_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 884abbf8557345ee3a5d9e1be873ee1a4f4efc7f..813da91dc135fa8395574e17d6b1ea026f8c0a90 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -770,16 +770,5 @@
},
'includes': [ '../build/protoc.gypi' ]
},
- {
- # 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' ]
- },
],
}
« no previous file with comments | « chrome/browser/extensions/api/rtc_private/rtc_private_apitest.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698