Chromium Code Reviews| Index: chrome/browser/resources/settings/printing_page/compiled_resources2.gyp |
| diff --git a/chrome/browser/resources/settings/printing_page/compiled_resources2.gyp b/chrome/browser/resources/settings/printing_page/compiled_resources2.gyp |
| index 262518a63a7984ae242a50b9926e08ef5ca5a63e..6f4dd28c99d75344e8bad5641a93fca091546ef6 100644 |
| --- a/chrome/browser/resources/settings/printing_page/compiled_resources2.gyp |
| +++ b/chrome/browser/resources/settings/printing_page/compiled_resources2.gyp |
| @@ -6,9 +6,21 @@ |
| { |
| 'target_name': 'printing_page', |
| 'dependencies': [ |
| + '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| ], |
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| + { |
| + 'target_name': 'cups_printers', |
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'cloud_printers', |
| + 'dependencies': [ |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| + ], |
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'], |
|
stevenjb
2016/07/13 17:34:38
fix indent
xdai1
2016/07/13 17:45:43
Done.
|
| + }, |
| ], |
| } |