From f9629d4f53d264a3f7dd2c1b45486fbedffe3e7d Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 23 Apr 2012 16:12:41 +0000 Subject: Makes the code simpler by automatically deducing the root directory to use. Make the code more testable by separating argument parsing from main(). R=nsylvain@chromium.org BUG=98834 TEST= Review URL: http://codereview.chromium.org/10080013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133457 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/cacheinvalidation/README.chromium | 2 +- third_party/cacheinvalidation/cacheinvalidation.gyp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'third_party/cacheinvalidation') diff --git a/third_party/cacheinvalidation/README.chromium b/third_party/cacheinvalidation/README.chromium index bb0a90d..e54582d 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 d126e8b..8f16f02 100644 --- a/third_party/cacheinvalidation/cacheinvalidation.gyp +++ b/third_party/cacheinvalidation/cacheinvalidation.gyp @@ -232,7 +232,6 @@ 'python', '../../tools/isolate/isolate.py', '--mode', '<(tests_run)', - '--variable', 'DEPTH', '<(DEPTH)', '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', '--variable', 'OS', '<(OS)', '--result', '<@(_outputs)', -- cgit v1.1