Remove refs to Grit's output_all_resource_defines option, part 4.
In this part updating files under: ash/, chromeos/, ui/chromeos/. This option is no longer respected by Grit, as of crrev.com/c/786121 (~7 years ago), but it is still present in a lot of grd files. Bug: 389466679 Change-Id: I8113ebe7d1c71e19d5a3917ab72b9d634c86af17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6168368 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1405906}
This commit is contained in:
ash
keyboard
login
resources
public
cpp
resources
quick_insert
resources
system
wm
overview
birch
resources
chromeos/ash
ui/chromeos
@ -3,7 +3,7 @@
|
||||
NOTE: if you are adding resources here, you should probably also edit:
|
||||
ui/keyboard/keyboard_resource_util.cc
|
||||
-->
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/keyboard_resources.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/login_resources.h" type="rc_header" context="default_100_percent">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -5,7 +5,7 @@
|
||||
it is the caller's responsibility to do the right thing when the
|
||||
display is not at 100P device scale factor.
|
||||
-->
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/ash_public_unscaled_resources.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/quick_insert_resources.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/mahi_resources.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--This file contains the gradient animation json files for image button and create
|
||||
with ai button on the VC tray.
|
||||
-->
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/vc_resources.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/coral_resources.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/emoji.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/ash_resources.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
|
||||
<grit latest_public_release="0" current_release="1">
|
||||
<outputs>
|
||||
<output filename="grit/ui_chromeos_resources.h" type="rc_header" context="default_100_percent">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<grit base_dir="." latest_public_release="0" current_release="1"
|
||||
output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
|
||||
source_lang_id="en" enc_check="möl">
|
||||
<outputs>
|
||||
<output filename="grit/ui_chromeos_strings.h" type="rc_header">
|
||||
<emit emit_type='prepend'></emit>
|
||||
|
Reference in New Issue
Block a user