Commit 71abef6e authored by kaiwang@chromium.org's avatar kaiwang@chromium.org

Add content_renderer and content_gpu to the dependency list of content_browser

BUG=170190


Review URL: https://chromiumcodereview.appspot.com/11948003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177113 0039d316-1c4b-4281-b951-d872f2087c98
parent 121cc751
......@@ -88,7 +88,16 @@
'content_browser.gypi',
],
'dependencies': [
'content_common', 'content_resources.gyp:content_resources',
'content_common',
'content_resources.gyp:content_resources',
],
'conditions': [
['OS != "ios"', {
'dependencies': [
'content_gpu',
'content_renderer',
],
}],
],
},
{
......
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