Home | History | Annotate | Download | only in gyp

Lines Matching refs:inspector

3 # Don't do anything for Debug builds, so the Inspector is easier to debug.
8 # Combine all script resources in the inspector.html file.
9 "$SRCROOT/../inspector/combine-javascript-resources.pl" --input-html "${SRCROOT}/../inspector/front-end/inspector.html" --generated-scripts-dir ${BUILT_PRODUCTS_DIR}/DerivedSources/WebCore --output-dir "${DERIVED_FILE_DIR}/WebCore" --output-script-name inspector.js
12 "$SRCROOT/../inspector/inline-javascript-imports.py" "${SRCROOT}/../inspector/front-end/ScriptFormatterWorker.js" "${SRCROOT}/../inspector/front-end" "${DERIVED_FILE_DIR}/WebCore/scriptFormatterWorker.js"
14 if [ -d "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector" ]; then
16 cd "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector"
20 cp "${DERIVED_FILE_DIR}/WebCore/inspector.html" inspector.html
21 cp "${DERIVED_FILE_DIR}/WebCore/inspector.js" inspector.js