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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 284663003: VS2013 Update 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix line endings on .hash file Created 6 years, 7 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/empty_pdb_workaround.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index a853f15530d483c54d3fdb303b36d3f032621cfe..cc6a271d1bf36b2d6c84a0df3db385527c37411e 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2424,7 +2424,6 @@
'dependencies': [
'chrome_version_resources',
'installer_util_strings',
- 'unit_tests_exe_pdb_workaround',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
],
@@ -2829,24 +2828,5 @@
},
],
}],
- ['OS=="win"', {
- 'targets' : [
- {
- # This target is only depended upon on Windows.
- 'target_name': 'unit_tests_exe_pdb_workaround',
- 'type': 'static_library',
- 'sources': [ 'empty_pdb_workaround.cc' ],
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- # This *in the compile phase* must match the pdb name that's
- # output by the final link. See empty_pdb_workaround.cc for
- # more details.
- 'DebugInformationFormat': '3',
- 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
- },
- },
- },
- ],
- }],
], # 'conditions'
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/empty_pdb_workaround.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698