Chromium Code Reviews| Index: components/reading_list/core/reading_list.gni |
| diff --git a/components/reading_list/core/BUILD.gn b/components/reading_list/core/reading_list.gni |
| similarity index 55% |
| copy from components/reading_list/core/BUILD.gn |
| copy to components/reading_list/core/reading_list.gni |
| index 52dbc37326d1c354765936715725ca02e3978b5f..b015a901e5530b550621c6e503a8c263a424c56f 100644 |
| --- a/components/reading_list/core/BUILD.gn |
| +++ b/components/reading_list/core/reading_list.gni |
| @@ -2,12 +2,8 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -source_set("core") { |
| - sources = [ |
| - "reading_list_switches.cc", |
| - "reading_list_switches.h", |
| - ] |
| - deps = [ |
| - "//base", |
| - ] |
| +# This file declares build flags for Reading List. |
|
sdefresne
2016/12/09 15:10:59
Remove, this is obvious.
Olivier
2016/12/09 15:27:38
Done.
|
| + |
| +declare_args() { |
| + enable_reading_list = true |
|
sdefresne
2016/12/09 15:10:59
Can you add a comment to document this variable? M
Olivier
2016/12/09 15:27:38
Done.
|
| } |