Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 static_library("common") { | 1 static_library("common") { |
| 2 output_name = "framelet_common" | 2 output_name = "framelet_common" |
| 3 sources = [ | 3 sources = [ |
| 4 "framelet_constants.cc", | 4 "framelet_constants.cc", |
| 5 "framelet_constants.h", | 5 "framelet_constants.h", |
| 6 "framelet_message_generator.cc", | |
| 7 "framelet_message_generator.h", | |
| 6 "framelet_messages.h", | 8 "framelet_messages.h", |
| 7 ] | 9 ] |
| 8 | 10 |
| 9 deps = [ | 11 deps = [ |
| 10 "//base", | 12 "//base", |
| 11 "//ipc", | 13 "//ipc", |
| 12 ] | 14 ] |
| 13 } | 15 } |
| OLD | NEW |