Index: services/services_tests.gyp |
diff --git a/services/services_tests.gyp b/services/services_tests.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9dc843a4cc43a133458f8ea1b3f72bf5a90b247a |
--- /dev/null |
+++ b/services/services_tests.gyp |
@@ -0,0 +1,26 @@ |
+# Copyright 2015 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. |
+ |
+{ |
+ 'variables': { |
+ 'chromium_code': 1, |
+ }, |
+ 'targets': [ |
+ { |
+ 'target_name': 'services_unittests', |
+ 'type': '<(gtest_target_type)', |
+ 'dependencies': [ |
+ '../base/base.gyp:test_support_base', |
+ '../content/content_shell_and_tests.gyp:test_support_content', |
+ '../mojo/mojo_base.gyp:mojo_environment_chromium', |
+ '../testing/gtest.gyp:gtest', |
+ 'image_decoder/image_decoder.gyp:services_image_decoder', |
+ ], |
+ 'sources': [ |
+ 'image_decoder/image_decoder_impl_unittest.cc', |
+ 'test/services_unittest_main.cc', |
+ ], |
+ } |
+ ] |
+} |