Chromium Code Reviews| Index: chrome/chrome_installer_util.gypi |
| diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi |
| index af05c2648ce80ca2996c1d23b2bd8e022fc5c05d..a575c485f354f8ce90736c35318fe3b9e0762510 100644 |
| --- a/chrome/chrome_installer_util.gypi |
| +++ b/chrome/chrome_installer_util.gypi |
| @@ -121,6 +121,7 @@ |
| '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| + '<(DEPTH)/components/components.gyp:metrics', |
| '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
| '<(DEPTH)/crypto/crypto.gyp:crypto', |
| '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| @@ -184,6 +185,7 @@ |
| }, |
| 'dependencies': [ |
| 'installer_util_strings', |
| + '<(DEPTH)/components/components.gyp:metrics', |
|
gab
2014/07/16 20:36:54
This dependency causes link errors between x86 vs
Ilya Sherman
2014/07/16 20:40:42
Justin, could you help us understand this error me
jschuh
2014/07/16 23:40:19
I'm stumped. The error message means that you're g
grt (UTC plus 2)
2014/07/18 01:14:49
is this dependency even needed? installer_util_nac
gab
2014/07/18 02:41:06
It does, google_update_settings.cc is in target_de
|
| ], |
| 'include_dirs': [ |
| '<(SHARED_INTERMEDIATE_DIR)', |