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

  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode_test.py 7 """ Unit tests for the xcode.py file. """
9 import gyp.generator.xcode as xcode namespace
17 self.assertEqual(xcode.EscapeXcodeDefine('$(inherited)'), '$(inherited)')
20 self.assertEqual(xcode.EscapeXcodeDefine('a b"c\\'), 'a\\ b\\"c\\\\')
xcode.py 19 # custom Xcode setting whose value is a DerivedSources-like directory that's
60 # The Xcode-specific sections that hold paths.
68 # The Xcode-specific keys that exist on targets and aren't moved down to
85 # Xcode's standard set of library directories, which don't need to be duplicated
156 # properly in the Xcode UI.
159 # _intermediate_var, for the purposes of UI tree view display, Xcode will
172 # settings are only intended to be used in cases where Xcode attempts to
247 # dependency, the parent xcode target.
286 # syntax instead of xcode syntax.
399 # remote products are complete. Otherwise, Xcode will fill them in whe
    [all...]
make.py 73 # Copy additional generator configuration data from Xcode, which is shared
75 import gyp.generator.xcode as xcode_generator
174 # TODO(thakis): The solink_module rule is likely wrong. Xcode seems to pass
    [all...]
ninja.py     [all...]
  /external/chromium_org/build/mac/
edit_xibs.sh 8 # with the Xcode generator (as you likely use ninja). Documentation:
15 GYP_GENERATORS=xcode python "$SRC/tools/gyp/gyp" "$SRC/chrome/chrome_nibs.gyp"
16 echo "You can now edit XIB files in Xcode using:"
  /development/ide/xcode/ports/
skia_mac.cp 22 // /Users/caryclark/android/device/build/ide/xcode/animatorTest/build/Debug/animatorTest.app/Contents/MacOS/animatorTest
28 // {client}/device/build/ide/xcode/{application}
31 const char* common = strstr(applicationPath, "build/ide/xcode/");
  /external/kernel-headers/original/linux/sunrpc/
xdr.h 171 xdr_xcode_elem_t xcode; member in struct:xdr_array2_desc
  /external/libvpx/libvpx/build/make/
configure.sh 717 DEVELOPER_DIR=`xcode-select -print-path 2> /dev/null`
929 SDK_PATH=`xcode-select -print-path 2> /dev/null`
    [all...]
  /external/libpng/
CHANGES     [all...]

Completed in 690 milliseconds