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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 438893002: Add ManagePasswordItemViewController and unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix constants in test Created 6 years, 4 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 | Annotate | Revision Log
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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'browser/ui/cocoa/panels/panel_cocoa.h', 618 'browser/ui/cocoa/panels/panel_cocoa.h',
619 'browser/ui/cocoa/panels/panel_cocoa.mm', 619 'browser/ui/cocoa/panels/panel_cocoa.mm',
620 'browser/ui/cocoa/panels/panel_stack_window_cocoa.h', 620 'browser/ui/cocoa/panels/panel_stack_window_cocoa.h',
621 'browser/ui/cocoa/panels/panel_stack_window_cocoa.mm', 621 'browser/ui/cocoa/panels/panel_stack_window_cocoa.mm',
622 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h', 622 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h',
623 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', 623 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm',
624 'browser/ui/cocoa/panels/panel_utils_cocoa.h', 624 'browser/ui/cocoa/panels/panel_utils_cocoa.h',
625 'browser/ui/cocoa/panels/panel_utils_cocoa.mm', 625 'browser/ui/cocoa/panels/panel_utils_cocoa.mm',
626 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', 626 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h',
627 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', 627 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm',
628 'browser/ui/cocoa/passwords/manage_password_item_view_controller.h',
629 'browser/ui/cocoa/passwords/manage_password_item_view_controller.mm',
628 'browser/ui/cocoa/pdf_password_dialog.mm', 630 'browser/ui/cocoa/pdf_password_dialog.mm',
629 'browser/ui/cocoa/presentation_mode_controller.h', 631 'browser/ui/cocoa/presentation_mode_controller.h',
630 'browser/ui/cocoa/presentation_mode_controller.mm', 632 'browser/ui/cocoa/presentation_mode_controller.mm',
631 'browser/ui/cocoa/profiles/avatar_base_controller.h', 633 'browser/ui/cocoa/profiles/avatar_base_controller.h',
632 'browser/ui/cocoa/profiles/avatar_base_controller.mm', 634 'browser/ui/cocoa/profiles/avatar_base_controller.mm',
633 'browser/ui/cocoa/profiles/avatar_button_controller.h', 635 'browser/ui/cocoa/profiles/avatar_button_controller.h',
634 'browser/ui/cocoa/profiles/avatar_button_controller.mm', 636 'browser/ui/cocoa/profiles/avatar_button_controller.mm',
635 'browser/ui/cocoa/profiles/avatar_icon_controller.h', 637 'browser/ui/cocoa/profiles/avatar_icon_controller.h',
636 'browser/ui/cocoa/profiles/avatar_icon_controller.mm', 638 'browser/ui/cocoa/profiles/avatar_icon_controller.mm',
637 'browser/ui/cocoa/profiles/avatar_label_button.h', 639 'browser/ui/cocoa/profiles/avatar_label_button.h',
(...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2957 }], 2959 }],
2958 ['OS!="android" and OS!="ios"', { 2960 ['OS!="android" and OS!="ios"', {
2959 'dependencies': [ 2961 'dependencies': [
2960 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2962 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2961 ], 2963 ],
2962 }], 2964 }],
2963 ], 2965 ],
2964 }, 2966 },
2965 ], 2967 ],
2966 } 2968 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698