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 242ff673ebb40215ad2b43e2f4f600f14ebfb81d..28b78681f14894f03269af693236daaff043b867 100644 |
--- a/chrome/browser/resources/options/compiled_resources.gyp |
+++ b/chrome/browser/resources/options/compiled_resources.gyp |
@@ -46,12 +46,12 @@ |
# 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/bluetooth.js', |
'../../../../third_party/closure_compiler/externs/bluetooth_private.js', |
'../../../../third_party/closure_compiler/externs/management.js', |
'../../../../third_party/closure_compiler/externs/metrics_private.js', |
'../../../../third_party/closure_compiler/externs/networking_private.js', |
'../../../../third_party/closure_compiler/externs/chrome_send.js', |
+ '../../../../ui/externs/bluetooth.js', |
'../../../../ui/webui/resources/cr_elements/network/cr_network_icon_externs.js', |
], |
}, |