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

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

Issue 2106413003: UpdatePasswordInfoBarController for update password UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_delegate
Patch Set: Removing __unsafe_unretained as it is only applicable for ObjC objects 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "passwords/password_generation_agent.h", 308 "passwords/password_generation_agent.h",
309 "passwords/password_generation_agent.mm", 309 "passwords/password_generation_agent.mm",
310 "passwords/password_generation_edit_view.h", 310 "passwords/password_generation_edit_view.h",
311 "passwords/password_generation_edit_view.mm", 311 "passwords/password_generation_edit_view.mm",
312 "passwords/password_generation_offer_view.h", 312 "passwords/password_generation_offer_view.h",
313 "passwords/password_generation_offer_view.mm", 313 "passwords/password_generation_offer_view.mm",
314 "passwords/password_generation_prompt_delegate.h", 314 "passwords/password_generation_prompt_delegate.h",
315 "passwords/password_generation_utils.h", 315 "passwords/password_generation_utils.h",
316 "passwords/password_generation_utils.mm", 316 "passwords/password_generation_utils.mm",
317 "passwords/passwords_ui_delegate.h", 317 "passwords/passwords_ui_delegate.h",
318 "passwords/update_password_infobar_controller.h",
319 "passwords/update_password_infobar_controller.mm",
318 "pref_names.cc", 320 "pref_names.cc",
319 "pref_names.h", 321 "pref_names.h",
320 "prefs/browser_prefs.h", 322 "prefs/browser_prefs.h",
321 "prefs/browser_prefs.mm", 323 "prefs/browser_prefs.mm",
322 "prefs/ios_chrome_pref_model_associator_client.cc", 324 "prefs/ios_chrome_pref_model_associator_client.cc",
323 "prefs/ios_chrome_pref_model_associator_client.h", 325 "prefs/ios_chrome_pref_model_associator_client.h",
324 "prefs/ios_chrome_pref_service_factory.cc", 326 "prefs/ios_chrome_pref_service_factory.cc",
325 "prefs/ios_chrome_pref_service_factory.h", 327 "prefs/ios_chrome_pref_service_factory.h",
326 "prefs/pref_observer_bridge.h", 328 "prefs/pref_observer_bridge.h",
327 "prefs/pref_observer_bridge.mm", 329 "prefs/pref_observer_bridge.mm",
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 "//ios/public/provider/chrome/browser:test_support", 827 "//ios/public/provider/chrome/browser:test_support",
826 "//ios/web", 828 "//ios/web",
827 "//net:test_support", 829 "//net:test_support",
828 "//sync", 830 "//sync",
829 "//testing/gmock", 831 "//testing/gmock",
830 "//testing/gtest", 832 "//testing/gtest",
831 "//ui/base", 833 "//ui/base",
832 "//url", 834 "//url",
833 ] 835 ]
834 } 836 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698