1
vote
0answers
69 views

Making Google Chrome open Source Code in External Editor

How do I configure Google Chrome to open source files (.c or cpp) in an external editor either using EDITOR variable or emacsclient rather viewing them by itself.
0
votes
1answer
237 views

Is Chromium source code really 940 megabytes?

I want to download the latest source of Chromium so I can modify it a bit and compile it. I went through all the instructions and was pointed to a tarball to download, but it's 940 megabytes. How ...