Commit 0625b50b authored by csharp@chromium.org's avatar csharp@chromium.org

Remove Stale Isolate Entries

Just a quick fix to get the linux swarm machine able to compile again.

NOTRY=true
BUG=


Review URL: https://chromiumcodereview.appspot.com/10855131

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151466 0039d316-1c4b-4281-b951-d872f2087c98
parent 995bfd52
......@@ -799,7 +799,6 @@
'test/data/extensions/api_test/app_process_background_instances/',
'test/data/extensions/api_test/app_process_instances/',
'test/data/extensions/api_test/browser_action/close_background/',
'test/data/extensions/api_test/chrome_auth_private/',
'test/data/extensions/api_test/clipboard/',
'test/data/extensions/api_test/content_scripts/',
'test/data/extensions/api_test/executescript/',
......@@ -955,8 +954,6 @@
'<(PRODUCT_DIR)/test_data/chrome/test/data/webui/mock4js_browsertest.js',
'<(PRODUCT_DIR)/test_data/chrome/test/data/webui/net_internals/net_internals_test.js',
'<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js',
'<(PRODUCT_DIR)/theme_resources_100_percent.pak',
'<(PRODUCT_DIR)/ui_resources_100_percent.pak',
'test/data/anchor_download_test.png',
'test/data/clicktoplay.html',
'test/data/download-anchor-attrib.html',
......
......@@ -622,8 +622,6 @@
'variables': {
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/locales/en-US.pak',
'<(PRODUCT_DIR)/theme_resources_100_percent.pak',
'<(PRODUCT_DIR)/ui_resources_100_percent.pak',
],
'isolate_dependency_untracked': [
'test/data/firefox2_nss/',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment