Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: chrome/browser/resources/options/compiled_resources.gyp

Issue 1718243003: [Extern Generation] Add a presubmit script to check externs not being updated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},

Powered by Google App Engine
This is Rietveld 408576698