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

Unified Diff: components/media_device_id_salt/BUILD.gn

Issue 1981913002: *DRAFT* Move MediaDeviceIDSalt from chrome/ to components/ and use it in Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « components/media_device_id_salt.gypi ('k') | components/media_device_id_salt/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/media_device_id_salt/BUILD.gn
diff --git a/components/browsing_data_ui/BUILD.gn b/components/media_device_id_salt/BUILD.gn
similarity index 52%
copy from components/browsing_data_ui/BUILD.gn
copy to components/media_device_id_salt/BUILD.gn
index 3faf508eb15deef98ab977d69f5e1fe77e08a4cf..a03078fb2586ad006c8a4cb1f8dc93947adc3db0 100644
--- a/components/browsing_data_ui/BUILD.gn
+++ b/components/media_device_id_salt/BUILD.gn
@@ -2,15 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("browsing_data_ui") {
+source_set("media_device_id_salt") {
sources = [
- "history_notice_utils.cc",
- "history_notice_utils.h",
+ "media_device_id_salt.cc",
+ "media_device_id_salt.h",
]
deps = [
"//base",
- "//components/browser_sync/browser",
- "//components/history/core/browser",
+ "//components/pref_registry",
+ "//components/prefs",
+ "//content/public/browser",
]
}
« no previous file with comments | « components/media_device_id_salt.gypi ('k') | components/media_device_id_salt/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698