Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: cc/BUILD.gn

Issue 2523063002: Size reduction from moving const char arrays out of header (Closed)
Patch Set: Added new .cc file to patch Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/debug/devtools_instrumentation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 7641d0b35fc2454f3ea7895ed1826f76bf0fec31..27930a651697a525db4ea45e2be2b4cfe6862a1b 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -34,6 +34,7 @@ cc_component("cc") {
"debug/debug_colors.h",
"debug/debug_rect_history.cc",
"debug/debug_rect_history.h",
+ "debug/devtools_instrumentation.cc",
"debug/devtools_instrumentation.h",
"debug/frame_rate_counter.cc",
"debug/frame_rate_counter.h",
« no previous file with comments | « no previous file | cc/debug/devtools_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698