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

Unified Diff: sky/engine/bindings-dart/BUILD.gn

Issue 894753002: Rename dart_master.cpp to .cc, consistent with chromium style (Closed) Base URL: https://github.com/eseidel/skydart.git@master
Patch Set: Created 5 years, 11 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 | sky/engine/bindings-dart/dart_master.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings-dart/BUILD.gn
diff --git a/sky/engine/bindings-dart/BUILD.gn b/sky/engine/bindings-dart/BUILD.gn
index 94037b07475c0e88691a5c299f5b777b8354c4e5..1cfd0f5bfa877c3a4f67c4a74fecc90f8187497a 100644
--- a/sky/engine/bindings-dart/BUILD.gn
+++ b/sky/engine/bindings-dart/BUILD.gn
@@ -3,7 +3,7 @@
source_set("bindings-dart") {
sources = [
"dart_master.h",
- "dart_master.cpp"
+ "dart_master.cc"
]
deps = [
":dart_controller",
« no previous file with comments | « no previous file | sky/engine/bindings-dart/dart_master.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698