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

Unified Diff: cc/blink/cc_blink_tests.gyp

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « cc/blink/cc_blink_export.h ('k') | cc/blink/scrollbar_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/cc_blink_tests.gyp
diff --git a/cc/blink/cc_blink_tests.gyp b/cc/blink/cc_blink_tests.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..edf8146e01dd3a3b22cfa7c98aa32398343a3678
--- /dev/null
+++ b/cc/blink/cc_blink_tests.gyp
@@ -0,0 +1,50 @@
+# Copyright (c) 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.
+
+{
+ 'targets': [
+ {
+ # GN version: //cc/blink/cc_blink_unittests
+ 'target_name': 'cc_blink_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../../base/base.gyp:test_support_base',
+ '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../../skia/skia.gyp:skia',
+ '../../testing/gtest.gyp:gtest',
+ '../../ui/gfx/gfx.gyp:gfx_geometry',
+ '../../ui/gfx/gfx.gyp:gfx_test_support',
+ '../cc.gyp:cc',
+ '../cc_tests.gyp:cc_test_support',
+ 'cc_blink.gyp:cc_blink',
+ ],
+ 'sources': [
+ 'web_animation_unittest.cc',
+ 'web_float_animation_curve_unittest.cc',
+ 'web_layer_impl_fixed_bounds_unittest.cc',
+ '../../base/test/run_all_unittests.cc',
+ ],
+ }
+ ],
+ 'conditions': [
+ ['OS == "android"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'cc_blink_unittests_apk',
+ 'type': 'none',
+ 'dependencies': [
+ 'cc_blink_unittests',
+ ],
+ 'variables': {
+ 'test_suite_name': 'cc_blink_unittests',
+ },
+ 'includes': [ '../../build/apk_test.gypi' ],
+ },
+ ],
+ }
+ ]
+ ],
+
+}
« no previous file with comments | « cc/blink/cc_blink_export.h ('k') | cc/blink/scrollbar_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698