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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 444543002: Add export to query for blacklisted-ness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-review cleanup. Created 6 years, 4 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/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index a1e8a179f97af9ac3d6c09c1bc9455685e75abbf..4bbdc9f2b9ca97a12a6f5000a61c35d4dee4ffc7 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2507,6 +2507,8 @@
'dependencies': [
'chrome_version_resources',
'installer_util_strings',
+ # Next line used by chrome_elf_init_unittest_win.cc
csharp 2014/08/05 21:08:59 I don't see many comment in gypi files, is this re
robertshield 2014/08/06 16:38:32 Perhaps not, git blame does just as well. Removed.
+ '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
],

Powered by Google App Engine
This is Rietveld 408576698