| Index: remoting/remoting_webapp_compile.gypi
|
| diff --git a/remoting/remoting_webapp_compile.gypi b/remoting/remoting_webapp_compile.gypi
|
| index f0357792429c57a8c595a39f00867f206eaa5289..f30195c061dd09c31c74154e59b785399dc2b63b 100644
|
| --- a/remoting/remoting_webapp_compile.gypi
|
| +++ b/remoting/remoting_webapp_compile.gypi
|
| @@ -9,15 +9,11 @@
|
| 'success_stamp': '<(PRODUCT_DIR)/<(_target_name)_jscompile.stamp',
|
| 'success_stamp_bt': '<(PRODUCT_DIR)/<(_target_name)_bt_jscompile.stamp',
|
| 'success_stamp_ut': '<(PRODUCT_DIR)/<(_target_name)_ut_jscompile.stamp',
|
| - 'externs': [
|
| - '<(DEPTH)/third_party/closure_compiler/externs/chrome_extensions.js',
|
| - '<@(remoting_webapp_js_externs)',
|
| - ],
|
| 'compiler_flags': [
|
| '--strict',
|
| '--no-single-file',
|
| '--externs',
|
| - '<(externs)',
|
| + '<(DEPTH)/third_party/closure_compiler/externs/chrome_extensions.js',
|
| ],
|
| },
|
| 'actions': [
|
|
|