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

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

Issue 2103083002: Add protected header for ConfirmInfobarController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@infobar_picker
Patch Set: Rebase Created 4 years, 5 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/infobars/confirm_infobar_controller.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 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "history/history_client_impl.cc", 183 "history/history_client_impl.cc",
184 "history/history_client_impl.h", 184 "history/history_client_impl.h",
185 "history/history_service_factory.cc", 185 "history/history_service_factory.cc",
186 "history/history_service_factory.h", 186 "history/history_service_factory.h",
187 "history/history_utils.cc", 187 "history/history_utils.cc",
188 "history/history_utils.h", 188 "history/history_utils.h",
189 "history/top_sites_factory.cc", 189 "history/top_sites_factory.cc",
190 "history/top_sites_factory.h", 190 "history/top_sites_factory.h",
191 "history/web_history_service_factory.cc", 191 "history/web_history_service_factory.cc",
192 "history/web_history_service_factory.h", 192 "history/web_history_service_factory.h",
193 "infobars/confirm_infobar_controller+protected.h",
193 "infobars/confirm_infobar_controller.h", 194 "infobars/confirm_infobar_controller.h",
194 "infobars/confirm_infobar_controller.mm", 195 "infobars/confirm_infobar_controller.mm",
195 "infobars/infobar.h", 196 "infobars/infobar.h",
196 "infobars/infobar.mm", 197 "infobars/infobar.mm",
197 "infobars/infobar_container_ios.h", 198 "infobars/infobar_container_ios.h",
198 "infobars/infobar_container_ios.mm", 199 "infobars/infobar_container_ios.mm",
199 "infobars/infobar_container_view.h", 200 "infobars/infobar_container_view.h",
200 "infobars/infobar_container_view.mm", 201 "infobars/infobar_container_view.mm",
201 "infobars/infobar_controller.h", 202 "infobars/infobar_controller.h",
202 "infobars/infobar_controller.mm", 203 "infobars/infobar_controller.mm",
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "//ios/public/provider/chrome/browser:test_support", 805 "//ios/public/provider/chrome/browser:test_support",
805 "//ios/web", 806 "//ios/web",
806 "//net:test_support", 807 "//net:test_support",
807 "//sync", 808 "//sync",
808 "//testing/gmock", 809 "//testing/gmock",
809 "//testing/gtest", 810 "//testing/gtest",
810 "//ui/base", 811 "//ui/base",
811 "//url", 812 "//url",
812 ] 813 ]
813 } 814 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/infobars/confirm_infobar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698