diff options
author | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 21:36:51 +0000 |
---|---|---|
committer | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 21:36:51 +0000 |
commit | 3849548e1bfa5a4da71a378248abf0dc2ff7054f (patch) | |
tree | 7a3a5b6d66544123c33ecdd4f5d04182cfe31aa8 /chrome/unit_tests.isolate | |
parent | ac478a233a4963fa48a128b8103aab4eb5862812 (diff) | |
download | chromium_src-3849548e1bfa5a4da71a378248abf0dc2ff7054f.zip chromium_src-3849548e1bfa5a4da71a378248abf0dc2ff7054f.tar.gz chromium_src-3849548e1bfa5a4da71a378248abf0dc2ff7054f.tar.bz2 |
Replace accessibility-developer-tools submodule with accessibility-audit directory containing just the generated axs_testing.js file
Follow-up CL will remove accessibility-developer-tools from DEPS.
BUG=165901
Review URL: https://chromiumcodereview.appspot.com/23830003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index 8af8a9b..71bab21 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -13,6 +13,7 @@ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 'variables': { 'isolate_dependency_tracked': [ + '../third_party/accessibility-audit/axs_testing.js', '<(PRODUCT_DIR)/resources.pak', ], 'isolate_dependency_untracked': [ @@ -20,7 +21,6 @@ '../components/test/data/', '../extensions/test/data/', '../net/data/', - '../third_party/accessibility-developer-tools/gen/', '../third_party/hunspell_dictionaries/', '../third_party/zlib/google/test/data/', 'test/data/', |