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

Unified Diff: extensions/extensions_tests.gyp

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: osmesa really need to be a dep of each exe 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 | « content/content_tests.gypi ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_tests.gyp
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index c64180b2cc737c8673e0ef81ebe33868ff95fedc..85d9df37e9ff1f4890e1a4e484d68f9781fba5d1 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -40,6 +40,8 @@
'extensions.gyp:extensions_utility',
'extensions_resources.gyp:extensions_resources',
'extensions_strings.gyp:extensions_strings',
+ # Only needed at runtime.
+ '../third_party/mesa/mesa.gyp:osmesa',
],
# Needed for third_party libraries like leveldb.
'include_dirs': [
@@ -82,6 +84,8 @@
'<(DEPTH)/device/usb/usb.gyp:device_usb_mocks',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
+ # Only needed at runtime.
+ '../third_party/mesa/mesa.gyp:osmesa',
],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
« no previous file with comments | « content/content_tests.gypi ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698