Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / chrome / tools / test / reference_build / chrome_linux / resources / inspector / buildSystemOnly.js
1 /**
2  * This flag notifies inspector that it was deployed with the help
3  * of a build system. Build system flattenes all css and js files,
4  * so in this case inspector has to correct paths for dynamic resource loading.
5  */
6 window.flattenImports = true;
7 window.DEBUG = false;