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

Unified Diff: content/browser/BUILD.gn

Issue 585203002: Turn FileDescriptorInfo a collection class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 8819aa32b49115e622911b4f2297831d6d8768be..c45e3fc354083900cba9e408aa27e83f21b54604 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -125,7 +125,11 @@ source_set("browser") {
]
deps += [ "//third_party/power_gadget" ]
} else {
- sources += [ "power_profiler/power_data_provider_dummy.cc" ]
+ sources += [
+ "power_profiler/power_data_provider_dummy.cc",
+ "file_descriptor_info_impl.cc",
+ "file_descriptor_info_impl.h",
+ ]
sources -= [ "renderer_host/web_input_event_aurawin.cc" ]
}
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/android/child_process_launcher_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698