Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: components/reading_list/core/reading_list.gni

Issue 2562643003: Enable RL by default (Closed)
Patch Set: use gn flag Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
}

Powered by Google App Engine
This is Rietveld 408576698