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

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

Issue 2913253003: Convert Windows to use X509CertificateBytes. (Closed)
Patch Set: rebase Created 3 years, 6 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 | chrome/browser/ui/cryptuiapi_shim.h » ('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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "browser_mac.cc", 96 "browser_mac.cc",
97 "browser_mac.h", 97 "browser_mac.h",
98 "browser_navigator_params.cc", 98 "browser_navigator_params.cc",
99 "browser_navigator_params.h", 99 "browser_navigator_params.h",
100 "browser_ui_prefs.cc", 100 "browser_ui_prefs.cc",
101 "browser_ui_prefs.h", 101 "browser_ui_prefs.h",
102 "chrome_select_file_policy.cc", 102 "chrome_select_file_policy.cc",
103 "chrome_select_file_policy.h", 103 "chrome_select_file_policy.h",
104 "confirm_bubble.h", 104 "confirm_bubble.h",
105 "crypto_module_password_dialog.h", 105 "crypto_module_password_dialog.h",
106 "cryptuiapi_shim.h",
106 "find_bar/find_bar.h", 107 "find_bar/find_bar.h",
107 "find_bar/find_bar_state.h", 108 "find_bar/find_bar_state.h",
108 "find_bar/find_bar_state_factory.cc", 109 "find_bar/find_bar_state_factory.cc",
109 "find_bar/find_bar_state_factory.h", 110 "find_bar/find_bar_state_factory.h",
110 "find_bar/find_notification_details.h", 111 "find_bar/find_notification_details.h",
111 "find_bar/find_tab_helper.cc", 112 "find_bar/find_tab_helper.cc",
112 "find_bar/find_tab_helper.h", 113 "find_bar/find_tab_helper.h",
113 "history_ui.cc", 114 "history_ui.cc",
114 "history_ui.h", 115 "history_ui.h",
115 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", 116 "javascript_dialogs/chrome_javascript_native_dialog_factory.h",
(...skipping 3514 matching lines...) Expand 10 before | Expand all | Expand 10 after
3630 deps += [ 3631 deps += [
3631 "//chrome/test:test_support_ui", 3632 "//chrome/test:test_support_ui",
3632 "//components/zoom", 3633 "//components/zoom",
3633 ] 3634 ]
3634 } 3635 }
3635 3636
3636 if (enable_extensions) { 3637 if (enable_extensions) {
3637 deps += [ "//extensions/browser" ] 3638 deps += [ "//extensions/browser" ]
3638 } 3639 }
3639 } 3640 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cryptuiapi_shim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698