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

  /build/core/
notice_files.mk 11 ifeq ($(LOCAL_MODULE_CLASS),GYP)
12 # We ignore NOTICE files for modules of type GYP.
envsetup.mk 458 PER_ARCH_MODULE_CLASSES := SHARED_LIBRARIES STATIC_LIBRARIES EXECUTABLES GYP RENDERSCRIPT_BITCODE
  /external/webrtc/
PRESUBMIT.py 203 pattern = input_api.re.compile(r"base.gyp:rtc_base\s*'")
207 'base_tests.gyp',
209 'libjingle.gyp',
210 'libjingle_tests.gyp',
211 'p2p.gyp',
212 'sound.gyp',
213 'webrtc_test_common.gyp',
225 'file(s) to rtc_base_approved.\nChanged GYP files:',
230 # Disallow referencing source files with paths above the GYP file location.
248 'Referencing source files above the directory of the GYP file is not
    [all...]
  /external/v8/build/android/gyp/
jinja_template.py 85 'template processing environment, as a GYP list (e.g. '
  /external/v8/tools/gyp/test/lib/
TestGyp.py 6 TestGyp.py: a testing framework for GYP integration tests.
30 of gyp and thus reduce the extreme fragility of the stdout
63 Class for controlling end-to-end tests of gyp generators.
70 The default behavior is to test the 'gyp' or 'gyp.bat' file in the
74 This class should be subclassed for each supported gyp generator
105 def __init__(self, gyp=None, *args, **kw):
109 if not gyp:
110 gyp = os.environ.get('TESTGYP_GYP')
111 if not gyp
    [all...]
  /external/v8/tools/gcmole/
gcmole.lua 184 -- GYP file parsing
189 { "src/v8.gyp", "'([^']-%.cc)'", "src/" },
190 { "test/cctest/cctest.gyp", "'(test-[^']-%.cc)'", "test/cctest/" }
197 local gyp_file = assert(io.open(filename), "failed to open GYP file")
198 local gyp = gyp_file:read('*a')
200 gyp:gmatch "'sources': %[.-### gcmole%((.-)%) ###(.-)%]" do
  /external/v8/build/android/
adb_gdb 265 \$CHROMIUM_SRC/<out>/lib/ (used by GYP builds)
370 # GYP places unstripped libraries under out/lib

Completed in 1719 milliseconds