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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2272123002: [HBD] Intercept navigation to Flash download page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 2427 matching lines...) Expand 10 before | Expand all | Expand 10 after
2438 'browser/metrics/plugin_metrics_provider.cc', 2438 'browser/metrics/plugin_metrics_provider.cc',
2439 'browser/metrics/plugin_metrics_provider.h', 2439 'browser/metrics/plugin_metrics_provider.h',
2440 'browser/pepper_broker_infobar_delegate.cc', 2440 'browser/pepper_broker_infobar_delegate.cc',
2441 'browser/pepper_broker_infobar_delegate.h', 2441 'browser/pepper_broker_infobar_delegate.h',
2442 'browser/pepper_flash_settings_manager.cc', 2442 'browser/pepper_flash_settings_manager.cc',
2443 'browser/pepper_flash_settings_manager.h', 2443 'browser/pepper_flash_settings_manager.h',
2444 'browser/plugins/chrome_content_browser_client_plugins_part.cc', 2444 'browser/plugins/chrome_content_browser_client_plugins_part.cc',
2445 'browser/plugins/chrome_content_browser_client_plugins_part.h', 2445 'browser/plugins/chrome_content_browser_client_plugins_part.h',
2446 'browser/plugins/chrome_plugin_service_filter.cc', 2446 'browser/plugins/chrome_plugin_service_filter.cc',
2447 'browser/plugins/chrome_plugin_service_filter.h', 2447 'browser/plugins/chrome_plugin_service_filter.h',
2448 'browser/plugins/flash_download_interception.h',
2449 'browser/plugins/flash_download_interception.cc',
2448 'browser/plugins/plugin_data_remover_helper.cc', 2450 'browser/plugins/plugin_data_remover_helper.cc',
2449 'browser/plugins/plugin_data_remover_helper.h', 2451 'browser/plugins/plugin_data_remover_helper.h',
2450 'browser/plugins/plugin_finder.cc', 2452 'browser/plugins/plugin_finder.cc',
2451 'browser/plugins/plugin_finder.h', 2453 'browser/plugins/plugin_finder.h',
2452 'browser/plugins/plugin_info_message_filter.cc', 2454 'browser/plugins/plugin_info_message_filter.cc',
2453 'browser/plugins/plugin_info_message_filter.h', 2455 'browser/plugins/plugin_info_message_filter.h',
2454 'browser/plugins/plugin_infobar_delegates.cc', 2456 'browser/plugins/plugin_infobar_delegates.cc',
2455 'browser/plugins/plugin_infobar_delegates.h', 2457 'browser/plugins/plugin_infobar_delegates.h',
2456 'browser/plugins/plugin_metadata.cc', 2458 'browser/plugins/plugin_metadata.cc',
2457 'browser/plugins/plugin_metadata.h', 2459 'browser/plugins/plugin_metadata.h',
(...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
4341 '../components/components.gyp:rlz', 4343 '../components/components.gyp:rlz',
4342 '../components/components.gyp:search_engines', 4344 '../components/components.gyp:search_engines',
4343 '../rlz/rlz.gyp:rlz_lib', 4345 '../rlz/rlz.gyp:rlz_lib',
4344 'common', 4346 'common',
4345 ], 4347 ],
4346 }, 4348 },
4347 ], 4349 ],
4348 }], 4350 }],
4349 ], 4351 ],
4350 } 4352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698