Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 0a53bfe8a650700e0f62310cb9912e76e662e377..481cea52189fdb478773b829700dbcce1cdfbc2c 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2607,6 +2607,14 @@ |
| ], |
| }], |
| ], |
| + 'target_conditions': [ |
| + # ndk-build copies .a's around the filesystem, breaking |
| + # relative paths in thin archives. Disable using thin |
| + # archives to avoid problems. |
|
digit1
2012/11/23 15:56:05
I guess you're trying to use the static libraries
Nico
2012/11/23 19:17:13
Can you add links to the bugs digit filed? This so
Ami GONE FROM CHROMIUM
2012/11/23 19:40:51
Done.
|
| + ['_type=="static_library"', { |
| + 'standalone_static_library': 1, |
| + }], |
| + ], |
| }], |
| ], |
| }], |