Chromium Code Reviews| Index: ui/display/display_unittests.gypi |
| diff --git a/ui/display/display_unittests.gypi b/ui/display/display_unittests.gypi |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a27bc8accce063b4b47a3757488c45cc25f22530 |
| --- /dev/null |
| +++ b/ui/display/display_unittests.gypi |
| @@ -0,0 +1,19 @@ |
| +# Copyright 2014 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +# TODO(dnicoara) Move this into its own executable. (Currently it is built as |
| +# part of ui_unittests.) |
| +{ |
| + 'dependencies': [ |
| + '<(DEPTH)/base/base.gyp:test_support_base', |
|
sky
2014/03/11 16:00:18
Is there a reason you need DEPTH instead of relati
dnicoara
2014/03/11 19:13:55
Changed. Sorry, I wasn't aware that relative paths
|
| + '<(DEPTH)/testing/gtest.gyp:gtest', |
| + '<(DEPTH)/ui/display/display.gyp:display', |
| + '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| + ], |
| + 'sources': [ |
| + 'chromeos/output_configurator_unittest.cc', |
| + 'chromeos/x11/display_util_unittest.cc', |
| + 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc', |
| + ], |
| +} |