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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1978563002: Stop compiling password infobar code on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up cocoa Created 4 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_browser_ui.gypi ('k') | chrome/common/chrome_switches.h » ('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 27906acc8aad0752587bc55a7a6dd7e33b4e9bd9..7d8c362f90852ed98dcebe123c628863c4449545 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -340,12 +340,10 @@
'../tools/json_schema_compiler/test/objects_unittest.cc',
'../tools/json_schema_compiler/test/simple_api_unittest.cc',
],
- 'chrome_unit_tests_mac_android_sources': [
- 'browser/password_manager/save_password_infobar_delegate_unittest.cc',
- ],
'chrome_unit_tests_android_sources': [
'browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc',
'browser/password_manager/auto_signin_first_run_dialog_android_unittest.cc',
+ 'browser/password_manager/save_password_infobar_delegate_unittest.cc',
'browser/permissions/permission_queue_controller_unittest.cc',
],
'chrome_unit_tests_non_mobile_sources': [
@@ -2587,9 +2585,6 @@
# other things like the ui and startup tests. *shrug*
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
}],
- ['OS=="mac" or OS=="android"', {
- 'sources': [ '<@(chrome_unit_tests_mac_android_sources)' ],
- }],
['OS=="android"', {
'sources': [ '<@(chrome_unit_tests_android_sources)' ],
}],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698