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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8586027: Move DNS resolution from websocket-to-TCP proxy to ExtensionFunction (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 9 years, 1 month 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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'browser/chromeos/views/copy_background.cc', 799 'browser/chromeos/views/copy_background.cc',
800 'browser/chromeos/views/copy_background.h', 800 'browser/chromeos/views/copy_background.h',
801 'browser/chromeos/views/dropdown_button.cc', 801 'browser/chromeos/views/dropdown_button.cc',
802 'browser/chromeos/views/dropdown_button.h', 802 'browser/chromeos/views/dropdown_button.h',
803 'browser/chromeos/volume_bubble.cc', 803 'browser/chromeos/volume_bubble.cc',
804 'browser/chromeos/volume_bubble.h', 804 'browser/chromeos/volume_bubble.h',
805 'browser/chromeos/web_socket_proxy.cc', 805 'browser/chromeos/web_socket_proxy.cc',
806 'browser/chromeos/web_socket_proxy.h', 806 'browser/chromeos/web_socket_proxy.h',
807 'browser/chromeos/web_socket_proxy_controller.cc', 807 'browser/chromeos/web_socket_proxy_controller.cc',
808 'browser/chromeos/web_socket_proxy_controller.h', 808 'browser/chromeos/web_socket_proxy_controller.h',
809 'browser/chromeos/web_socket_proxy_helper.cc',
810 'browser/chromeos/web_socket_proxy_helper.h',
809 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 811 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
810 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 812 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
811 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 813 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
812 'browser/chromeos/xinput_hierarchy_changed_event_listener_gtk.cc', 814 'browser/chromeos/xinput_hierarchy_changed_event_listener_gtk.cc',
813 'browser/command_updater.cc', 815 'browser/command_updater.cc',
814 'browser/command_updater.h', 816 'browser/command_updater.h',
815 'browser/component_updater/component_updater_configurator.cc', 817 'browser/component_updater/component_updater_configurator.cc',
816 'browser/component_updater/component_updater_configurator.h', 818 'browser/component_updater/component_updater_configurator.h',
817 'browser/component_updater/component_unpacker.cc', 819 'browser/component_updater/component_unpacker.cc',
818 'browser/component_updater/component_unpacker.h', 820 'browser/component_updater/component_unpacker.h',
(...skipping 4476 matching lines...) Expand 10 before | Expand all | Expand 10 after
5295 'type': 'static_library', 5297 'type': 'static_library',
5296 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5298 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5297 'variables': { 5299 'variables': {
5298 'proto_in_dir': 'browser/history', 5300 'proto_in_dir': 'browser/history',
5299 'proto_out_dir': 'chrome/browser/history', 5301 'proto_out_dir': 'chrome/browser/history',
5300 }, 5302 },
5301 'includes': [ '../build/protoc.gypi' ] 5303 'includes': [ '../build/protoc.gypi' ]
5302 }, 5304 },
5303 ], 5305 ],
5304 } 5306 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_web_socket_proxy_private_api.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698