Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: services/services_tests.gyp

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Type converter arg change. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698