Commit 10dbcfdf authored by tzik's avatar tzik Committed by Commit bot

Remove unused include_dir in //ui/event/BUILD.gn

An include_dir setup for gmock in //ui/event/BUILD.gn is unused, and
that prevents to add another include dir to gmock dependencies.
This CL removes it for the preparation.

BUG=630299

Review-Url: https://codereview.chromium.org/2171793002
Cr-Commit-Position: refs/heads/master@{#406909}
parent d16e9164
...@@ -408,8 +408,6 @@ test("events_unittests") { ...@@ -408,8 +408,6 @@ test("events_unittests") {
"//third_party/mesa:osmesa", "//third_party/mesa:osmesa",
] ]
include_dirs = [ "//testing/gmock/include" ]
if (use_x11) { if (use_x11) {
sources += [ sources += [
"devices/x11/device_data_manager_x11_unittest.cc", "devices/x11/device_data_manager_x11_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