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

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

Issue 2776673002: Add missing passwords files to BUILD.gn (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | components/password_manager/core/browser/BUILD.gn » ('j') | 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2856 matching lines...) Expand 10 before | Expand all | Expand 10 after
2867 "cocoa/passwords/base_passwords_content_view_controller.mm", 2867 "cocoa/passwords/base_passwords_content_view_controller.mm",
2868 "cocoa/passwords/confirmation_password_saved_view_controller.h", 2868 "cocoa/passwords/confirmation_password_saved_view_controller.h",
2869 "cocoa/passwords/confirmation_password_saved_view_controller.mm", 2869 "cocoa/passwords/confirmation_password_saved_view_controller.mm",
2870 "cocoa/passwords/credential_item_button.h", 2870 "cocoa/passwords/credential_item_button.h",
2871 "cocoa/passwords/credential_item_button.mm", 2871 "cocoa/passwords/credential_item_button.mm",
2872 "cocoa/passwords/credentials_selection_view.h", 2872 "cocoa/passwords/credentials_selection_view.h",
2873 "cocoa/passwords/credentials_selection_view.mm", 2873 "cocoa/passwords/credentials_selection_view.mm",
2874 "cocoa/passwords/manage_passwords_view_controller.h", 2874 "cocoa/passwords/manage_passwords_view_controller.h",
2875 "cocoa/passwords/manage_passwords_view_controller.mm", 2875 "cocoa/passwords/manage_passwords_view_controller.mm",
2876 "cocoa/passwords/password_item_views.h", 2876 "cocoa/passwords/password_item_views.h",
2877 "cocoa/passwords/password_prompt_bridge_interface.h",
2877 "cocoa/passwords/password_prompt_view_bridge.h", 2878 "cocoa/passwords/password_prompt_view_bridge.h",
2878 "cocoa/passwords/password_prompt_view_bridge.mm", 2879 "cocoa/passwords/password_prompt_view_bridge.mm",
2879 "cocoa/passwords/passwords_bubble_cocoa.h", 2880 "cocoa/passwords/passwords_bubble_cocoa.h",
2880 "cocoa/passwords/passwords_bubble_cocoa.mm", 2881 "cocoa/passwords/passwords_bubble_cocoa.mm",
2881 "cocoa/passwords/passwords_bubble_controller.h", 2882 "cocoa/passwords/passwords_bubble_controller.h",
2882 "cocoa/passwords/passwords_bubble_controller.mm", 2883 "cocoa/passwords/passwords_bubble_controller.mm",
2883 "cocoa/passwords/passwords_bubble_utils.h", 2884 "cocoa/passwords/passwords_bubble_utils.h",
2884 "cocoa/passwords/passwords_bubble_utils.mm", 2885 "cocoa/passwords/passwords_bubble_utils.mm",
2885 "cocoa/passwords/passwords_list_view_controller.h", 2886 "cocoa/passwords/passwords_list_view_controller.h",
2886 "cocoa/passwords/passwords_list_view_controller.mm", 2887 "cocoa/passwords/passwords_list_view_controller.mm",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
3541 "test/test_confirm_bubble_model.cc", 3542 "test/test_confirm_bubble_model.cc",
3542 "test/test_confirm_bubble_model.h", 3543 "test/test_confirm_bubble_model.h",
3543 ] 3544 ]
3544 deps += [ "//chrome/test:test_support_ui" ] 3545 deps += [ "//chrome/test:test_support_ui" ]
3545 } 3546 }
3546 3547
3547 if (enable_extensions) { 3548 if (enable_extensions) {
3548 deps += [ "//extensions/browser" ] 3549 deps += [ "//extensions/browser" ]
3549 } 3550 }
3550 } 3551 }
OLDNEW
« no previous file with comments | « no previous file | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698