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

Side by Side 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, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | sky/engine/bindings-dart/dart_master.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 2
3 source_set("bindings-dart") { 3 source_set("bindings-dart") {
4 sources = [ 4 sources = [
5 "dart_master.h", 5 "dart_master.h",
6 "dart_master.cpp" 6 "dart_master.cc"
7 ] 7 ]
8 deps = [ 8 deps = [
9 ":dart_controller", 9 ":dart_controller",
10 "//dart/runtime/bin:libdart_withcore", 10 "//dart/runtime/bin:libdart_withcore",
11 "//base:base" 11 "//base:base"
12 ] 12 ]
13 } 13 }
14 14
15 action("generate_snapshot_bin") { 15 action("generate_snapshot_bin") {
16 deps = [ 16 deps = [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 source_set("dart_controller") { 62 source_set("dart_controller") {
63 sources = [ 63 sources = [
64 "$target_gen_dir/snapshot.cc", 64 "$target_gen_dir/snapshot.cc",
65 ] 65 ]
66 66
67 deps = [ 67 deps = [
68 ":generate_snapshot_file" 68 ":generate_snapshot_file"
69 ] 69 ]
70 } 70 }
71 71
OLDNEW
« 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