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

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

Issue 2167683002: Creates coordinator for ActionSheet and TextInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Patch Set: Rebase 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'browser/translate/never_translate_infobar_controller.mm', 587 'browser/translate/never_translate_infobar_controller.mm',
588 'browser/translate/translate_accept_languages_factory.cc', 588 'browser/translate/translate_accept_languages_factory.cc',
589 'browser/translate/translate_accept_languages_factory.h', 589 'browser/translate/translate_accept_languages_factory.h',
590 'browser/translate/translate_infobar_tags.h', 590 'browser/translate/translate_infobar_tags.h',
591 'browser/translate/translate_message_infobar_controller.h', 591 'browser/translate/translate_message_infobar_controller.h',
592 'browser/translate/translate_message_infobar_controller.mm', 592 'browser/translate/translate_message_infobar_controller.mm',
593 'browser/translate/translate_service_ios.cc', 593 'browser/translate/translate_service_ios.cc',
594 'browser/translate/translate_service_ios.h', 594 'browser/translate/translate_service_ios.h',
595 'browser/ui/UIView+SizeClassSupport.h', 595 'browser/ui/UIView+SizeClassSupport.h',
596 'browser/ui/UIView+SizeClassSupport.mm', 596 'browser/ui/UIView+SizeClassSupport.mm',
597 'browser/ui/alert_coordinator/action_sheet_coordinator.h',
598 'browser/ui/alert_coordinator/action_sheet_coordinator.mm',
597 'browser/ui/alert_coordinator/alert_coordinator.h', 599 'browser/ui/alert_coordinator/alert_coordinator.h',
598 'browser/ui/alert_coordinator/alert_coordinator.mm', 600 'browser/ui/alert_coordinator/alert_coordinator.mm',
601 'browser/ui/alert_coordinator/input_alert_coordinator.h',
602 'browser/ui/alert_coordinator/input_alert_coordinator.mm',
599 'browser/ui/animation_util.h', 603 'browser/ui/animation_util.h',
600 'browser/ui/animation_util.mm', 604 'browser/ui/animation_util.mm',
601 'browser/ui/autofill/autofill_client_ios.h', 605 'browser/ui/autofill/autofill_client_ios.h',
602 'browser/ui/autofill/autofill_client_ios.mm', 606 'browser/ui/autofill/autofill_client_ios.mm',
603 'browser/ui/autofill/autofill_save_card_infobar.mm', 607 'browser/ui/autofill/autofill_save_card_infobar.mm',
604 'browser/ui/background_generator.h', 608 'browser/ui/background_generator.h',
605 'browser/ui/background_generator.mm', 609 'browser/ui/background_generator.mm',
606 'browser/ui/browser_otr_state.h', 610 'browser/ui/browser_otr_state.h',
607 'browser/ui/browser_otr_state.mm', 611 'browser/ui/browser_otr_state.mm',
608 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', 612 'browser/ui/commands/UIKit+ChromeExecuteCommand.h',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 '../../components/components.gyp:omnibox_browser', 890 '../../components/components.gyp:omnibox_browser',
887 '../../components/components.gyp:rlz', 891 '../../components/components.gyp:rlz',
888 '../../components/components.gyp:search_engines', 892 '../../components/components.gyp:search_engines',
889 '../../rlz/rlz.gyp:rlz_lib', 893 '../../rlz/rlz.gyp:rlz_lib',
890 ], 894 ],
891 }, 895 },
892 ], 896 ],
893 }], 897 }],
894 ], 898 ],
895 } 899 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698