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

Unified Diff: content/browser/BUILD.gn

Issue 2732213004: Move FieldTrialRecorder mojom to content (Closed)
Patch Set: initialize FieldTrialList for RenderThreadImplBrowserTest Created 3 years, 9 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 | « chrome/renderer/chrome_render_thread_observer.cc ('k') | content/browser/field_trial_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7fe0901ae3188d3d249fdc913b129529234b6f88..416eb7875465b48bc1ada7194aabbfbb9e323aca 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -64,6 +64,7 @@ source_set("browser") {
"//content/browser/speech/proto",
"//content/common",
"//content/common:features",
+ "//content/common:mojo_bindings",
"//content/public/common:common_sources",
"//crypto",
"//device/battery",
@@ -619,6 +620,8 @@ source_set("browser") {
"download/save_types.h",
"download/url_downloader.cc",
"download/url_downloader.h",
+ "field_trial_recorder.cc",
+ "field_trial_recorder.h",
"fileapi/browser_file_system_helper.cc",
"fileapi/browser_file_system_helper.h",
"fileapi/fileapi_message_filter.cc",
« no previous file with comments | « chrome/renderer/chrome_render_thread_observer.cc ('k') | content/browser/field_trial_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698