Commit e7470b0d authored by dnicoara@chromium.org's avatar dnicoara@chromium.org

[Ozone] Fix ozone build past refactors

NOTRY=true

Review URL: https://codereview.chromium.org/280563002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269800 0039d316-1c4b-4281-b951-d872f2087c98
parent 0a7540e6
......@@ -896,6 +896,11 @@
'common/plugin_list_unittest.cc',
],
}],
['use_ozone==1', {
'dependencies': [
'../ui/gfx/ozone/gfx_ozone.gyp:gfx_ozone',
],
}],
],
},
],
......
......@@ -58,7 +58,7 @@ class MockTouchEventConverterEvdev : public TouchEventConverterEvdev {
new TouchEvent(*static_cast<TouchEvent*>(event)));
}
bool Reinitialize() OVERRIDE { return true; }
virtual bool Reinitialize() OVERRIDE { return true; }
private:
int read_pipe_;
......
......@@ -204,6 +204,11 @@
'gfx/screen_unittest.cc',
],
}],
['use_ozone==1', {
'dependencies': [
'gfx/ozone/gfx_ozone.gyp:gfx_ozone',
],
}],
['use_ozone==1 and use_pango==0', {
'sources!': [
'gfx/text_elider_unittest.cc',
......
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