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

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

Issue 2938273002: Add new mark-non-secure-as options to chrome://flags on iOS (Closed)
Patch Set: Add using flags_ui::FeatureEntry 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 | ios/chrome/browser/about_flags.mm » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ios/rules.gni") 7 import("//build/config/ios/rules.gni")
8 import("//rlz/features/features.gni") 8 import("//rlz/features/features.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//components/metrics", 92 "//components/metrics",
93 "//components/metrics_services_manager", 93 "//components/metrics_services_manager",
94 "//components/net_log", 94 "//components/net_log",
95 "//components/ntp_tiles", 95 "//components/ntp_tiles",
96 "//components/pref_registry", 96 "//components/pref_registry",
97 "//components/prefs", 97 "//components/prefs",
98 "//components/proxy_config", 98 "//components/proxy_config",
99 "//components/proxy_config/ios", 99 "//components/proxy_config/ios",
100 "//components/reading_list/ios", 100 "//components/reading_list/ios",
101 "//components/search_engines", 101 "//components/search_engines",
102 "//components/security_state/core",
102 "//components/signin/core/browser", 103 "//components/signin/core/browser",
103 "//components/ssl_config", 104 "//components/ssl_config",
104 "//components/strings", 105 "//components/strings",
105 "//components/sync", 106 "//components/sync",
106 "//components/translate/core/browser", 107 "//components/translate/core/browser",
107 "//components/url_formatter", 108 "//components/url_formatter",
108 "//components/variations", 109 "//components/variations",
109 "//components/variations/service", 110 "//components/variations/service",
110 "//components/version_info", 111 "//components/version_info",
111 "//components/webdata_services", 112 "//components/webdata_services",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 source_set("browser_internal") { 240 source_set("browser_internal") {
240 configs += [ "//build/config/compiler:enable_arc" ] 241 configs += [ "//build/config/compiler:enable_arc" ]
241 sources = [ 242 sources = [
242 "callback_counter.h", 243 "callback_counter.h",
243 "callback_counter.mm", 244 "callback_counter.mm",
244 ] 245 ]
245 deps = [ 246 deps = [
246 "//base", 247 "//base",
247 ] 248 ]
248 } 249 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698