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

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: fixed 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 'dependencies': [ 10 'dependencies': [
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'browser/chromeos/views/copy_background.cc', 796 'browser/chromeos/views/copy_background.cc',
797 'browser/chromeos/views/copy_background.h', 797 'browser/chromeos/views/copy_background.h',
798 'browser/chromeos/views/dropdown_button.cc', 798 'browser/chromeos/views/dropdown_button.cc',
799 'browser/chromeos/views/dropdown_button.h', 799 'browser/chromeos/views/dropdown_button.h',
800 'browser/chromeos/volume_bubble.cc', 800 'browser/chromeos/volume_bubble.cc',
801 'browser/chromeos/volume_bubble.h', 801 'browser/chromeos/volume_bubble.h',
802 'browser/chromeos/web_socket_proxy.cc', 802 'browser/chromeos/web_socket_proxy.cc',
803 'browser/chromeos/web_socket_proxy.h', 803 'browser/chromeos/web_socket_proxy.h',
804 'browser/chromeos/web_socket_proxy_controller.cc', 804 'browser/chromeos/web_socket_proxy_controller.cc',
805 'browser/chromeos/web_socket_proxy_controller.h', 805 'browser/chromeos/web_socket_proxy_controller.h',
806 'browser/chromeos/web_socket_proxy_helper.cc',
807 'browser/chromeos/web_socket_proxy_helper.h',
806 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 808 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
807 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 809 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
808 'browser/command_updater.cc', 810 'browser/command_updater.cc',
809 'browser/command_updater.h', 811 'browser/command_updater.h',
810 'browser/component_updater/component_updater_configurator.cc', 812 'browser/component_updater/component_updater_configurator.cc',
811 'browser/component_updater/component_updater_configurator.h', 813 'browser/component_updater/component_updater_configurator.h',
812 'browser/component_updater/component_unpacker.cc', 814 'browser/component_updater/component_unpacker.cc',
813 'browser/component_updater/component_unpacker.h', 815 'browser/component_updater/component_unpacker.h',
814 'browser/component_updater/component_updater_service.cc', 816 'browser/component_updater/component_updater_service.cc',
815 'browser/component_updater/component_updater_service.h', 817 'browser/component_updater/component_updater_service.h',
(...skipping 4468 matching lines...) Expand 10 before | Expand all | Expand 10 after
5284 'type': 'static_library', 5286 'type': 'static_library',
5285 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5286 'variables': { 5288 'variables': {
5287 'proto_in_dir': 'browser/history', 5289 'proto_in_dir': 'browser/history',
5288 'proto_out_dir': 'chrome/browser/history', 5290 'proto_out_dir': 'chrome/browser/history',
5289 }, 5291 },
5290 'includes': [ '../build/protoc.gypi' ] 5292 'includes': [ '../build/protoc.gypi' ]
5291 }, 5293 },
5292 ], 5294 ],
5293 } 5295 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698