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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8743017: Real (but naive) UDP socket sending. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Post-try-server fixes. Created 9 years 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 823 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
824 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 824 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
825 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 825 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
826 'browser/chromeos/xinput_hierarchy_changed_event_listener_gtk.cc', 826 'browser/chromeos/xinput_hierarchy_changed_event_listener_gtk.cc',
827 'browser/command_updater.cc', 827 'browser/command_updater.cc',
828 'browser/command_updater.h', 828 'browser/command_updater.h',
829 'browser/component_updater/component_updater_configurator.cc', 829 'browser/component_updater/component_updater_configurator.cc',
830 'browser/component_updater/component_updater_configurator.h', 830 'browser/component_updater/component_updater_configurator.h',
831 'browser/component_updater/component_unpacker.cc', 831 'browser/component_updater/component_unpacker.cc',
832 'browser/component_updater/component_unpacker.h', 832 'browser/component_updater/component_unpacker.h',
833 'browser/extensions/socket_api.cc',
834 'browser/extensions/socket_api.h',
835 'browser/component_updater/component_updater_service.cc', 833 'browser/component_updater/component_updater_service.cc',
836 'browser/component_updater/component_updater_service.h', 834 'browser/component_updater/component_updater_service.h',
837 'browser/component_updater/flash_component_installer.h', 835 'browser/component_updater/flash_component_installer.h',
838 'browser/component_updater/npapi_flash_component_installer.cc', 836 'browser/component_updater/npapi_flash_component_installer.cc',
839 'browser/component_updater/pepper_flash_component_installer.cc', 837 'browser/component_updater/pepper_flash_component_installer.cc',
840 'browser/component_updater/recovery_component_installer.cc', 838 'browser/component_updater/recovery_component_installer.cc',
841 'browser/component_updater/recovery_component_installer.h', 839 'browser/component_updater/recovery_component_installer.h',
842 'browser/content_settings/content_settings_default_provider.cc', 840 'browser/content_settings/content_settings_default_provider.cc',
843 'browser/content_settings/content_settings_default_provider.h', 841 'browser/content_settings/content_settings_default_provider.h',
844 'browser/content_settings/content_settings_details.cc', 842 'browser/content_settings/content_settings_details.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'browser/download/download_throttling_resource_handler.cc', 922 'browser/download/download_throttling_resource_handler.cc',
925 'browser/download/download_throttling_resource_handler.h', 923 'browser/download/download_throttling_resource_handler.h',
926 'browser/download/download_util.cc', 924 'browser/download/download_util.cc',
927 'browser/download/download_util.h', 925 'browser/download/download_util.h',
928 'browser/download/save_package_file_picker.cc', 926 'browser/download/save_package_file_picker.cc',
929 'browser/download/save_package_file_picker.h', 927 'browser/download/save_package_file_picker.h',
930 'browser/enumerate_modules_model_win.cc', 928 'browser/enumerate_modules_model_win.cc',
931 'browser/enumerate_modules_model_win.h', 929 'browser/enumerate_modules_model_win.h',
932 'browser/event_disposition.cc', 930 'browser/event_disposition.cc',
933 'browser/event_disposition.h', 931 'browser/event_disposition.h',
932 'browser/extensions/api/socket/socket_api.cc',
933 'browser/extensions/api/socket/socket_api.h',
934 'browser/extensions/api/socket/socket_api_controller.cc',
935 'browser/extensions/api/socket/socket_api_controller.h',
934 'browser/extensions/app_notification.cc', 936 'browser/extensions/app_notification.cc',
935 'browser/extensions/app_notification.h', 937 'browser/extensions/app_notification.h',
936 'browser/extensions/app_notification_manager.cc', 938 'browser/extensions/app_notification_manager.cc',
937 'browser/extensions/app_notification_manager.h', 939 'browser/extensions/app_notification_manager.h',
938 'browser/extensions/app_notification_storage.cc', 940 'browser/extensions/app_notification_storage.cc',
939 'browser/extensions/app_notification_storage.h', 941 'browser/extensions/app_notification_storage.h',
940 'browser/extensions/app_notify_channel_setup.cc', 942 'browser/extensions/app_notify_channel_setup.cc',
941 'browser/extensions/app_notify_channel_setup.h', 943 'browser/extensions/app_notify_channel_setup.h',
942 'browser/extensions/app_notify_channel_ui.cc', 944 'browser/extensions/app_notify_channel_ui.cc',
943 'browser/extensions/app_notify_channel_ui.h', 945 'browser/extensions/app_notify_channel_ui.h',
(...skipping 4291 matching lines...) Expand 10 before | Expand all | Expand 10 after
5235 'type': 'static_library', 5237 'type': 'static_library',
5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5238 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5237 'variables': { 5239 'variables': {
5238 'proto_in_dir': 'browser/history', 5240 'proto_in_dir': 'browser/history',
5239 'proto_out_dir': 'chrome/browser/history', 5241 'proto_out_dir': 'chrome/browser/history',
5240 }, 5242 },
5241 'includes': [ '../build/protoc.gypi' ] 5243 'includes': [ '../build/protoc.gypi' ]
5242 }, 5244 },
5243 ], 5245 ],
5244 } 5246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698