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

Side by Side Diff: ios/chrome/ios_chrome.gyp

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 | « ios/chrome/browser/infobars/confirm_infobar_controller+protected.h ('k') | no next file » | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'browser/history/history_client_impl.h', 321 'browser/history/history_client_impl.h',
322 'browser/history/history_service_factory.cc', 322 'browser/history/history_service_factory.cc',
323 'browser/history/history_service_factory.h', 323 'browser/history/history_service_factory.h',
324 'browser/history/history_utils.cc', 324 'browser/history/history_utils.cc',
325 'browser/history/history_utils.h', 325 'browser/history/history_utils.h',
326 'browser/history/top_sites_factory.cc', 326 'browser/history/top_sites_factory.cc',
327 'browser/history/top_sites_factory.h', 327 'browser/history/top_sites_factory.h',
328 'browser/history/web_history_service_factory.cc', 328 'browser/history/web_history_service_factory.cc',
329 'browser/history/web_history_service_factory.h', 329 'browser/history/web_history_service_factory.h',
330 'browser/infobars/confirm_infobar_controller.h', 330 'browser/infobars/confirm_infobar_controller.h',
331 'browser/infobars/confirm_infobar_controller+protected.h',
331 'browser/infobars/confirm_infobar_controller.mm', 332 'browser/infobars/confirm_infobar_controller.mm',
332 'browser/infobars/infobar.h', 333 'browser/infobars/infobar.h',
333 'browser/infobars/infobar.mm', 334 'browser/infobars/infobar.mm',
334 'browser/infobars/infobar_container_ios.h', 335 'browser/infobars/infobar_container_ios.h',
335 'browser/infobars/infobar_container_ios.mm', 336 'browser/infobars/infobar_container_ios.mm',
336 'browser/infobars/infobar_container_view.h', 337 'browser/infobars/infobar_container_view.h',
337 'browser/infobars/infobar_container_view.mm', 338 'browser/infobars/infobar_container_view.mm',
338 'browser/infobars/infobar_controller.h', 339 'browser/infobars/infobar_controller.h',
339 'browser/infobars/infobar_controller.mm', 340 'browser/infobars/infobar_controller.mm',
340 'browser/infobars/infobar_manager_impl.h', 341 'browser/infobars/infobar_manager_impl.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 '../../components/components.gyp:omnibox_browser', 864 '../../components/components.gyp:omnibox_browser',
864 '../../components/components.gyp:rlz', 865 '../../components/components.gyp:rlz',
865 '../../components/components.gyp:search_engines', 866 '../../components/components.gyp:search_engines',
866 '../../rlz/rlz.gyp:rlz_lib', 867 '../../rlz/rlz.gyp:rlz_lib',
867 ], 868 ],
868 }, 869 },
869 ], 870 ],
870 }], 871 }],
871 ], 872 ],
872 } 873 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/infobars/confirm_infobar_controller+protected.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698