Chromium Code Reviews| Index: chrome/browser/resources/settings/device_page/compiled_resources2.gyp |
| diff --git a/chrome/browser/resources/settings/reset_page/compiled_resources2.gyp b/chrome/browser/resources/settings/device_page/compiled_resources2.gyp |
| similarity index 69% |
| copy from chrome/browser/resources/settings/reset_page/compiled_resources2.gyp |
| copy to chrome/browser/resources/settings/device_page/compiled_resources2.gyp |
| index 8e32a677733bd5beb19e0d129c7eeefd58c3c293..27067175e5a3fdbd1423d91f9c3f83dc2712ac0c 100644 |
| --- a/chrome/browser/resources/settings/reset_page/compiled_resources2.gyp |
| +++ b/chrome/browser/resources/settings/device_page/compiled_resources2.gyp |
| @@ -4,10 +4,12 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'reset_page', |
| + 'target_name': 'device_page', |
| 'dependencies': [ |
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| + #'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
|
dschuyler
2016/02/17 20:11:24
Can this line be removed or commented to say why i
michaelpg
2016/02/17 23:33:40
Oops, forgot to finish this file. Thanks!
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| + '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| ], |
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |