diff options
author | dnicoara@chromium.org <dnicoara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 18:20:22 +0000 |
---|---|---|
committer | dnicoara@chromium.org <dnicoara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 18:20:22 +0000 |
commit | 4076d2f06b0a9276136436cc1836e3fba8c8ff97 (patch) | |
tree | 735b7ed091c74e52142cbc7759aa46f761535b86 /build/all.gyp | |
parent | f9cdd2a4a1c064d6666816a703e0d84fca555f5f (diff) | |
download | chromium_src-4076d2f06b0a9276136436cc1836e3fba8c8ff97.zip chromium_src-4076d2f06b0a9276136436cc1836e3fba8c8ff97.tar.gz chromium_src-4076d2f06b0a9276136436cc1836e3fba8c8ff97.tar.bz2 |
Adding Wayland message loop and gyp build deps
This CL depends on http://codereview.chromium.org/7457023
BUG=
TEST=
Review URL: http://codereview.chromium.org/7473010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6540c07..920b39a 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -93,6 +93,11 @@ }], ], }], + ['use_wayland == 1', { + 'dependencies': [ + '../ui/wayland/wayland.gyp:*', + ], + }], ['toolkit_uses_gtk==1', { 'dependencies': [ '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |