Commit c53f112b authored by sadrul@chromium.org's avatar sadrul@chromium.org

aura: Add glib dependency when appropriate.

BUG=none
TEST=browser_tests, unit_tests etc. builds

Review URL: http://codereview.chromium.org/8599003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110762 0039d316-1c4b-4281-b951-d872f2087c98
parent b1ed2785
...@@ -116,6 +116,11 @@ ...@@ -116,6 +116,11 @@
'../build/linux/system.gyp:gtk', '../build/linux/system.gyp:gtk',
], ],
}], }],
['use_glib == 1', {
'dependencies': [
'../build/linux/system.gyp:glib',
],
}],
], ],
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment