diff options
Diffstat (limited to 'chromium/build/config/chromecast_build.gni')
-rw-r--r-- | chromium/build/config/chromecast_build.gni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/build/config/chromecast_build.gni b/chromium/build/config/chromecast_build.gni index 97304c3a4d2..a7552b939e9 100644 --- a/chromium/build/config/chromecast_build.gni +++ b/chromium/build/config/chromecast_build.gni @@ -25,6 +25,9 @@ declare_args() { # If non empty, rpath of executables is set to this. # If empty, default value is used. target_rpath = "" + + # Set true to enable modular_updater. + enable_modular_updater = false } # Note(slan): This arg depends on the value of is_chromecast, and thus must be |