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

Side by Side Diff: chrome/renderer/resources/renderer_resources.grd

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 years, 8 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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/renderer_resources.h" type="rc_header" context="defau lt_100_percent"> 4 <output filename="grit/renderer_resources.h" type="rc_header" context="defau lt_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" /> 7 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" />
8 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" /> 8 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" />
9 <output filename="renderer_resources_300_percent.pak" type="data_package" co ntext="default_300_percent" /> 9 <output filename="renderer_resources_300_percent.pak" type="data_package" co ntext="default_300_percent" />
10 </outputs> 10 </outputs>
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <include name="IDR_FILE_MANAGER_PRIVATE_CUSTOM_BINDINGS_JS" file="exte nsions\file_manager_private_custom_bindings.js" type="BINDATA" /> 78 <include name="IDR_FILE_MANAGER_PRIVATE_CUSTOM_BINDINGS_JS" file="exte nsions\file_manager_private_custom_bindings.js" type="BINDATA" />
79 <include name="IDR_FILE_SYSTEM_PROVIDER_CUSTOM_BINDINGS_JS" file="exte nsions\file_system_provider_custom_bindings.js" type="BINDATA" /> 79 <include name="IDR_FILE_SYSTEM_PROVIDER_CUSTOM_BINDINGS_JS" file="exte nsions\file_system_provider_custom_bindings.js" type="BINDATA" />
80 <include name="IDR_PLATFORM_KEYS_CUSTOM_BINDINGS_JS" file="extensions\ platform_keys_custom_bindings.js" type="BINDATA" /> 80 <include name="IDR_PLATFORM_KEYS_CUSTOM_BINDINGS_JS" file="extensions\ platform_keys_custom_bindings.js" type="BINDATA" />
81 <include name="IDR_PLATFORM_KEYS_GET_PUBLIC_KEY_JS" file="extensions\p latform_keys\get_public_key.js" type="BINDATA" /> 81 <include name="IDR_PLATFORM_KEYS_GET_PUBLIC_KEY_JS" file="extensions\p latform_keys\get_public_key.js" type="BINDATA" />
82 <include name="IDR_PLATFORM_KEYS_INTERNAL_API_JS" file="extensions\pla tform_keys\internal_api.js" type="BINDATA" /> 82 <include name="IDR_PLATFORM_KEYS_INTERNAL_API_JS" file="extensions\pla tform_keys\internal_api.js" type="BINDATA" />
83 <include name="IDR_PLATFORM_KEYS_KEY_JS" file="extensions\platform_key s\key.js" type="BINDATA" /> 83 <include name="IDR_PLATFORM_KEYS_KEY_JS" file="extensions\platform_key s\key.js" type="BINDATA" />
84 <include name="IDR_PLATFORM_KEYS_SUBTLE_CRYPTO_JS" file="extensions\pl atform_keys\subtle_crypto.js" type="BINDATA" /> 84 <include name="IDR_PLATFORM_KEYS_SUBTLE_CRYPTO_JS" file="extensions\pl atform_keys\subtle_crypto.js" type="BINDATA" />
85 <include name="IDR_PLATFORM_KEYS_UTILS_JS" file="extensions\platform_k eys\utils.js" type="BINDATA" /> 85 <include name="IDR_PLATFORM_KEYS_UTILS_JS" file="extensions\platform_k eys\utils.js" type="BINDATA" />
86 <include name="IDR_TERMINAL_PRIVATE_CUSTOM_BINDINGS_JS" file="extensio ns\terminal_private_custom_bindings.js" type="BINDATA" /> 86 <include name="IDR_TERMINAL_PRIVATE_CUSTOM_BINDINGS_JS" file="extensio ns\terminal_private_custom_bindings.js" type="BINDATA" />
87 </if> 87 </if>
88 <!-- Media Router Mojo service and bindings. -->
89 <if expr="enable_media_router">
90 <include name="IDR_MEDIA_CONTROLLER_MOJOM_JS" file="${mojom_root}\chro me\common\media_router\mojo\media_controller.mojom.js" use_base_dir="false" type ="BINDATA" />
91 <include name="IDR_MEDIA_ROUTER_MOJOM_JS" file="${mojom_root}\chrome\c ommon\media_router\mojo\media_router.mojom.js" use_base_dir="false" type="BINDAT A" />
92 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="extensions\media_ro uter_bindings.js" type="BINDATA" />
93 <include name="IDR_MEDIA_STATUS_MOJOM_JS" file="${mojom_root}\chrome\c ommon\media_router\mojo\media_status.mojom.js" use_base_dir="false" type="BINDAT A" />
94 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common \time.mojom.js" use_base_dir="false" type="BINDATA" />
95 <include name="IDR_MOJO_IP_ADDRESS_MOJOM_JS" file="${mojom_root}\net\i nterfaces\ip_address.mojom.js" use_base_dir="false" type="BINDATA" />
96 <include name="IDR_ORIGIN_MOJOM_JS" file="${mojom_root}\url\mojo\origi n.mojom.js" use_base_dir="false" type="BINDATA" />
97 <include name="IDR_MOJO_URL_MOJOM_JS" file="${mojom_root}\url\mojo\url .mojom.js" use_base_dir="false" type="BINDATA" />
98 </if>
88 </if> 99 </if>
89 </includes> 100 </includes>
90 </release> 101 </release>
91 </grit> 102 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698