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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 21115004: extensions: Remove chrome.webSocketProxyPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
« no previous file with comments | « chrome/browser/internal_auth.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', 818 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc',
819 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', 819 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h',
820 'browser/chromeos/ui_proxy_config.cc', 820 'browser/chromeos/ui_proxy_config.cc',
821 'browser/chromeos/ui_proxy_config.h', 821 'browser/chromeos/ui_proxy_config.h',
822 'browser/chromeos/ui_proxy_config_service.cc', 822 'browser/chromeos/ui_proxy_config_service.cc',
823 'browser/chromeos/ui_proxy_config_service.h', 823 'browser/chromeos/ui_proxy_config_service.h',
824 'browser/chromeos/upgrade_detector_chromeos.cc', 824 'browser/chromeos/upgrade_detector_chromeos.cc',
825 'browser/chromeos/upgrade_detector_chromeos.h', 825 'browser/chromeos/upgrade_detector_chromeos.h',
826 'browser/chromeos/version_loader.cc', 826 'browser/chromeos/version_loader.cc',
827 'browser/chromeos/version_loader.h', 827 'browser/chromeos/version_loader.h',
828 'browser/chromeos/web_socket_proxy.cc',
829 'browser/chromeos/web_socket_proxy.h',
830 'browser/chromeos/web_socket_proxy_controller.cc',
831 'browser/chromeos/web_socket_proxy_controller.h',
832 'browser/chromeos/web_socket_proxy_helper.cc',
833 'browser/chromeos/web_socket_proxy_helper.h',
834 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 828 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
835 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 829 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
836 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 830 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
837 ], 831 ],
838 'conditions': [ 832 'conditions': [
839 ['enable_extensions==1', { 833 ['enable_extensions==1', {
840 'sources': [ 834 'sources': [
841 # Only extension API implementations should go here. 835 # Only extension API implementations should go here.
842 'browser/chromeos/extensions/echo_private_api.cc', 836 'browser/chromeos/extensions/echo_private_api.cc',
843 'browser/chromeos/extensions/echo_private_api.h', 837 'browser/chromeos/extensions/echo_private_api.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'browser/chromeos/attestation/attestation_key_payload.proto', 982 'browser/chromeos/attestation/attestation_key_payload.proto',
989 ], 983 ],
990 'variables': { 984 'variables': {
991 'proto_in_dir': 'browser/chromeos/attestation', 985 'proto_in_dir': 'browser/chromeos/attestation',
992 'proto_out_dir': 'chrome/browser/chromeos/attestation', 986 'proto_out_dir': 'chrome/browser/chromeos/attestation',
993 }, 987 },
994 'includes': [ '../build/protoc.gypi' ] 988 'includes': [ '../build/protoc.gypi' ]
995 }, 989 },
996 ], 990 ],
997 } 991 }
OLDNEW
« no previous file with comments | « chrome/browser/internal_auth.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698