HomeSort by relevance Sort by last modified time
    Searched refs:EXTENSIONS_PATH (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/
PRESUBMIT_test.py 11 EXTENSIONS_PATH = os.path.join('chrome', 'common', 'extensions')
12 DOCS_PATH = os.path.join(EXTENSIONS_PATH, 'docs')
22 os.path.join(EXTENSIONS_PATH, 'test.cc'),
23 os.path.join(EXTENSIONS_PATH, 'test2.cc'),
30 input_files.append(os.path.join(EXTENSIONS_PATH, 'api', 'file_system.idl'))
35 input_files.append(os.path.join(EXTENSIONS_PATH, 'api', 'alarms.json'))
39 input_files.append(os.path.join(EXTENSIONS_PATH,
PRESUBMIT.py 14 EXTENSIONS_PATH = os.path.join('chrome', 'common', 'extensions')
15 DOCS_PATH = os.path.join(EXTENSIONS_PATH, 'docs')
17 API_PATH = os.path.join(EXTENSIONS_PATH, 'api')

Completed in 170 milliseconds