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:
- let's suppose try add piece of code
chrome/browser/ui/browser.cc
tab startup & initial navigation
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 compilebrowser.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
Post a Comment