| Index: chrome/browser/resources/options/compiled_resources.gyp
|
| diff --git a/chrome/browser/resources/options/compiled_resources.gyp b/chrome/browser/resources/options/compiled_resources.gyp
|
| index 5b92fa509464af8bd5a854c76b3f4babe8c6852a..89195409aaee0e6ac49a089ed9b79cfaaf692f59 100644
|
| --- a/chrome/browser/resources/options/compiled_resources.gyp
|
| +++ b/chrome/browser/resources/options/compiled_resources.gyp
|
| @@ -8,7 +8,7 @@
|
| 'variables': {
|
| 'depends': [
|
| '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
|
| - '../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_types.js',
|
| + '../../../../ui/webui/resources/cr_elements/network/cr_onc_types.js',
|
| '../../../../ui/webui/resources/js/action_link.js',
|
| '../../../../ui/webui/resources/js/cr.js',
|
| '../../../../ui/webui/resources/js/cr/event_target.js',
|
| @@ -49,7 +49,7 @@
|
| '../../../../third_party/closure_compiler/externs/management.js',
|
| '../../../../third_party/closure_compiler/externs/networking_private.js',
|
| '../../../../third_party/closure_compiler/externs/chrome_send.js',
|
| - '../../../../ui/webui/resources/cr_elements/v1_0/network/cr_network_icon_externs.js',
|
| + '../../../../ui/webui/resources/cr_elements/network/cr_network_icon_externs.js',
|
| ],
|
| },
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
|
|
|