| Index: blimp/client/core/BUILD.gn
|
| diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
|
| index 6cfad7d81ed9062228f76ec7b994df16e2a71d32..94a51aef57c5f670b65b04edc2aa8ac4174d9064 100644
|
| --- a/blimp/client/core/BUILD.gn
|
| +++ b/blimp/client/core/BUILD.gn
|
| @@ -7,12 +7,7 @@ if (is_android) {
|
| import("//build/config/android/rules.gni")
|
| }
|
|
|
| -declare_args() {
|
| - # Enables the blimp client. This is required to get the actual implementation
|
| - # of blimp.
|
| - # By default, only a dummy-implementation is provided.
|
| - enable_blimp_client = false
|
| -}
|
| +import("//blimp/client/core/config.gni")
|
|
|
| # This target is here to let //chrome depend on //blimp/client/public
|
| # and automatically get the correct implementation of //blimp/client/core
|
|
|