Searched refs:toplevel_dir (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/gyp/test/toplevel-dir/
H A Dgyptest-toplevel-dir.py21 toplevel_dir = 'src' variable
23 test.build('all', chdir=toplevel_dir)
25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
28 chdir=toplevel_dir,
/external/chromium-trace/trace-viewer/
H A Drun_dev_server.py21 toplevel_dir = os.path.abspath(os.path.dirname(__file__)) variable
22 src_dir = os.path.join(toplevel_dir, 'src')
23 test_data_dir = os.path.join(toplevel_dir, 'test_data')
48 y = '/' + os.path.relpath(x, toplevel_dir)
161 os.chdir(toplevel_dir)
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py162 def InvertRelativePath(path, toplevel_dir=None):
163 """Given a path like foo/bar that is relative to toplevel_dir, return
164 the inverse relative path back to the toplevel_dir.
171 toplevel_dir = '.' if toplevel_dir is None else toplevel_dir
172 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
H A D__init__.py337 parser.add_option('--toplevel-dir', dest='toplevel_dir', action='store',
447 if not options.toplevel_dir:
448 options.toplevel_dir = options.depth
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py325 def calc_load_sequence(filenames, toplevel_dir):
341 resource_finder = ResourceFinder(os.path.abspath(toplevel_dir))
347 rel_filename = os.path.relpath(filename, toplevel_dir)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmake.py1890 build_files_args = [gyp.common.RelativePath(filename, options.toplevel_dir)
1894 options.toplevel_dir)
1915 if options.toplevel_dir and options.toplevel_dir != '.':
1916 arguments += '-C', options.toplevel_dir
1943 options.toplevel_dir)
1961 makefile_path = os.path.join(options.toplevel_dir, makefile_name)
2080 build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir))
2088 options.toplevel_dir)
H A Dandroid.py935 makefile = os.path.abspath(os.path.join(options.toplevel_dir,
965 options.toplevel_dir)
983 makefile_path = os.path.join(options.toplevel_dir, makefile_name)
1009 options.toplevel_dir)
1018 options.toplevel_dir)
H A Dninja.py213 toplevel_dir=None):
218 toplevel_dir: path to the toplevel directory
231 if toplevel_dir is not None:
232 self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir,
242 build_to_top = gyp.common.InvertRelativePath(build_dir, toplevel_dir)
245 base_to_top = gyp.common.InvertRelativePath(base_dir, toplevel_dir)
1585 toplevel_build = os.path.join(options.toplevel_dir, build_dir)
1625 options.toplevel_dir)
1968 build_file = gyp.common.RelativePath(build_file, options.toplevel_dir)
1979 flavor, toplevel_dir
[all...]
H A Declipse.py237 toplevel_build = os.path.join(options.toplevel_dir, build_dir)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dmake_simple.py268 makefilename = os.path.join(options.toplevel_dir, 'Makefile')

Completed in 212 milliseconds