OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gypi
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ppapi/native_client/src/shared/ppapi/
nacl.scons
18
# Load ppapi_cpp.
gypi
20
# pull the list of sources from ppapi_sources.
gypi
directly.
23
env.File('$SOURCE_ROOT/ppapi/ppapi_sources.
gypi
').abspath, 'r').read()
27
env.File('$SOURCE_ROOT/ppapi/ppapi_cpp.
gypi
').abspath)
44
# Load ppapi_gl.
gypi
46
env.File('$SOURCE_ROOT/ppapi/ppapi_gl.
gypi
').abspath)
48
# From ppapi_gl.
gypi
:ppapi_gles2:.*\.c
/external/chromium_org/build/
gypi_to_gn.py
5
"""Converts a given
gypi
file to a python scope and writes the result to stdout.
17
Say your_file.
gypi
looked like this:
25
[ rebase_path("your_file.
gypi
") ],
27
[ "your_file.
gypi
" ])
30
- The rebase_path call converts the
gypi
file from being relative to the
47
Sometimes your .
gypi
file will include paths relative to a different
51
"//path/
gypi
/input/values/are/relative/to")
56
.
gypi
files are written with or without this, depending on how they expect to
65
[ rebase_path("your_file.
gypi
"),
68
[ "your_file.
gypi
" ])
[
all
...]
/external/chromium_org/tools/vim/
filetypes.vim
7
au! BufRead,BufNewFile *.
gypi
set filetype=python expandtab tabstop=2 shiftwidth=2
ninja-build.vim
33
# it is, the more likely it's wrong (checking for just "build/common.
gypi
"
34
# would find "src/v8" for files below "src/v8", as "src/v8/build/common.
gypi
"
/external/chromium_org/third_party/boringssl/
update_gypi_and_asm.py
5
"""Enumerates the BoringSSL source in src/ and generates two
gypi
files:
6
boringssl.
gypi
and boringssl_tests.
gypi
."""
189
with open('boringssl.
gypi
', 'w+') as
gypi
:
190
gypi
.write(FILE_HEADER + '{\n \'variables\': {\n')
193
gypi
, 'boringssl_lib_sources', crypto_c_files + ssl_c_files)
199
PrintVariableSection(
gypi
, 'boringssl_%s_%s_sources' %
202
gypi
.write(' }\n}\n')
207
with open('boringssl_tests.
gypi
', 'w+') as test_gypi
[
all
...]
/external/chromium_org/v8/
Makefile.nacl
102
-Ibuild/standalone.
gypi
--depth=. \
Makefile
232
GYPFILES = build/all.gyp build/features.
gypi
build/standalone.
gypi
\
233
build/toolchain.
gypi
samples/samples.gyp src/compiler/compiler.gyp \
295
$(ANDROID_BUILDS): $(GYPFILES) $(ENVFILE) build/android.
gypi
\
409
-Ibuild/standalone.
gypi
--depth=. \
420
-Ibuild/standalone.
gypi
--depth=. -S.native $(GYPFLAGS)
/external/chromium_org/chrome/test/base/
js2gtest.js
12
* @see chrome/chrome_tests.
gypi
16
// Arguments from rules in chrome_tests.
gypi
are passed in through
/external/chromium_org/remoting/webapp/browser_test/
browser_test.js
8
* However, you can modify |remoting_webapp_files.
gypi
| locally to include
Completed in 351 milliseconds