13 lines
667 B
Diff
13 lines
667 B
Diff
diff --git a/tools/json_schema_compiler/feature_compiler.py b/tools/json_schema_compiler/feature_compiler.py
|
|
index eebda78e1f63c79354c0142c332da853d9374e30..b028663db9557a04ba9f1f9dc1d0762462760122 100644
|
|
--- a/tools/json_schema_compiler/feature_compiler.py
|
|
+++ b/tools/json_schema_compiler/feature_compiler.py
|
|
@@ -1015,6 +1015,7 @@ class FeatureCompiler(object):
|
|
f.write(cc_file.Render().strip())
|
|
|
|
|
|
+from brave_chromium_utils import inline_chromium_src_override; inline_chromium_src_override(globals(), locals())
|
|
if __name__ == '__main__':
|
|
parser = argparse.ArgumentParser(description='Compile json feature files')
|
|
parser.add_argument('chrome_root',
|