[chromium-dev] Re: Which is the Xcode project for chromium on MacOS

2009-05-26 Thread Dan Kegel

On Tue, May 26, 2009 at 10:37 AM, Daniel Dreiberg
daniel.dreiber...@gmail.com wrote:
 Can you please tell me where i can find Xcode project for chromium on MacOS?
 I tried $chromium_src_root/src/chrome/chrome.xcodeproj, but that does not
 seem to have html parser code, javascript engine code, css engine code.
 I would like to 'open an URL' and debug code in html parser code or
 javascript engine code or css engine code for that particular page.

http://code.google.com/p/chromium/wiki/MacBuildInstructions
says src/build/all.xcodeproj

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Which is the Xcode project for chromium on MacOS

2009-05-26 Thread Jeremy Moskovich
The XCode projects are generated from the .gyp files in the source tree.
If you follow the instructions on the wiki, you should get a buildable
tree: http://code.google.com/p/chromium/wiki/MacBuildInstructions

Best regards,
Jeremy

On Tue, May 26, 2009 at 10:37 AM, Daniel Dreiberg 
daniel.dreiber...@gmail.com wrote:

 Hi,
 Can you please tell me where i can find Xcode project for chromium on
 MacOS?
 I tried $chromium_src_root/src/chrome/chrome.xcodeproj, but that does not
 seem to have html parser code, javascript engine code, css engine code.
 I would like to 'open an URL' and debug code in html parser code or
 javascript engine code or css engine code for that particular page.

 Thank you.


 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Which is the Xcode project for chromium on MacOS

2009-05-26 Thread Thomas Van Lenten
On Tue, May 26, 2009 at 1:37 PM, Daniel Dreiberg 
daniel.dreiber...@gmail.com wrote:

 Hi,
 Can you please tell me where i can find Xcode project for chromium on
 MacOS?
 I tried $chromium_src_root/src/chrome/chrome.xcodeproj, but that does not
 seem to have html parser code, javascript engine code, css engine code.
 I would like to 'open an URL' and debug code in html parser code or
 javascript engine code or css engine code for that particular page.


You'll notice other projects referenced by that project; specifically, V8,
WebKit...

TVL



 Thank you.


 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---