| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index f915ee171066aeb673b44b10b9f443e3d059d254..80a4bdd8000828bd3c16d6394562bd01fddda4b5 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -414,6 +414,7 @@
|
| }],
|
| ['OS != "ios"', {
|
| 'dependencies': [
|
| + '<(DEPTH)/<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2',
|
| '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
|
| '<(DEPTH)/components/components.gyp:autofill_core_common',
|
| '<(DEPTH)/components/components.gyp:autofill_content_common',
|
| @@ -422,7 +423,6 @@
|
| '<(DEPTH)/extensions/extensions.gyp:extensions_common',
|
| '<(DEPTH)/ipc/ipc.gyp:ipc',
|
| '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
|
| - '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2',
|
| '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
|
| ],
|
| }, { # OS == ios
|
|
|