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

Unified Diff: chrome/chrome_tests.gypi

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 years, 9 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/common/chrome_constants.h » ('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 a7f031402b4a09c861dde3f55cf95d5c40b01ca5..02e6b72ebf707db85614fab2b5c0cbf50a3b2da0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1195,7 +1195,6 @@
'browser/browsing_data_indexed_db_helper_unittest.cc',
'browser/browsing_data_local_storage_helper_unittest.cc',
'browser/chrome_browser_application_mac_unittest.mm',
- 'browser/chrome_plugin_unittest.cc',
'browser/chromeos/customization_document_unittest.cc',
'browser/chromeos/external_metrics_unittest.cc',
'browser/chromeos/gview_request_interceptor_unittest.cc',
@@ -1995,7 +1994,6 @@
'installer_util_strings',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
- 'test_chrome_plugin', # run time dependency
],
'conditions': [
['win_use_allocator_shim==1', {
@@ -3440,28 +3438,6 @@
},],
],
},
- {
- 'target_name': 'test_chrome_plugin',
- 'type': 'shared_library',
- 'msvs_guid': '7F0A70F6-BE3F-4C19-B435-956AB8F30BA4',
- 'dependencies': [
- '../base/base.gyp:base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
- ],
- 'include_dirs': [
- '..',
- ],
- 'link_settings': {
- 'libraries': [
- '-lwinmm.lib',
- ],
- },
- 'sources': [
- 'test/chrome_plugin/test_chrome_plugin.cc',
- 'test/chrome_plugin/test_chrome_plugin.def',
- 'test/chrome_plugin/test_chrome_plugin.h',
- ],
- },
]}, # 'targets'
], # OS=="win"
# If you change this condition, make sure you also change it in all.gyp
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698