summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_tests.gypi
diff options
context:
space:
mode:
authorsadrul <sadrul@chromium.org>2015-07-20 15:34:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-20 22:35:29 +0000
commitba162cdaf95c99b67da214be4cc8117db9ad2a5f (patch)
tree814ef1c3c6d82f7193494ffece674371b68e8bfc /android_webview/android_webview_tests.gypi
parentc2e5ab72a5cc817cdb86189670c9f535ed67bd4e (diff)
downloadchromium_src-ba162cdaf95c99b67da214be4cc8117db9ad2a5f.zip
chromium_src-ba162cdaf95c99b67da214be4cc8117db9ad2a5f.tar.gz
chromium_src-ba162cdaf95c99b67da214be4cc8117db9ad2a5f.tar.bz2
gl/test: Move some initialization code used in tests to a separate component.
Moving test-code to a separete component, so that adding more test-only dependencies does not affect non-test code. BUG=none CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=jam@ for non-ui/gl/ changes, since trivial #include/gyp-gn updates Review URL: https://codereview.chromium.org/1238443004 Cr-Commit-Position: refs/heads/master@{#339539}
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r--android_webview/android_webview_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 0d7c28c..9fe47b1 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -120,6 +120,7 @@
'../testing/gtest.gyp:gtest',
'../ui/base/ui_base.gyp:ui_base_jni_headers',
'../ui/gl/gl.gyp:gl',
+ '../ui/gl/gl.gyp:gl_test_support',
'android_webview_common',
'android_webview_unittests_jni',
],