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

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: 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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'browser/content_settings/policy_content_settings_provider.cc', 815 'browser/content_settings/policy_content_settings_provider.cc',
816 'browser/content_settings/policy_content_settings_provider.h', 816 'browser/content_settings/policy_content_settings_provider.h',
817 'browser/content_settings/pref_content_settings_provider.cc', 817 'browser/content_settings/pref_content_settings_provider.cc',
818 'browser/content_settings/pref_content_settings_provider.h', 818 'browser/content_settings/pref_content_settings_provider.h',
819 'browser/cookies_tree_model.cc', 819 'browser/cookies_tree_model.cc',
820 'browser/cookies_tree_model.h', 820 'browser/cookies_tree_model.h',
821 'browser/cross_site_request_manager.cc', 821 'browser/cross_site_request_manager.cc',
822 'browser/cross_site_request_manager.h', 822 'browser/cross_site_request_manager.h',
823 'browser/custom_home_pages_table_model.cc', 823 'browser/custom_home_pages_table_model.cc',
824 'browser/custom_home_pages_table_model.h', 824 'browser/custom_home_pages_table_model.h',
825 'browser/custom_handlers/protocol_handler_registry.cc',
826 'browser/custom_handlers/protocol_handler_registry.h',
827 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
828 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
825 'browser/default_encoding_combo_model.cc', 829 'browser/default_encoding_combo_model.cc',
826 'browser/default_encoding_combo_model.h', 830 'browser/default_encoding_combo_model.h',
827 'browser/defaults.cc', 831 'browser/defaults.cc',
828 'browser/defaults.h', 832 'browser/defaults.h',
829 'browser/desktop_notification_handler.cc', 833 'browser/desktop_notification_handler.cc',
830 'browser/desktop_notification_handler.h', 834 'browser/desktop_notification_handler.h',
831 'browser/device_orientation/accelerometer_mac.cc', 835 'browser/device_orientation/accelerometer_mac.cc',
832 'browser/device_orientation/accelerometer_mac.h', 836 'browser/device_orientation/accelerometer_mac.h',
833 'browser/device_orientation/data_fetcher.h', 837 'browser/device_orientation/data_fetcher.h',
834 'browser/device_orientation/message_filter.cc', 838 'browser/device_orientation/message_filter.cc',
(...skipping 3765 matching lines...) Expand 10 before | Expand all | Expand 10 after
4600 ], 4604 ],
4601 }, 4605 },
4602 ], 4606 ],
4603 } 4607 }
4604 4608
4605 # Local Variables: 4609 # Local Variables:
4606 # tab-width:2 4610 # tab-width:2
4607 # indent-tabs-mode:nil 4611 # indent-tabs-mode:nil
4608 # End: 4612 # End:
4609 # vim: set expandtab tabstop=2 shiftwidth=2: 4613 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698