Chromium Code Reviews| Index: components/cookie_config/BUILD.gn |
| diff --git a/chrome/installer/launcher_support/BUILD.gn b/components/cookie_config/BUILD.gn |
| similarity index 55% |
| copy from chrome/installer/launcher_support/BUILD.gn |
| copy to components/cookie_config/BUILD.gn |
| index 9abab50df0aefabdc299b6795e0fee8f77ee83f2..858092d811541190b17ed489b5c3d84ea9d39849 100644 |
| --- a/chrome/installer/launcher_support/BUILD.gn |
| +++ b/components/cookie_config/BUILD.gn |
| @@ -2,13 +2,15 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -source_set("launcher_support") { |
| +# GYP version: components/cookie_config.gypi:cookie_config |
| +source_set("cookie_config") { |
| sources = [ |
| - "chrome_launcher_support.cc", |
| - "chrome_launcher_support.h", |
| + "cookie_store_util.cc", |
| + "cookie_store_util.h", |
| ] |
| deps = [ |
| "//base", |
| + "//components/os_crypt", |
|
droger
2015/10/14 16:04:39
Add
"//net",
Abhishek
2015/10/15 08:46:03
Done.
|
| ] |
| } |