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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 1438043008: Creating the NTP snippet service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase fix: Don't trust git. Created 5 years, 1 month 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
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/BUILD.gn
diff --git a/device/core/BUILD.gn b/components/ntp_snippets/BUILD.gn
similarity index 52%
copy from device/core/BUILD.gn
copy to components/ntp_snippets/BUILD.gn
index e85acb6a5a57d3b485d6bf497be510589e4fcd43..e2c43f1658107139b6e8edc7e8d7a637abd68f75 100644
--- a/device/core/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -2,19 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-component("core") {
- output_name = "device_core"
-
+# GYP version: components/ntp_snippets.gypi:ntp_snippets
+source_set("ntp_snippets") {
sources = [
- "device_client.cc",
- "device_client.h",
- "device_monitor_win.cc",
- "device_monitor_win.h",
+ "ntp_snippets_service.cc",
+ "ntp_snippets_service.h",
]
- defines = [ "DEVICE_CORE_IMPLEMENTATION" ]
-
public_deps = [
"//base",
+ "//components/keyed_service/core",
]
}
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698