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

Unified Diff: courgette/BUILD.gn

Issue 2827103002: [Courgette] Refactor: Add CourgetteFlow; improve courgette_tool.cc help text. (Closed)
Patch Set: Add virtual destructor to BasicBuffer and its implementations. Created 3 years, 8 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 | « no previous file | courgette/courgette_flow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index 8e3d30f9034440be25b5542de76c6fb5f90775b7..8c96e43ddd05491ee531366ca1598032ae0994de 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -13,6 +13,8 @@ static_library("courgette_lib") {
"assembly_program.h",
"consecutive_range_visitor.h",
"courgette.h",
+ "courgette_flow.cc",
+ "courgette_flow.h",
"crc.cc",
"crc.h",
"difference_estimator.cc",
« no previous file with comments | « no previous file | courgette/courgette_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698