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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 610633002: Prototype for copresenceSockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/diagnostics/diagnostics_api.cc', 8 'browser/extensions/api/diagnostics/diagnostics_api.cc',
9 'browser/extensions/api/diagnostics/diagnostics_api.h', 9 'browser/extensions/api/diagnostics/diagnostics_api.h',
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc',
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 'chrome_resources.gyp:platform_locale_settings', 894 'chrome_resources.gyp:platform_locale_settings',
895 'chrome_resources.gyp:theme_resources', 895 'chrome_resources.gyp:theme_resources',
896 'common', 896 'common',
897 'common/extensions/api/api.gyp:chrome_api', 897 'common/extensions/api/api.gyp:chrome_api',
898 'common_net', 898 'common_net',
899 'debugger', 899 'debugger',
900 'in_memory_url_index_cache_proto', 900 'in_memory_url_index_cache_proto',
901 'installer_util', 901 'installer_util',
902 'safe_browsing_proto', 902 'safe_browsing_proto',
903 '../components/components.gyp:copresence', 903 '../components/components.gyp:copresence',
904 '../components/components.gyp:copresence_sockets',
904 '../components/components.gyp:omaha_query_params', 905 '../components/components.gyp:omaha_query_params',
905 '../components/components.gyp:onc_component', 906 '../components/components.gyp:onc_component',
906 '../components/components.gyp:proximity_auth', 907 '../components/components.gyp:proximity_auth',
907 '../components/components.gyp:url_matcher', 908 '../components/components.gyp:url_matcher',
908 '../components/components_strings.gyp:components_strings', 909 '../components/components_strings.gyp:components_strings',
909 '../content/app/resources/content_resources.gyp:content_resources', 910 '../content/app/resources/content_resources.gyp:content_resources',
910 '../content/content.gyp:content_browser', 911 '../content/content.gyp:content_browser',
911 '../content/content.gyp:content_common', 912 '../content/content.gyp:content_common',
912 '../crypto/crypto.gyp:crypto', 913 '../crypto/crypto.gyp:crypto',
913 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 914 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 ], 1089 ],
1089 }, { # use_brlapi==0 1090 }, { # use_brlapi==0
1090 'sources': [ 1091 'sources': [
1091 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1092 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1092 ], 1093 ],
1093 }], 1094 }],
1094 ], 1095 ],
1095 }, 1096 },
1096 ], 1097 ],
1097 } 1098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698