| Index: blimp/common/BUILD.gn
|
| diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
|
| index 287b7b5b74bddacabd46d695a3bacb08c0178624..57dc9ca7cfa0e161f4cb1d16074d54fcfdc7a966 100644
|
| --- a/blimp/common/BUILD.gn
|
| +++ b/blimp/common/BUILD.gn
|
| @@ -17,9 +17,13 @@ component("common") {
|
| "compositor/blimp_task_graph_runner.h",
|
| "create_blimp_message.cc",
|
| "create_blimp_message.h",
|
| + "get_client_token.cc",
|
| + "get_client_token.h",
|
| "logging.cc",
|
| "logging.h",
|
| "protocol_version.h",
|
| + "switches.cc",
|
| + "switches.h",
|
| ]
|
|
|
| defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ]
|
|
|