diff options
author | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 23:04:16 +0000 |
---|---|---|
committer | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 23:04:16 +0000 |
commit | 47b4e5fa63a79f8ca74c5dace16d8b4a9186e88e (patch) | |
tree | 55ec6dfe1444e5c6d9b9ffd01942509cefde5f32 /chrome/chrome.gyp | |
parent | 67b08a3679f9ed57abc6132e97333a408af9c318 (diff) | |
download | chromium_src-47b4e5fa63a79f8ca74c5dace16d8b4a9186e88e.zip chromium_src-47b4e5fa63a79f8ca74c5dace16d8b4a9186e88e.tar.gz chromium_src-47b4e5fa63a79f8ca74c5dace16d8b4a9186e88e.tar.bz2 |
Convert additional targets to gyp generation: image_diff.exe,
startup_tests.exe, page_cycler_tests.exe, plugin_tests.exe,
security_tests.dll, test_chrome_plugin.dll, theme/default.dll.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/118264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 133a102..5b5baee 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2663,7 +2663,6 @@ 'target_name': 'image_diff', 'type': 'executable', 'msvs_guid': '50B079C7-CD01-42D3-B8C4-9F8D9322E822', - 'msvs_existing_vcproj': 'tools/test/image_diff/image_diff.vcproj', 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:base_gfx', @@ -3383,7 +3382,6 @@ 'target_name': 'startup_tests', 'type': 'executable', 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C', - 'msvs_existing_vcproj': 'test/startup/startup_tests.vcproj', 'dependencies': [ 'app', 'browser', @@ -3418,7 +3416,6 @@ 'target_name': 'page_cycler_tests', 'type': 'executable', 'msvs_guid': 'C9E0BD1D-B175-4A91-8380-3FDC81FAB9D7', - 'msvs_existing_vcproj': 'test/page_cycler/page_cycler_tests.vcproj', 'dependencies': [ 'app', 'chrome_resources', @@ -4049,7 +4046,6 @@ 'target_name': 'plugin_tests', 'type': 'executable', 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', - 'msvs_existing_vcproj': 'test/plugin/plugin_tests.vcproj', 'dependencies': [ 'chrome_resources', 'chrome_strings', @@ -4102,7 +4098,6 @@ 'target_name': 'security_tests', 'type': 'shared_library', 'msvs_guid': 'E750512D-FC7C-4C98-BF04-0A0DAF882055', - 'msvs_existing_vcproj': 'test/security_tests/security_tests.vcproj', 'include_dirs': [ '..', ], @@ -4165,7 +4160,6 @@ 'target_name': 'test_chrome_plugin', 'type': 'shared_library', 'msvs_guid': '7F0A70F6-BE3F-4C19-B435-956AB8F30BA4', - 'msvs_existing_vcproj': 'test/chrome_plugin/test_chrome_plugin.vcproj', 'dependencies': [ '../base/base.gyp:base', '../build/temp_gyp/googleurl.gyp:googleurl', @@ -4188,7 +4182,6 @@ 'target_name': 'theme_dll', 'type': 'shared_library', 'msvs_guid': 'FD683DD6-D9BF-4B1B-AB6D-A3AC03EDAA4D', - 'msvs_existing_vcproj': 'app/theme/theme_dll.vcproj', 'product_name': 'default', 'dependencies': [ 'theme_resources', |