HomeSort by relevance Sort by last modified time
    Searched full:shared_library (Results 151 - 175 of 252) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/tools/gn/
functions_target.cc 250 " - \"shared_library\"\n"
268 "\"component_mode\" to\neither \"shared_library\" or \"static_library\".";
417 // shared_library --------------------------------------------------------------
419 const char kSharedLibrary[] = "shared_library";
421 "shared_library: Declare a shared library target.";
423 "shared_library: Declare a shared library target.\n"
target_unittest.cc 90 shared.set_output_type(Target::SHARED_LIBRARY);
209 b.set_output_type(Target::SHARED_LIBRARY);
builder_unittest.cc 155 b->set_output_type(Target::SHARED_LIBRARY);
function_get_target_outputs.cc 42 case Target::SHARED_LIBRARY:
ninja_target_writer.cc 72 target->output_type() == Target::SHARED_LIBRARY ||
target.h 34 SHARED_LIBRARY,
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 231 if self.spec['type'] in ('loadable_module', 'shared_library'):
234 'shared_library': 'framework',
268 if self.spec['type'] == 'shared_library':
299 'shared_library': 'com.apple.product-type.framework',
305 'shared_library': 'com.apple.product-type.library.dynamic',
317 'shared_library': 'mh_dylib',
325 if self.spec['type'] in ('shared_library') or self.isIOS:
337 'shared_library': '.dylib',
345 'shared_library': 'lib',
356 'executable', 'shared_library', 'static_library', 'loadable_module'),
    [all...]
MSVSUtil.py 14 'shared_library': '.dll',
187 # This is intended for executable, shared_library and loadable_module
  /external/valgrind/main/
Android.mk 308 vg_local_target := SHARED_LIBRARY
349 vg_local_target := SHARED_LIBRARY
445 vg_local_target := SHARED_LIBRARY
494 vg_local_target := SHARED_LIBRARY
532 vg_local_target := SHARED_LIBRARY
  /external/chromium_org/mojo/
mojo_public.gypi 43 'type': 'shared_library',
79 '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 213 'type': 'shared_library',
216 'type': 'shared_library',
  /external/chromium_org/third_party/WebKit/Source/web/
web.gyp 77 ['component=="shared_library"', {
288 ['component=="shared_library"', {
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 99 'shared_library': 'SHARED_LIBRARIES',
249 elif self.type == 'shared_library':
625 assert self.type != 'shared_library' or self.target.startswith('lib')
628 if self.type == 'shared_library':
664 elif self.type == 'shared_library':
673 if self.type != 'static_library' and self.type != 'shared_library':
703 elif self.type == 'shared_library':
    [all...]
  /external/chromium_org/build/config/android/
config.gni 101 } else if (component_mode == "shared_library") {
  /external/chromium_org/chrome/installer/
mini_installer.gyp 184 ['component == "shared_library"', {
  /external/chromium_org/components/
cronet.gypi 60 'type': 'shared_library',
  /external/chromium_org/mojo/tools/
mojob.sh 105 options+=("component=shared_library")
  /external/chromium_org/net/third_party/nss/
ssl.gyp 83 ['component == "shared_library"', {
  /external/chromium_org/sandbox/linux/
BUILD.gn 117 # "type": "shared_library",
  /external/chromium_org/sandbox/win/
BUILD.gn 270 shared_library("pocdll") {
  /external/chromium_org/third_party/WebKit/Source/
config.gyp 61 ['OS=="win" and component=="shared_library"', {
  /external/chromium_org/third_party/WebKit/Source/wtf/
wtf.gyp 128 ['component=="shared_library"', {
  /external/chromium_org/ui/
ui_unittests.gyp 242 'type': 'shared_library',

Completed in 765 milliseconds

1 2 3 4 5 67 8 91011