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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 147533005: [Password Generation] Update UI to match final mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_password_generation_ui
Patch Set: Merge Created 6 years, 10 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'browser/ui/autofill/loading_animation.cc', 399 'browser/ui/autofill/loading_animation.cc',
400 'browser/ui/autofill/loading_animation.h', 400 'browser/ui/autofill/loading_animation.h',
401 'browser/ui/autofill/new_credit_card_bubble_view.cc', 401 'browser/ui/autofill/new_credit_card_bubble_view.cc',
402 'browser/ui/autofill/new_credit_card_bubble_view.h', 402 'browser/ui/autofill/new_credit_card_bubble_view.h',
403 'browser/ui/autofill/new_credit_card_bubble_controller.cc', 403 'browser/ui/autofill/new_credit_card_bubble_controller.cc',
404 'browser/ui/autofill/new_credit_card_bubble_controller.h', 404 'browser/ui/autofill/new_credit_card_bubble_controller.h',
405 'browser/ui/autofill/password_generation_popup_controller_impl.cc', 405 'browser/ui/autofill/password_generation_popup_controller_impl.cc',
406 'browser/ui/autofill/password_generation_popup_controller_impl.h', 406 'browser/ui/autofill/password_generation_popup_controller_impl.h',
407 'browser/ui/autofill/password_generation_popup_controller.h', 407 'browser/ui/autofill/password_generation_popup_controller.h',
408 'browser/ui/autofill/password_generation_popup_observer.h', 408 'browser/ui/autofill/password_generation_popup_observer.h',
409 'browser/ui/autofill/password_generation_popup_view.cc',
409 'browser/ui/autofill/password_generation_popup_view.h', 410 'browser/ui/autofill/password_generation_popup_view.h',
410 'browser/ui/autofill/popup_controller_common.cc', 411 'browser/ui/autofill/popup_controller_common.cc',
411 'browser/ui/autofill/popup_controller_common.h', 412 'browser/ui/autofill/popup_controller_common.h',
412 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 413 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
413 'browser/ui/autofill/tab_autofill_manager_delegate.h', 414 'browser/ui/autofill/tab_autofill_manager_delegate.h',
414 'browser/ui/auto_login_infobar_delegate.cc', 415 'browser/ui/auto_login_infobar_delegate.cc',
415 'browser/ui/auto_login_infobar_delegate.h', 416 'browser/ui/auto_login_infobar_delegate.h',
416 'browser/ui/auto_login_prompter.cc', 417 'browser/ui/auto_login_prompter.cc',
417 'browser/ui/auto_login_prompter.h', 418 'browser/ui/auto_login_prompter.h',
418 'browser/ui/blocked_content/blocked_window_params.cc', 419 'browser/ui/blocked_content/blocked_window_params.cc',
(...skipping 2979 matching lines...) Expand 10 before | Expand all | Expand 10 after
3398 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3399 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3399 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3400 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3400 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3402 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3402 ], 3403 ],
3403 }], 3404 }],
3404 ], 3405 ],
3405 }, 3406 },
3406 ], 3407 ],
3407 } 3408 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698