diff options
author | noyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 17:27:32 +0000 |
---|---|---|
committer | noyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 17:27:32 +0000 |
commit | d9824eada42fab668e2451565bc3b13bd6ff5cac (patch) | |
tree | 483c9df01b6b286eba5b23526e9d2341985ef9ec /build | |
parent | 218537d421afb0792434bcca5ce2446abb4d8d41 (diff) | |
download | chromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.zip chromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.tar.gz chromium_src-d9824eada42fab668e2451565bc3b13bd6ff5cac.tar.bz2 |
Initial iOS bring up of ui.
A very bare minimum: only point, rect and size are compiled and no unittest support yet.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10837041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 775262d..82d1160 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -19,6 +19,7 @@ '../third_party/libxml/libxml.gyp:*', '../third_party/sqlite/sqlite.gyp:*', '../third_party/zlib/zlib.gyp:*', + '../ui/ui.gyp:*', 'temp_gyp/googleurl.gyp:*', # Add new dependencies to the !ios section just below, not here (see # the comment there). @@ -32,7 +33,6 @@ '../chrome/chrome.gyp:*', '../content/content.gyp:*', '../crypto/crypto.gyp:*', - '../ui/ui.gyp:*', '../gpu/gpu.gyp:*', '../gpu/tools/tools.gyp:*', '../ipc/ipc.gyp:*', |