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

Unified Diff: cc/ipc/BUILD.gn

Issue 2109863002: cc::CompositorFrame: Implement ParamTraits vs. StructTraits perf test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nit + Renamed file Created 4 years, 5 months 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 | « cc/cc_tests.gyp ('k') | cc/ipc/cc_param_traits_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 46895f17e7ed0fb02715b80d98e9e5d97441fc83..89c3ebd09af9573b5c15577b9d59d74a02d7ad1f 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -18,6 +18,7 @@ component("ipc") {
]
public_deps = [
+ ":interfaces",
danakj 2016/07/06 18:26:37 what is this? can you explain? it's not a path..
Fady Samuel 2016/07/06 18:40:05 This is an unnecessary change. Removed.
"//cc",
"//cc/surfaces",
"//skia",
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/ipc/cc_param_traits_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698