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

Unified Diff: tools/clang/rewrite_to_chrome_style/CMakeLists.txt

Issue 2597863002: rewrite_to_chrome_style: associate replacements with the affected file (Closed)
Patch Set: . Created 4 years 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
Index: tools/clang/rewrite_to_chrome_style/CMakeLists.txt
diff --git a/tools/clang/rewrite_to_chrome_style/CMakeLists.txt b/tools/clang/rewrite_to_chrome_style/CMakeLists.txt
index 8fa96efc9943d9bcd609c823dc4714306f41efe1..1935e239ec416aac7066a3c8040a45c03adeaadf 100644
--- a/tools/clang/rewrite_to_chrome_style/CMakeLists.txt
+++ b/tools/clang/rewrite_to_chrome_style/CMakeLists.txt
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
)
add_llvm_executable(rewrite_to_chrome_style
+ EditTracker.cpp
RewriteToChromeStyle.cpp
)
« no previous file with comments | « no previous file | tools/clang/rewrite_to_chrome_style/EditTracker.h » ('j') | tools/clang/rewrite_to_chrome_style/EditTracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698