If you look at the checkout
instructions<http://dev.chromium.org/developers/how-tos/get-the-code>linked
to from the build instructions, it says the following:
"""
1. Updating your checkout once by running gclient sync --force in the
source code directory.
1. If you don't want to sync, you need to generate the project files
with gclient runhooks --force. This will call
GYP<http://code.google.com/p/gyp/> to
generate your platform-specific files. You won't be able to
build otherwise.
If you don't sync, you'll miss some os-specific dependencies so you're
better to sync anyway. :)
"""
We should probably also reference this from the build instructions page to
reduce confusion :|
Best regards,
Jeremy
On Wed, Sep 30, 2009 at 9:26 PM, hap 497 <[email protected]> wrote:
>
> Hi,
>
> I am following this instruction to build chromium on MacOSX.
> http://code.google.com/p/chromium/wiki/MacBuildInstructions
>
> But I can't find the all.xcodeproj for it.
>
> This is the content of my build directory:
> $ ls
> README.chromium common.gypi install-build-deps.sh*
> temp_gyp/
> all.gyp common.vsprops internal/ util/
> branding_value.sh* debug.vsprops linux/ win/
> build-bisect.py* external_code.gypi mac/
> build_config.h external_code.vsprops output_dll_copy.rules
> common.croc gyp_chromium* release.vsprops
>
> And this is the content of the build/mac directory:
> $ ls
> README.chromium dump_app_syms* remove_target_headers*
> tweak_app_infoplist*
> build_app_dmg* generate_localizer* strip_from_xcode*
> chrome_mac.croc pkg-dmg* strip_save_dsym*
>
> Please tell me how can I find the xcode project file for chromium.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---