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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 2156913002: Creates alertCoordinatorDelegate for alerts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Patch Set: Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'browser/translate/never_translate_infobar_controller.mm', 590 'browser/translate/never_translate_infobar_controller.mm',
591 'browser/translate/translate_accept_languages_factory.cc', 591 'browser/translate/translate_accept_languages_factory.cc',
592 'browser/translate/translate_accept_languages_factory.h', 592 'browser/translate/translate_accept_languages_factory.h',
593 'browser/translate/translate_infobar_tags.h', 593 'browser/translate/translate_infobar_tags.h',
594 'browser/translate/translate_message_infobar_controller.h', 594 'browser/translate/translate_message_infobar_controller.h',
595 'browser/translate/translate_message_infobar_controller.mm', 595 'browser/translate/translate_message_infobar_controller.mm',
596 'browser/translate/translate_service_ios.cc', 596 'browser/translate/translate_service_ios.cc',
597 'browser/translate/translate_service_ios.h', 597 'browser/translate/translate_service_ios.h',
598 'browser/ui/UIView+SizeClassSupport.h', 598 'browser/ui/UIView+SizeClassSupport.h',
599 'browser/ui/UIView+SizeClassSupport.mm', 599 'browser/ui/UIView+SizeClassSupport.mm',
600 'browser/ui/alert_coordinator/action_sheet.h',
601 'browser/ui/alert_coordinator/action_sheet.mm',
600 'browser/ui/alert_coordinator/alert_coordinator.h', 602 'browser/ui/alert_coordinator/alert_coordinator.h',
601 'browser/ui/alert_coordinator/alert_coordinator.mm', 603 'browser/ui/alert_coordinator/alert_coordinator.mm',
604 'browser/ui/alert_coordinator/modal_alert.h',
605 'browser/ui/alert_coordinator/modal_alert.mm',
602 'browser/ui/animation_util.h', 606 'browser/ui/animation_util.h',
603 'browser/ui/animation_util.mm', 607 'browser/ui/animation_util.mm',
604 'browser/ui/autofill/autofill_client_ios.h', 608 'browser/ui/autofill/autofill_client_ios.h',
605 'browser/ui/autofill/autofill_client_ios.mm', 609 'browser/ui/autofill/autofill_client_ios.mm',
606 'browser/ui/autofill/autofill_save_card_infobar.mm', 610 'browser/ui/autofill/autofill_save_card_infobar.mm',
607 'browser/ui/background_generator.h', 611 'browser/ui/background_generator.h',
608 'browser/ui/background_generator.mm', 612 'browser/ui/background_generator.mm',
609 'browser/ui/browser_otr_state.h', 613 'browser/ui/browser_otr_state.h',
610 'browser/ui/browser_otr_state.mm', 614 'browser/ui/browser_otr_state.mm',
611 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', 615 'browser/ui/commands/UIKit+ChromeExecuteCommand.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 '../../components/components.gyp:omnibox_browser', 891 '../../components/components.gyp:omnibox_browser',
888 '../../components/components.gyp:rlz', 892 '../../components/components.gyp:rlz',
889 '../../components/components.gyp:search_engines', 893 '../../components/components.gyp:search_engines',
890 '../../rlz/rlz.gyp:rlz_lib', 894 '../../rlz/rlz.gyp:rlz_lib',
891 ], 895 ],
892 }, 896 },
893 ], 897 ],
894 }], 898 }],
895 ], 899 ],
896 } 900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698