Chromium Code Reviews| Index: components/resources/BUILD.gn |
| diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn |
| index 6ead4c71c74a72606066f48a2d67bf57a01915ea..813bcbf8fd68c8553c8ce138fea05ab42f242ec0 100644 |
| --- a/components/resources/BUILD.gn |
| +++ b/components/resources/BUILD.gn |
| @@ -31,7 +31,10 @@ grit("components_resources") { |
| "-E", |
| "about_credits_file=" + rebase_path(about_credits_file_bro, root_build_dir), |
| ] |
| - defines = [ "enable_print_preview=$enable_print_preview" ] |
| + defines = [ |
| + "enable_print_preview=$enable_print_preview", |
| + "enable_basic_printing=$enable_basic_printing", |
|
Lei Zhang
2017/05/04 07:29:36
Flip these two around. This first.
jzfeng
2017/05/05 02:41:33
Done.
|
| + ] |
| deps = [ |
| ":compressed_about_credits", |