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

Unified Diff: chrome/chrome_browser.gypi

Issue 223163003: Remove the remaining automation-based tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 261647)
+++ chrome/chrome_browser.gypi (working copy)
@@ -3096,7 +3096,6 @@
'conditions': [
['OS=="win"', {
'sources/': [
- ['exclude', '^browser/automation/automation_provider_aura.cc'],
['exclude', '^browser/background/background_mode_manager_aura.cc'],
],
'dependencies': [
@@ -3191,11 +3190,6 @@
['exclude', '^browser/themes/'],
],
}],
- ['enable_automation!=1', {
- 'sources/': [
- ['exclude', '^browser/automation/'],
- ],
- }],
['enable_printing==0', {
'sources/': [
['exclude', '^browser/printing/'],
@@ -3391,7 +3385,6 @@
'../third_party/mozilla/mozilla.gyp:mozilla',
],
'sources!': [
- 'browser/automation/automation_provider_list_generic.cc',
'browser/first_run/upgrade_util.cc',
'browser/lifetime/application_lifetime_stub.cc',
'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698