summaryrefslogtreecommitdiff
path: root/pylib/gyp/xcodeproj_file.py
AgeCommit message (Expand)Author
2009-10-22Add AUTHORS and LICENSE files, and copyright headers to relevant source files.sgk@chromium.org
2009-09-02Add tests of basic 'copies' behavior and fix generators:sgk@chromium.org
2009-08-31This adds a "run_as" attribute to targets that looks like this:gspencer@google.com
2009-08-25Add mappings for resource files.thomasvl@chromium.org
2009-08-24Fix handling of relative paths in Xcode dependencies whensgk@chromium.org
2009-08-21Support a --generator-output= option (and GYP_GENERATOR_OUTPUTsgk@chromium.org
2009-08-18Fix TakeOverOnlyChild to operate on PBXGroup objects only, not subclass objectsmark@chromium.org
2009-08-03Fix automatic dependency linking to automatically link against frameworksmark@chromium.org
2009-06-10Xcode project generation:thomasvl@chromium.org
2009-05-11Add __repr__() methods for friendlier descriptions of whatsgk@chromium.org
2009-05-07Allow product_extension in Xcode generatormark@chromium.org
2009-04-22Don't add sources that happen to live in the products directory to themark@chromium.org
2009-04-03Open files in 'wb' so we should be able to generate xcode projects on Windows.thomasvl@chromium.org
2009-03-20Flesh out loadable_module support:thomasvl@chromium.org
2009-03-20Add mapping for frameworks.thomasvl@chromium.org
2009-03-17Remove test_runner from the xcode building blocks.thomasvl@chromium.org
2009-03-03Use hashlib if available, fall back to sha otherwise.mark@chromium.org
2009-03-03Add "copies", mapped in the Xcode generator to PBXCopyFilesBuildPhase.mark@chromium.org
2009-03-02Fix r335.mark@chromium.org
2009-03-02Eliminate dependency on hashlib, use sha instead for Python 2.4 support.mark@chromium.org
2009-02-27Set "Build independent targets in parallel" on generated Xcode projects.mark@chromium.org
2009-02-26Add mappings for extensions used by hunspell source.mark@chromium.org
2009-02-25Add "test" attribute for targets to declare that they're tests. Use this inmark@chromium.org
2009-02-24Put file references to .gyp and .gypi files into a "Build" child group of themark@chromium.org
2009-02-24Put included_files into each build file's dict to indicate what files weremark@chromium.org
2009-02-24Bring up the Mac build all the way through Chromium.app (chrome.gyp:app).mark@chromium.org
2009-02-23"action" commands in "actions" and "rules" sections are now expressed asmark@chromium.org
2009-02-21Get rid of mac_localized_bundle_resources in favor of listing localizedmark@chromium.org
2009-02-21Add support for localizations (variants) to the Xcode generator.mark@chromium.org
2009-02-20 - Allow make_names and makeprop output files to be in different directories.mark@chromium.org
2009-02-19Add support for Mac bundled resources. Localized resources aren't currentlymark@chromium.org
2009-02-19Make test_shell build as a bundled application on the Mac. This adds a newmark@chromium.org
2009-02-19Fix a bug in the Xcode generator causing PBXBuildFile IDs to jump aroundmark@chromium.org
2009-02-19Bring test_shell to the point where it links, just not successfully. This ismark@chromium.org
2009-02-19 - Dependency, direct_dependent_settings, and export_dependent_settingsmark@chromium.org
2009-02-18Finish off webkit.gyp:glue with an action for webkit_version.h and a grd/gritmark@chromium.org
2009-02-18Fix accidental commenting-out that showed up in r210 after being added in r209.mark@chromium.org
2009-02-17Fix backslash escaping in Xcode output. Checkpoint an exploratory attempt tomark@chromium.org
2009-02-14Check for ID collisions in the Xcode generator.mark@chromium.org
2009-02-14Ensure uniqueness of PBXBuildFile object IDs. Formerly, there would bemark@chromium.org
2009-02-13In Xcode, split up Debug and Release intermediates.mark@chromium.org
2009-02-13Ensure persistence of XCHierarchicalElement hashes even after the results ofmark@chromium.org
2009-02-13When generating Xcode project files, collapse groups with single group childrenmark@chromium.org
2009-02-13Fix a bug dealing with relative path references to remote project files inmark@chromium.org
2009-02-13r200, making progress!mark@chromium.org
2009-02-12Add UserAgentStyleSheets action to webkit.gyp:v8bindings.mark@chromium.org
2009-02-12Add mapping for .pl (Perl) files in the Xcode generator.mark@chromium.org
2009-02-11Initial rules section support.mark@chromium.org
2009-02-11Use all available bits from the hash when computing Xcode project file IDs bymark@chromium.org
2009-02-11Minor performance improvement in Xcode generator: evaluate unchanging conditionmark@chromium.org