summaryrefslogtreecommitdiffstats
path: root/chrome/unit_tests.isolate
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-23 17:38:55 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-23 17:38:55 +0000
commit4b0985b767114c1c4ace1c513f9a750878ab643b (patch)
tree8c90be974baf7f62cde2f0cd31914f6ba7a00858 /chrome/unit_tests.isolate
parente07bbd97ad0861ad34eda4d58c8888c0307d759b (diff)
downloadchromium_src-4b0985b767114c1c4ace1c513f9a750878ab643b.zip
chromium_src-4b0985b767114c1c4ace1c513f9a750878ab643b.tar.gz
chromium_src-4b0985b767114c1c4ace1c513f9a750878ab643b.tar.bz2
unit_tests.isolate on Windows: Traced 15 test cases.
<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/ is not created anymore, remove it. ExtensionTest.GetSyncTypeUserScriptValidUpdateUrl is still failing after the trace. It's failing on linux too so it's a problem with the test case. NOTRY=true TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/12040043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r--chrome/unit_tests.isolate6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 377b0c1..184074a 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -117,7 +117,6 @@
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_untracked': [
- '../third_party/accessibility-developer-tools/gen/',
'<(PRODUCT_DIR)/test_data/',
],
'isolate_dependency_touched': [
@@ -133,7 +132,6 @@
],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
- '<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/',
'<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
],
},
@@ -153,6 +151,9 @@
'<(PRODUCT_DIR)/chrome_100_percent.pak',
'<(PRODUCT_DIR)/locales/en-US.pak',
],
+ 'isolate_dependency_untracked': [
+ '../third_party/accessibility-developer-tools/gen/',
+ ],
},
}],
['OS=="win"', {
@@ -294,6 +295,7 @@
'../skia/ext/data/vectorcanvastest/pathorientation/',
'../third_party/python_26/Lib/xml/parsers/',
'../ui/base/glib/',
+ '<(PRODUCT_DIR)/test_data/ui/',
],
},
}, {