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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6410115: Adds navigator.registerProtocolHandler. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Sync'd, disallow non-same origin rph, adds hostname to the infobar. Created 9 years, 10 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'browser/content_settings/content_settings_pref_provider.cc', 822 'browser/content_settings/content_settings_pref_provider.cc',
823 'browser/content_settings/content_settings_pref_provider.h', 823 'browser/content_settings/content_settings_pref_provider.h',
824 'browser/cookies_tree_model.cc', 824 'browser/cookies_tree_model.cc',
825 'browser/cookies_tree_model.h', 825 'browser/cookies_tree_model.h',
826 'browser/crash_upload_list.cc', 826 'browser/crash_upload_list.cc',
827 'browser/crash_upload_list.h', 827 'browser/crash_upload_list.h',
828 'browser/cross_site_request_manager.cc', 828 'browser/cross_site_request_manager.cc',
829 'browser/cross_site_request_manager.h', 829 'browser/cross_site_request_manager.h',
830 'browser/custom_home_pages_table_model.cc', 830 'browser/custom_home_pages_table_model.cc',
831 'browser/custom_home_pages_table_model.h', 831 'browser/custom_home_pages_table_model.h',
832 'browser/custom_handlers/protocol_handler.cc',
833 'browser/custom_handlers/protocol_handler.h',
834 'browser/custom_handlers/protocol_handler_registry.cc',
835 'browser/custom_handlers/protocol_handler_registry.h',
836 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
837 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
832 'browser/default_encoding_combo_model.cc', 838 'browser/default_encoding_combo_model.cc',
833 'browser/default_encoding_combo_model.h', 839 'browser/default_encoding_combo_model.h',
834 'browser/defaults.cc', 840 'browser/defaults.cc',
835 'browser/defaults.h', 841 'browser/defaults.h',
836 'browser/desktop_notification_handler.cc', 842 'browser/desktop_notification_handler.cc',
837 'browser/desktop_notification_handler.h', 843 'browser/desktop_notification_handler.h',
838 'browser/device_orientation/accelerometer_mac.cc', 844 'browser/device_orientation/accelerometer_mac.cc',
839 'browser/device_orientation/accelerometer_mac.h', 845 'browser/device_orientation/accelerometer_mac.h',
840 'browser/device_orientation/data_fetcher.h', 846 'browser/device_orientation/data_fetcher.h',
841 'browser/device_orientation/message_filter.cc', 847 'browser/device_orientation/message_filter.cc',
(...skipping 3680 matching lines...) Expand 10 before | Expand all | Expand 10 after
4522 ], 4528 ],
4523 }, 4529 },
4524 ], 4530 ],
4525 } 4531 }
4526 4532
4527 # Local Variables: 4533 # Local Variables:
4528 # tab-width:2 4534 # tab-width:2
4529 # indent-tabs-mode:nil 4535 # indent-tabs-mode:nil
4530 # End: 4536 # End:
4531 # vim: set expandtab tabstop=2 shiftwidth=2: 4537 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698