| Index: chrome/service/BUILD.gn
|
| diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn
|
| index fa56969588bbd2202ec588fcc167536d909be23a..bb741209260f2697d2492c9b99f3bca18e2ab9c7 100644
|
| --- a/chrome/service/BUILD.gn
|
| +++ b/chrome/service/BUILD.gn
|
| @@ -51,9 +51,9 @@ static_library("service") {
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
| deps = [
|
| + "//base",
|
| "//chrome:strings",
|
| "//chrome/common",
|
| - "//base",
|
| "//components/cloud_devices/common",
|
| "//google_apis",
|
| "//jingle:notifier",
|
|
|