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

Unified Diff: chrome/chrome_tests.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_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index fb7391759d4cfc4d75d4969e2321237fcdf5287a..0c3eda2ec92aeaed78ebf2947cc83d0b4ca1f7df 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -303,7 +303,6 @@
],
}],
['OS=="win"', {
- 'msvs_large_pdb': 1,
'include_dirs': [
'../third_party/wtl/include',
],
@@ -1774,7 +1773,6 @@
'<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
- 'browser_tests_exe_pdb_workaround',
'chrome_version_resources',
'security_tests', # run time dependency
],
@@ -2090,7 +2088,6 @@
'dependencies': [
'chrome_version_resources',
],
- 'msvs_large_pdb': 1,
'conditions': [
['win_use_allocator_shim==1', {
'dependencies': [
@@ -2363,7 +2360,6 @@
],
}],
['OS=="win"', {
- 'msvs_large_pdb': 1,
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc',
@@ -2469,7 +2465,6 @@
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
],
- 'msvs_large_pdb': 1,
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
],
@@ -2910,25 +2905,6 @@
},
],
}],
- ['OS=="win"', {
- 'targets' : [
- {
- # This target is only depended upon in Windows.
- 'target_name': 'browser_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)/browser_tests.exe.pdb',
- },
- },
- },
- ],
- }],
[ 'enable_mdns == 1', {
'targets': [{
'target_name': 'service_discovery_sniffer',
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698