diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 12:39:54 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 12:39:54 +0000 |
commit | fb57a6e96de8a8a05ae51968dc5570c4402a927f (patch) | |
tree | 96205d1d7765e3b345b1e0a37b4e388d3f8f6141 /build | |
parent | 46b69e4863d4a6ee40e5d7369656c5884430245c (diff) | |
download | chromium_src-fb57a6e96de8a8a05ae51968dc5570c4402a927f.zip chromium_src-fb57a6e96de8a8a05ae51968dc5570c4402a927f.tar.gz chromium_src-fb57a6e96de8a8a05ae51968dc5570c4402a927f.tar.bz2 |
Integrating CEEE into top-level .gyp files so that it builds.
TEST=it compiles, 'ceee' root folder is seen in Visual Studio projects tree
BUG=none
Review URL: http://codereview.chromium.org/4287001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6497e35..76359cb 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -102,6 +102,7 @@ 'dependencies': [ '../breakpad/breakpad.gyp:*', '../chrome/app/locales/locales.gyp:*', + '../ceee/ceee.gyp:*', '../chrome_frame/chrome_frame.gyp:*', '../courgette/courgette.gyp:*', '../gears/gears.gyp:*', |