HomeSort by relevance Sort by last modified time
    Searched refs:GYP (Results 1 - 4 of 4) 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 445 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/tools/gcmole/
gcmole.lua 183 -- GYP file parsing
186 local gyp = ""
187 local gyp_files = { "tools/gyp/v8.gyp", "test/cctest/cctest.gyp" }
189 local f = assert(io.open(gyp_files[i]), "failed to open GYP file")
191 gyp = gyp .. t
198 gyp:gmatch "'sources': %[.-### gcmole%((.-)%) ###(.-)%]" do

Completed in 143 milliseconds