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

Side by Side Diff: extensions/extensions.gypi

Issue 1698473004: [chrome.displaySource] Use WDS for Wi-Fi Display implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Antony + rebase + GN build fix Created 4 years, 9 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 'renderer/v8_helpers.h', 1026 'renderer/v8_helpers.h',
1027 'renderer/v8_schema_registry.cc', 1027 'renderer/v8_schema_registry.cc',
1028 'renderer/v8_schema_registry.h', 1028 'renderer/v8_schema_registry.h',
1029 'renderer/wake_event_page.cc', 1029 'renderer/wake_event_page.cc',
1030 'renderer/wake_event_page.h', 1030 'renderer/wake_event_page.h',
1031 'renderer/web_ui_injection_host.cc', 1031 'renderer/web_ui_injection_host.cc',
1032 'renderer/web_ui_injection_host.h', 1032 'renderer/web_ui_injection_host.h',
1033 'renderer/worker_script_context_set.cc', 1033 'renderer/worker_script_context_set.cc',
1034 'renderer/worker_script_context_set.h', 1034 'renderer/worker_script_context_set.h',
1035 ], 1035 ],
1036 'extensions_render_sources_wifi_display': [ 1036 'extensions_renderer_sources_wifi_display': [
1037 'renderer/api/display_source/wifi_display/wifi_display_media_manager.cc',
1038 'renderer/api/display_source/wifi_display/wifi_display_media_manager.h',
1037 'renderer/api/display_source/wifi_display/wifi_display_session.cc', 1039 'renderer/api/display_source/wifi_display/wifi_display_session.cc',
1038 'renderer/api/display_source/wifi_display/wifi_display_session.h', 1040 'renderer/api/display_source/wifi_display/wifi_display_session.h',
1039 ], 1041 ],
1040 'extensions_utility_sources': [ 1042 'extensions_utility_sources': [
1041 'utility/unpacker.cc', 1043 'utility/unpacker.cc',
1042 'utility/unpacker.h', 1044 'utility/unpacker.h',
1043 'utility/utility_handler.cc', 1045 'utility/utility_handler.cc',
1044 'utility/utility_handler.h', 1046 'utility/utility_handler.h',
1045 ], 1047 ],
1046 'extensions_test_support_sources': [ 1048 'extensions_test_support_sources': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 'test/result_catcher.h', 1094 'test/result_catcher.h',
1093 'test/test_content_utility_client.cc', 1095 'test/test_content_utility_client.cc',
1094 'test/test_content_utility_client.h', 1096 'test/test_content_utility_client.h',
1095 'test/test_extensions_client.cc', 1097 'test/test_extensions_client.cc',
1096 'test/test_extensions_client.h', 1098 'test/test_extensions_client.h',
1097 'test/test_permission_message_provider.cc', 1099 'test/test_permission_message_provider.cc',
1098 'test/test_permission_message_provider.h', 1100 'test/test_permission_message_provider.h',
1099 ], 1101 ],
1100 }, 1102 },
1101 } 1103 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698