summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/devtools/front_end/buildSystemOnly.js
blob: 7be07f720810a160d544bdb64c0a6ce3a9d984d0 (plain)
1
2
3
4
5
6
7
/**
 * This flag notifies inspector that it was deployed with the help
 * of a build system. Build system flattenes all css and js files,
 * so in this case inspector has to correct paths for dynamic resource loading.
 */
window.flattenImports = true;
window.DEBUG = false;