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

Unified Diff: chrome/chrome_browser.gypi

Issue 10614003: chromeos: Stop depending on Libcros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « build/common.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b666bf22f19208ef308a126b84f3947f7086efc7..a76766a245a4615ca0663a3d7088716eed6bb90d 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -5063,23 +5063,6 @@
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/protobuf/protobuf.gyp:protoc#host',
],
- 'conditions': [
- ['system_libcros==0', {
- 'dependencies': [
- '../third_party/cros/cros_api.gyp:cros_api',
- ],
- 'include_dirs': [
- '../third_party/'
stevenjb (google-dont-use) 2012/06/21 16:33:56 I assume we don't need this for service_constants.
hashimoto 2012/06/22 05:46:26 As long as we use full-path ("third_party/cros_sys
- ],
- }],
- ['system_libcros==1', {
- 'link_settings': {
- 'libraries': [
- '-lcrosapi',
- ],
- },
- }],
- ],
}],
['os_posix == 1 and OS != "mac" and OS != "android" and gcc_version == 45', {
# Avoid gcc 4.5 miscompilation of template_url.cc
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698