diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 50270f4..b38a8fd 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -205,7 +205,7 @@ 'chrome_resources', 'chrome_strings', 'theme_resources', - '../app/app.gyp:app', + '../app/app.gyp:app_base', '../base/base.gyp:base', '../base/base.gyp:base_gfx', '../build/temp_gyp/googleurl.gyp:googleurl', @@ -403,7 +403,7 @@ ], }, 'export_dependent_settings': [ - '../app/app.gyp:app', + '../app/app.gyp:app_base', ], 'conditions': [ ['OS=="linux"', { |