summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cacheinvalidation/README.chromium2
-rw-r--r--third_party/cacheinvalidation/cacheinvalidation.gyp6
2 files changed, 4 insertions, 4 deletions
diff --git a/third_party/cacheinvalidation/README.chromium b/third_party/cacheinvalidation/README.chromium
index e54582d..bb0a90d 100644
--- a/third_party/cacheinvalidation/README.chromium
+++ b/third_party/cacheinvalidation/README.chromium
@@ -10,4 +10,4 @@ Description:
This is the API to talk to the Google Cache Invalidation service.
Local Modifications:
-None.
+None
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index af1905a..d126e8b 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -232,9 +232,9 @@
'python',
'../../tools/isolate/isolate.py',
'--mode', '<(tests_run)',
- '--variable', 'DEPTH=<(DEPTH)',
- '--variable', 'PRODUCT_DIR=<(PRODUCT_DIR)',
- '--variable', 'OS=<(OS)',
+ '--variable', 'DEPTH', '<(DEPTH)',
+ '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
+ '--variable', 'OS', '<(OS)',
'--result', '<@(_outputs)',
'cacheinvalidation_unittests.isolate',
],