| 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 28ff732b0e28891dda35f331895d129efca6965d..0294265685bc8cf46069efaf750bf004ba47042f 100644
|
| --- a/chrome/browser/resources/options/compiled_resources.gyp
|
| +++ b/chrome/browser/resources/options/compiled_resources.gyp
|
| @@ -8,7 +8,6 @@
|
| 'variables': {
|
| 'depends': [
|
| '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
|
| - '../../../../ui/webui/resources/cr_elements/cr_onc/cr_onc_types.js',
|
| '../../../../ui/webui/resources/css/tree.css.js',
|
| '../../../../ui/webui/resources/js/action_link.js',
|
| '../../../../ui/webui/resources/js/cr.js',
|
| @@ -47,8 +46,9 @@
|
| # no possibility to use gyp variable expansion to it, so we don't use
|
| # <(CLOSURE_DIR) in the "externs" line.
|
| 'externs': [
|
| - '../../../../third_party/closure_compiler/externs/chrome_extensions.js',
|
| + '../../../../third_party/closure_compiler/externs/chrome_extensions.js',
|
| '../../../../third_party/closure_compiler/externs/chrome_send_externs.js',
|
| + '../../../../third_party/closure_compiler/externs/networking_private.js',
|
| '../../../../ui/webui/resources/cr_elements/cr_network_icon/cr_network_icon_externs.js',
|
| '../../../../ui/webui/resources/cr_elements/cr_onc/cr_onc_data_externs.js',
|
| ],
|
|
|