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

Unified Diff: cc/cc_tests.gyp

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Remove unnecessary dependency Created 5 years, 5 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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | components/components_tests.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index b44d9d566b0289da2250f1895f2f11f1ee0ef8c6..24d30b9d28b08ec58ca7dd70ccbd0a35df0dc0d6 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -409,12 +409,13 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/mesa/mesa.gyp:osmesa',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/gfx.gyp:gfx_test_support',
'../ui/gl/gl.gyp:gl',
'../ui/gl/gl.gyp:gl_test_support',
+ # Only needed at runtime.
+ '../third_party/mesa/mesa.gyp:osmesa',
],
'sources': [
'<@(cc_tests_support_files)',
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | components/components_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698