I realize this is a common question, but I couldn't find the answer I was looking for from the previous posts.
What is the most efficient way to test out your changes, in the sense, spending least amount of time having to recompile chrome.
For example if I change a file :./content/common/dom_storage/dom_storage_types.h , which targets should I be recompiling, for the shortest compilation time.
Obviously, I can compile "chrome" target, but that would take the longest time I assume, despite being an incremental build.
I tried building the "content" target ( since my changed file is rooted at the "content" directory) however I saw my change not being reflected?