diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index af8baba..9bb2d86 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -90,12 +90,12 @@ # by Native Client only. # NOTE: Most new includes should go in the OS!="ios" condition below. '../build/chrome_settings.gypi', + '../build/util/version.gypi', '../build/win_precompile.gypi', 'chrome_browser.gypi', 'chrome_browser_ui.gypi', 'chrome_common.gypi', 'chrome_installer_util.gypi', - 'version.gypi', '../components/nacl/nacl_defines.gypi', ], 'conditions': [ |