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

Unified Diff: build/isolate.gypi

Issue 140263002: Fixes to make GPU tests run in isolated mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unneeded bitmaptools dependency. Created 6 years, 11 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/angle.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index cecf9b2551b932c5a01f1ee85596790c952b09b5..3d236556f0392ba130dab416d36900ae1c0f0082 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -38,6 +38,9 @@
# for more information.
{
+ 'includes': [
+ '../chrome/version.gypi',
+ ],
'rules': [
{
'rule_name': 'isolate',
@@ -77,6 +80,7 @@
'--config-variable',
'internal_gles2_conform_tests=<(internal_gles2_conform_tests)',
'--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)',
+ '--extra-variable', 'version_full=<(version_full)',
'--result', '<@(_outputs)',
'--isolate', '<(RULE_INPUT_PATH)',
],
« no previous file with comments | « no previous file | chrome/angle.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698