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

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

Issue 2106413003: UpdatePasswordInfoBarController for update password UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_delegate
Patch Set: remove //weak 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
« no previous file with comments | « ios/chrome/browser/passwords/update_password_infobar_controller.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'browser/history/history_client_impl.h', 323 'browser/history/history_client_impl.h',
324 'browser/history/history_service_factory.cc', 324 'browser/history/history_service_factory.cc',
325 'browser/history/history_service_factory.h', 325 'browser/history/history_service_factory.h',
326 'browser/history/history_utils.cc', 326 'browser/history/history_utils.cc',
327 'browser/history/history_utils.h', 327 'browser/history/history_utils.h',
328 'browser/history/top_sites_factory.cc', 328 'browser/history/top_sites_factory.cc',
329 'browser/history/top_sites_factory.h', 329 'browser/history/top_sites_factory.h',
330 'browser/history/web_history_service_factory.cc', 330 'browser/history/web_history_service_factory.cc',
331 'browser/history/web_history_service_factory.h', 331 'browser/history/web_history_service_factory.h',
332 'browser/infobars/confirm_infobar_controller.h', 332 'browser/infobars/confirm_infobar_controller.h',
333 'browser/infobars/confirm_infobar_controller+protected.h',
333 'browser/infobars/confirm_infobar_controller.mm', 334 'browser/infobars/confirm_infobar_controller.mm',
334 'browser/infobars/infobar.h', 335 'browser/infobars/infobar.h',
335 'browser/infobars/infobar.mm', 336 'browser/infobars/infobar.mm',
336 'browser/infobars/infobar_container_ios.h', 337 'browser/infobars/infobar_container_ios.h',
337 'browser/infobars/infobar_container_ios.mm', 338 'browser/infobars/infobar_container_ios.mm',
338 'browser/infobars/infobar_container_view.h', 339 'browser/infobars/infobar_container_view.h',
339 'browser/infobars/infobar_container_view.mm', 340 'browser/infobars/infobar_container_view.mm',
340 'browser/infobars/infobar_controller.h', 341 'browser/infobars/infobar_controller.h',
341 'browser/infobars/infobar_controller.mm', 342 'browser/infobars/infobar_controller.mm',
342 'browser/infobars/infobar_manager_impl.h', 343 'browser/infobars/infobar_manager_impl.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'browser/passwords/password_generation_agent.h', 443 'browser/passwords/password_generation_agent.h',
443 'browser/passwords/password_generation_agent.mm', 444 'browser/passwords/password_generation_agent.mm',
444 'browser/passwords/password_generation_edit_view.h', 445 'browser/passwords/password_generation_edit_view.h',
445 'browser/passwords/password_generation_edit_view.mm', 446 'browser/passwords/password_generation_edit_view.mm',
446 'browser/passwords/password_generation_offer_view.h', 447 'browser/passwords/password_generation_offer_view.h',
447 'browser/passwords/password_generation_offer_view.mm', 448 'browser/passwords/password_generation_offer_view.mm',
448 'browser/passwords/password_generation_prompt_delegate.h', 449 'browser/passwords/password_generation_prompt_delegate.h',
449 'browser/passwords/password_generation_utils.h', 450 'browser/passwords/password_generation_utils.h',
450 'browser/passwords/password_generation_utils.mm', 451 'browser/passwords/password_generation_utils.mm',
451 'browser/passwords/passwords_ui_delegate.h', 452 'browser/passwords/passwords_ui_delegate.h',
453 'browser/passwords/update_password_infobar_controller.h',
454 'browser/passwords/update_password_infobar_controller.mm',
452 'browser/pref_names.cc', 455 'browser/pref_names.cc',
453 'browser/pref_names.h', 456 'browser/pref_names.h',
454 'browser/prefs/browser_prefs.h', 457 'browser/prefs/browser_prefs.h',
455 'browser/prefs/browser_prefs.mm', 458 'browser/prefs/browser_prefs.mm',
456 'browser/prefs/ios_chrome_pref_model_associator_client.cc', 459 'browser/prefs/ios_chrome_pref_model_associator_client.cc',
457 'browser/prefs/ios_chrome_pref_model_associator_client.h', 460 'browser/prefs/ios_chrome_pref_model_associator_client.h',
458 'browser/prefs/ios_chrome_pref_service_factory.cc', 461 'browser/prefs/ios_chrome_pref_service_factory.cc',
459 'browser/prefs/ios_chrome_pref_service_factory.h', 462 'browser/prefs/ios_chrome_pref_service_factory.h',
460 'browser/prefs/pref_observer_bridge.h', 463 'browser/prefs/pref_observer_bridge.h',
461 'browser/prefs/pref_observer_bridge.mm', 464 'browser/prefs/pref_observer_bridge.mm',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 '../../components/components.gyp:omnibox_browser', 881 '../../components/components.gyp:omnibox_browser',
879 '../../components/components.gyp:rlz', 882 '../../components/components.gyp:rlz',
880 '../../components/components.gyp:search_engines', 883 '../../components/components.gyp:search_engines',
881 '../../rlz/rlz.gyp:rlz_lib', 884 '../../rlz/rlz.gyp:rlz_lib',
882 ], 885 ],
883 }, 886 },
884 ], 887 ],
885 }], 888 }],
886 ], 889 ],
887 } 890 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/passwords/update_password_infobar_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698