Home
last modified time | relevance | path

Searched full:static_dir (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
Dapp.yaml17 static_dir: images
20 static_dir: scripts
23 static_dir: styles
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/
Dapp.yaml20 static_dir: stylesheets
23 static_dir: static-dashboards
/external/chromium_org/native_client_sdk/src/gonacl_appengine/
Dapp.yaml24 static_dir: static
/external/skia/gm/rebaseline_server/
Dserver.py367 static_dir = os.path.realpath(os.path.join(PARENT_DIRECTORY, 'static'))
368 full_path = os.path.realpath(os.path.join(static_dir, path))
369 if full_path.startswith(static_dir):
374 % (full_path, static_dir))