Chromium Code Reviews| 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 |