diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 12:45:50 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 12:45:50 +0000 |
commit | 5589d90a1b12aceaf2a0fb400ef033c797649a9a (patch) | |
tree | 16c3706c26e859ca866f96ab166bfc85a2388e65 /chrome_frame/chrome_frame.gyp | |
parent | eb90de7b62f2404164d141c91e2d7f8527742d1f (diff) | |
download | chromium_src-5589d90a1b12aceaf2a0fb400ef033c797649a9a.zip chromium_src-5589d90a1b12aceaf2a0fb400ef033c797649a9a.tar.gz chromium_src-5589d90a1b12aceaf2a0fb400ef033c797649a9a.tar.bz2 |
Remove the direct includes of common.gypi since that is auto done (and including it twice can cause issues)
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6676104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 2dad2bc..9449d60 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -40,9 +40,6 @@ }], ], }, - 'includes': [ - '../build/common.gypi', - ], 'target_defaults': { 'dependencies': [ # locales need to be built for the chrome frame binaries to be loadable. |