HomeSort by relevance Sort by last modified time
    Searched full:shared_library (Results 126 - 150 of 233) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/third_party/widevine/cdm/
widevine_cdm.gyp 86 'type': 'shared_library',
  /external/chromium_org/tools/gn/
function_set_defaults.cc 27 " \"shared_library\", etc.) and custom ones defined via the \"template\"\n"
gyp_target_writer.cc 77 case Target::SHARED_LIBRARY:
ninja_binary_target_writer.cc 77 case Target::SHARED_LIBRARY:
203 if (target_->output_type() == Target::SHARED_LIBRARY) {
216 if (target_->output_type() == Target::SHARED_LIBRARY) {
417 target_->output_type() == Target::SHARED_LIBRARY);
ninja_binary_target_writer_unittest.cc 52 shlib_target.set_output_type(Target::SHARED_LIBRARY);
ninja_target_writer.cc 72 target->output_type() == Target::SHARED_LIBRARY ||
functions_target.cc 69 " - \"shared_library\"\n"
87 "\"component_mode\" to\neither \"shared_library\" or \"static_library\".";
316 // shared_library --------------------------------------------------------------
318 const char kSharedLibrary[] = "shared_library";
320 "shared_library: Declare a shared library target.\n"
  /external/chromium_org/v8/build/
toolchain.gypi 447 ['component=="shared_library"', {
462 ['component=="shared_library"', {
477 ['component=="shared_library"', {
669 ['component=="shared_library"', {
standalone.gypi 181 [ 'component=="shared_library"', {
218 ['component=="shared_library"', {
  /external/chromium_org/v8/src/
d8.gyp 56 [ 'component!="shared_library"', {
  /external/chromium_org/webkit/glue/
webkit_glue.gypi 85 ['component=="shared_library"', {
  /external/chromium_org/win8/metro_driver/
metro_driver.gyp 52 'type': 'shared_library',
  /external/clang/tools/libclang/
Makefile 16 SHARED_LIBRARY = 1
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 112 if self.spec['type'] in ('loadable_module', 'shared_library'):
115 'shared_library': 'framework',
149 if self.spec['type'] == 'shared_library':
180 'shared_library': 'com.apple.product-type.framework',
186 'shared_library': 'com.apple.product-type.library.dynamic',
198 'shared_library': 'mh_dylib',
206 if self.spec['type'] in ('shared_library') or self.isIOS:
218 'shared_library': '.dylib',
226 'shared_library': 'lib',
237 'executable', 'shared_library', 'static_library', 'loadable_module'),
    [all...]
MSVSUtil.py 14 'shared_library': '.dll',
186 # This is intended for executable, shared_library and loadable_module
  /external/chromium/build/
common.gypi 32 # type static_library and shared_library. We default to doing a static
33 # build but you can override this with "gyp -Dlibrary=shared_library"
35 # ~/.gyp/include.gypi {'variables': {'library': 'shared_library'}}
452 ['component=="shared_library"', {
577 ['OS=="win" and component=="shared_library"', {
677 # Add -lgcov for types executable, shared_library, and
    [all...]
  /external/chromium_org/sync/
sync_tests.gypi 450 ['OS == "android" and gtest_target_type == "shared_library"', {
609 # Special target to wrap a gtest_target_type==shared_library
611 ['OS == "android" and gtest_target_type == "shared_library"', {
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 139 H(compile_step, extra_gyp='clang=1 component=shared_library')),
161 H(compile_step, extra_gyp='component=shared_library'),
  /external/chromium_org/content/
content.gyp 254 'type': 'shared_library',
507 'type': 'shared_library',
  /external/chromium_org/native_client_sdk/src/build_tools/
dsc2gyp.py 304 target['GYP_TYPE'] = 'shared_library'
346 target['GYP_TYPE'] = 'shared_library'
make_simple.py 168 if target_type == 'shared_library':
226 elif target_info['type'] == 'shared_library':
  /external/chromium_org/ppapi/
ppapi_tests.gypi 220 'type': 'shared_library',
223 'type': 'shared_library',
  /external/chromium_org/third_party/WebKit/Source/web/
web.gyp 79 ['component=="shared_library"', {
327 ['component=="shared_library"', {
  /external/chromium_org/third_party/angle/src/
build_angle.gypi 219 'type': 'shared_library',
383 'type': 'shared_library',
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 99 'shared_library': 'SHARED_LIBRARIES',
237 elif self.type == 'shared_library':
601 assert self.type != 'shared_library' or self.target.startswith('lib')
604 if self.type == 'shared_library':
640 elif self.type == 'shared_library':
649 if self.type != 'static_library' and self.type != 'shared_library':
679 elif self.type == 'shared_library':
    [all...]

Completed in 1242 milliseconds

1 2 3 4 56 7 8 910