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

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

Issue 2119373002: Creates coordinators for displaying alerts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'browser/translate/chrome_ios_translate_client.mm', 581 'browser/translate/chrome_ios_translate_client.mm',
582 'browser/translate/never_translate_infobar_controller.h', 582 'browser/translate/never_translate_infobar_controller.h',
583 'browser/translate/never_translate_infobar_controller.mm', 583 'browser/translate/never_translate_infobar_controller.mm',
584 'browser/translate/translate_accept_languages_factory.cc', 584 'browser/translate/translate_accept_languages_factory.cc',
585 'browser/translate/translate_accept_languages_factory.h', 585 'browser/translate/translate_accept_languages_factory.h',
586 'browser/translate/translate_infobar_tags.h', 586 'browser/translate/translate_infobar_tags.h',
587 'browser/translate/translate_message_infobar_controller.h', 587 'browser/translate/translate_message_infobar_controller.h',
588 'browser/translate/translate_message_infobar_controller.mm', 588 'browser/translate/translate_message_infobar_controller.mm',
589 'browser/translate/translate_service_ios.cc', 589 'browser/translate/translate_service_ios.cc',
590 'browser/translate/translate_service_ios.h', 590 'browser/translate/translate_service_ios.h',
591 'browser/ui/alert_coordinator/action_sheet_coordinator.h',
592 'browser/ui/alert_coordinator/action_sheet_coordinator.mm',
593 'browser/ui/alert_coordinator/alert_controller_coordinator+subclassing.h ',
594 'browser/ui/alert_coordinator/alert_controller_coordinator.h',
595 'browser/ui/alert_coordinator/alert_controller_coordinator.mm',
596 'browser/ui/alert_coordinator/alert_coordinator.h',
597 'browser/ui/alert_coordinator/alert_coordinator.mm',
591 'browser/ui/UIView+SizeClassSupport.h', 598 'browser/ui/UIView+SizeClassSupport.h',
592 'browser/ui/UIView+SizeClassSupport.mm', 599 'browser/ui/UIView+SizeClassSupport.mm',
lpromero 2016/07/06 09:04:00 Can you sort these two files?
gambard 2016/07/07 08:57:43 Done.
593 'browser/ui/animation_util.h', 600 'browser/ui/animation_util.h',
594 'browser/ui/animation_util.mm', 601 'browser/ui/animation_util.mm',
595 'browser/ui/autofill/autofill_client_ios.h', 602 'browser/ui/autofill/autofill_client_ios.h',
596 'browser/ui/autofill/autofill_client_ios.mm', 603 'browser/ui/autofill/autofill_client_ios.mm',
597 'browser/ui/autofill/autofill_save_card_infobar.mm', 604 'browser/ui/autofill/autofill_save_card_infobar.mm',
598 'browser/ui/background_generator.h', 605 'browser/ui/background_generator.h',
599 'browser/ui/background_generator.mm', 606 'browser/ui/background_generator.mm',
600 'browser/ui/browser_otr_state.h', 607 'browser/ui/browser_otr_state.h',
601 'browser/ui/browser_otr_state.mm', 608 'browser/ui/browser_otr_state.mm',
602 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', 609 'browser/ui/commands/UIKit+ChromeExecuteCommand.h',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 '../../components/components.gyp:omnibox_browser', 878 '../../components/components.gyp:omnibox_browser',
872 '../../components/components.gyp:rlz', 879 '../../components/components.gyp:rlz',
873 '../../components/components.gyp:search_engines', 880 '../../components/components.gyp:search_engines',
874 '../../rlz/rlz.gyp:rlz_lib', 881 '../../rlz/rlz.gyp:rlz_lib',
875 ], 882 ],
876 }, 883 },
877 ], 884 ],
878 }], 885 }],
879 ], 886 ],
880 } 887 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698