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

Unified Diff: extensions/browser/api/activity_log/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: win fix Created 4 years, 3 months 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: extensions/browser/api/activity_log/BUILD.gn
diff --git a/device/bluetooth/uribeacon/BUILD.gn b/extensions/browser/api/activity_log/BUILD.gn
similarity index 58%
copy from device/bluetooth/uribeacon/BUILD.gn
copy to extensions/browser/api/activity_log/BUILD.gn
index 484e27270327646f886047b1d4d39d1a2e6641f1..90eff6d677909989ca0a5afe2f569f13e5d3e1b0 100644
--- a/device/bluetooth/uribeacon/BUILD.gn
+++ b/extensions/browser/api/activity_log/BUILD.gn
@@ -1,13 +1,14 @@
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
-source_set("uribeacon") {
+source_set("activity_log") {
sources = [
- "uri_encoder.cc",
- "uri_encoder.h",
+ "web_request_constants.cc",
+ "web_request_constants.h",
]
+
deps = [
- "//base",
+ "//content/public/browser",
Devlin 2016/09/13 17:10:49 ?
Rahul Chaturvedi 2016/09/13 20:33:49 Done.
+ "//skia",
Devlin 2016/09/13 17:10:49 ditto
Rahul Chaturvedi 2016/09/13 20:33:49 Done.
]
}

Powered by Google App Engine
This is Rietveld 408576698