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

Unified Diff: webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings_tests.gyp b/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
similarity index 79%
rename from webkit/compositor_bindings/compositor_bindings_tests.gyp
rename to webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
index 2f8a37201f948246b40f4a722211fe3bd147eec0..9c5018eba3b8b4b2c6a8e690b01ad76aa63a5f66 100644
--- a/webkit/compositor_bindings/compositor_bindings_tests.gyp
+++ b/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
@@ -16,12 +16,12 @@
'target_name': 'webkit_compositor_bindings_unittests',
'type' : '<(gtest_target_type)',
'dependencies': [
- '../../base/base.gyp:test_support_base',
- '../../cc/cc.gyp:cc',
- '../../cc/cc_tests.gyp:cc_test_support',
- '../../skia/skia.gyp:skia',
- '../../testing/gmock.gyp:gmock',
- '../../testing/gtest.gyp:gtest',
+ '<(DEPTH)/base/base.gyp:test_support_base',
+ '<(DEPTH)/cc/cc.gyp:cc',
+ '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
+ '<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/testing/gmock.gyp:gmock',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
'compositor_bindings.gyp:webkit_compositor_bindings',
],
'sources': [
@@ -29,19 +29,19 @@
'test/run_all_unittests.cc',
],
'include_dirs': [
- '../..'
+ '<(DEPTH)'
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {
'dependencies': [
- '../../testing/android/native_test.gyp:native_test_native_code',
+ '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
],
}],
[ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
'conditions': [
[ 'linux_use_tcmalloc==1', {
'dependencies': [
- '../../base/allocator/allocator.gyp:allocator',
+ '<(DEPTH)/base/allocator/allocator.gyp:allocator',
],
}],
],
@@ -64,7 +64,7 @@
'test_suite_name': 'webkit_compositor_bindings_unittests',
'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_compositor_bindings_unittests<(SHARED_LIB_SUFFIX)',
},
- 'includes': [ '../../build/apk_test.gypi' ],
+ 'includes': [ '../../../build/apk_test.gypi' ],
},
],
}],

Powered by Google App Engine
This is Rietveld 408576698