Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10048)

Unified Diff: chrome/unit_tests.isolate

Issue 166953002: Add a UMA stat to track if the Browser blacklist is Set on the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Check for valid function Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/unit_tests.isolate
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 0096f1fd29c749bc305b6f7129f0b17745421fe1..93063da2833ad398dd56363797ba280c103423c3 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -108,7 +108,8 @@
['OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/ffmpegsumo.dll',
+ '<(PRODUCT_DIR)/chrome_elf.dll',
+ '<(PRODUCT_DIR)/ffmpegsumo.dll',
robertshield 2014/02/14 16:37:11 is whitespace being added to the end of this line?
csharp 2014/02/14 16:43:58 Done.
],
'isolate_dependency_untracked': [
'../ppapi/lib/gl/include/KHR/',

Powered by Google App Engine
This is Rietveld 408576698