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

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 2167683002: Creates coordinator for ActionSheet and TextInput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Patch Set: Keep message property 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "translate/never_translate_infobar_controller.mm", 453 "translate/never_translate_infobar_controller.mm",
454 "translate/translate_accept_languages_factory.cc", 454 "translate/translate_accept_languages_factory.cc",
455 "translate/translate_accept_languages_factory.h", 455 "translate/translate_accept_languages_factory.h",
456 "translate/translate_infobar_tags.h", 456 "translate/translate_infobar_tags.h",
457 "translate/translate_message_infobar_controller.h", 457 "translate/translate_message_infobar_controller.h",
458 "translate/translate_message_infobar_controller.mm", 458 "translate/translate_message_infobar_controller.mm",
459 "translate/translate_service_ios.cc", 459 "translate/translate_service_ios.cc",
460 "translate/translate_service_ios.h", 460 "translate/translate_service_ios.h",
461 "ui/UIView+SizeClassSupport.h", 461 "ui/UIView+SizeClassSupport.h",
462 "ui/UIView+SizeClassSupport.mm", 462 "ui/UIView+SizeClassSupport.mm",
463 "ui/alert_coordinator/action_sheet_coordinator.h",
464 "ui/alert_coordinator/action_sheet_coordinator.mm",
463 "ui/alert_coordinator/alert_coordinator.h", 465 "ui/alert_coordinator/alert_coordinator.h",
464 "ui/alert_coordinator/alert_coordinator.mm", 466 "ui/alert_coordinator/alert_coordinator.mm",
467 "ui/alert_coordinator/input_alert_coordinator.h",
468 "ui/alert_coordinator/input_alert_coordinator.mm",
465 "ui/animation_util.h", 469 "ui/animation_util.h",
466 "ui/animation_util.mm", 470 "ui/animation_util.mm",
467 "ui/autofill/autofill_client_ios.h", 471 "ui/autofill/autofill_client_ios.h",
468 "ui/autofill/autofill_client_ios.mm", 472 "ui/autofill/autofill_client_ios.mm",
469 "ui/autofill/autofill_save_card_infobar.mm", 473 "ui/autofill/autofill_save_card_infobar.mm",
470 "ui/background_generator.h", 474 "ui/background_generator.h",
471 "ui/background_generator.mm", 475 "ui/background_generator.mm",
472 "ui/browser_otr_state.h", 476 "ui/browser_otr_state.h",
473 "ui/browser_otr_state.mm", 477 "ui/browser_otr_state.mm",
474 "ui/commands/UIKit+ChromeExecuteCommand.h", 478 "ui/commands/UIKit+ChromeExecuteCommand.h",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 "//ios/public/provider/chrome/browser:test_support", 833 "//ios/public/provider/chrome/browser:test_support",
830 "//ios/web", 834 "//ios/web",
831 "//net:test_support", 835 "//net:test_support",
832 "//sync", 836 "//sync",
833 "//testing/gmock", 837 "//testing/gmock",
834 "//testing/gtest", 838 "//testing/gtest",
835 "//ui/base", 839 "//ui/base",
836 "//url", 840 "//url",
837 ] 841 ]
838 } 842 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698