c++ - Successfully compiled chromium browser on Ubuntu 14.04. What now? -


i have compiled chromium browser on ubuntu 14.04 using following commands:

cd /path/to/chrome/src ninja -c out/debug chrome 

my problem not know how verify code if make changes actual one.

test case:

all of compiling process took 5 hours complete, after many headaches dependencies.

my questions:

  • i have compile of files again when make changes browser.cc or compile browser.cc instead ? if it's last one, can suggest best command ?

  • after previous step completed, how able see changes i've made ? ( sort of ctrl + f5 in visual studio see browser ui changes ). command doing this.

  • and last question: can guys suggest me ide entire chromium project ( ubuntu 14.04 ), own experience ?

documentation followed in order learn things chromium browser project:

1. getting-around-the-chrome-source-code
2. displaying-a-web-page-in-chrome
3. multi-process-architecture
4. design-documents
5. build-instructions-using-ninja


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -