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

Unified Diff: content/public/browser/BUILD.gn

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Merge Created 3 years, 5 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 | « content/common/sandbox_win.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index ee2c9c8cbfb14a53471aaa06a6e466804dd88ba1..45fc5513f10da3e90f43f81dbba9ace27820450e 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -114,7 +114,6 @@ source_set("browser_sources") {
"download_url_parameters.h",
"favicon_status.cc",
"favicon_status.h",
- "file_descriptor_info.h",
"focused_node_details.h",
"font_list_async.h",
"global_request_id.h",
@@ -339,6 +338,10 @@ source_set("browser_sources") {
"//content/browser",
]
+ if (is_posix) {
+ sources += [ "posix_file_descriptor_info.h" ]
+ }
+
if (is_android) {
deps += [ "//ui/android" ]
}
« no previous file with comments | « content/common/sandbox_win.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698