Chromium Code Reviews
DescriptionGenerate better catalog C++ sources
Rather than dumping a simple string literal, which has unacceptable
limitations due to arbitrary string literal length constraints in
compilers, we instead parse the JSON at build time and emit a C++
function which returns a fixed base::Value representation of that JSON.
BUG=685359
R=ben@chromium.org
Review-Url: https://codereview.chromium.org/2659523002
Cr-Commit-Position: refs/heads/master@{#446404}
Committed: https://chromium.googlesource.com/chromium/src/+/72cb24d232fb79d878f8c0ab16b736e207d9c355
Patch Set 1 #Depends on Patchset: Messages
Total messages: 9 (4 generated)
|