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

  /build/make/core/
notice_files.mk 12 ifeq ($(LOCAL_MODULE_CLASS),GYP)
13 # We ignore NOTICE files for modules of type GYP.
envsetup.mk 573 PER_ARCH_MODULE_CLASSES := SHARED_LIBRARIES STATIC_LIBRARIES EXECUTABLES GYP RENDERSCRIPT_BITCODE NATIVE_TESTS HEADER_LIBRARIES
  /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 184 -- GYP file parsing
186 -- TODO(machenbach): Remove this when deprecating gyp.
190 { "src/v8.gyp", "'([^']-%.cc)'", "src/" },
191 { "test/cctest/cctest.gyp", "'(test-[^']-%.cc)'", "test/cctest/" }
198 local gyp_file = assert(io.open(filename), "failed to open GYP file")
199 local gyp = gyp_file:read('*a')
201 gyp:gmatch "%[.-### gcmole%((.-)%) ###(.-)%]" do
264 -- TODO(machenbach): Remove this comparison logic when deprecating gyp.
286 CompareSources(gn_sources, gyp_sources, "GYP")
  /external/boringssl/src/util/
generate_build_files.py 392 class GYP(object):
711 ' [android|bazel|gn|gyp]')
729 elif s == 'gyp':
730 platforms.append(GYP())

Completed in 2079 milliseconds