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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2167513002: Remove InsecureContentInfobarDelegate, which has been broken for a while (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix AW? 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 | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/common/chrome_switches.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'browser/icon_manager.cc', 282 'browser/icon_manager.cc',
283 'browser/icon_manager.h', 283 'browser/icon_manager.h',
284 'browser/image_decoder.cc', 284 'browser/image_decoder.cc',
285 'browser/image_decoder.h', 285 'browser/image_decoder.h',
286 'browser/image_holder.cc', 286 'browser/image_holder.cc',
287 'browser/image_holder.h', 287 'browser/image_holder.h',
288 'browser/infobars/infobar_responder.cc', 288 'browser/infobars/infobar_responder.cc',
289 'browser/infobars/infobar_responder.h', 289 'browser/infobars/infobar_responder.h',
290 'browser/infobars/infobar_service.cc', 290 'browser/infobars/infobar_service.cc',
291 'browser/infobars/infobar_service.h', 291 'browser/infobars/infobar_service.h',
292 'browser/infobars/insecure_content_infobar_delegate.cc',
293 'browser/infobars/insecure_content_infobar_delegate.h',
294 'browser/install_verification/win/install_verification.cc', 292 'browser/install_verification/win/install_verification.cc',
295 'browser/install_verification/win/install_verification.h', 293 'browser/install_verification/win/install_verification.h',
296 'browser/install_verification/win/loaded_module_verification.cc', 294 'browser/install_verification/win/loaded_module_verification.cc',
297 'browser/install_verification/win/loaded_module_verification.h', 295 'browser/install_verification/win/loaded_module_verification.h',
298 'browser/install_verification/win/module_ids.cc', 296 'browser/install_verification/win/module_ids.cc',
299 'browser/install_verification/win/module_ids.h', 297 'browser/install_verification/win/module_ids.h',
300 'browser/install_verification/win/module_info.h', 298 'browser/install_verification/win/module_info.h',
301 'browser/install_verification/win/module_list.cc', 299 'browser/install_verification/win/module_list.cc',
302 'browser/install_verification/win/module_list.h', 300 'browser/install_verification/win/module_list.h',
303 'browser/install_verification/win/module_verification_common.cc', 301 'browser/install_verification/win/module_verification_common.cc',
(...skipping 4034 matching lines...) Expand 10 before | Expand all | Expand 10 after
4338 '../components/components.gyp:rlz', 4336 '../components/components.gyp:rlz',
4339 '../components/components.gyp:search_engines', 4337 '../components/components.gyp:search_engines',
4340 '../rlz/rlz.gyp:rlz_lib', 4338 '../rlz/rlz.gyp:rlz_lib',
4341 'common', 4339 'common',
4342 ], 4340 ],
4343 }, 4341 },
4344 ], 4342 ],
4345 }], 4343 }],
4346 ], 4344 ],
4347 } 4345 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698