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

Unified Diff: base/BUILD.gn

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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 | « android_webview/lib/main/aw_main_delegate.cc ('k') | base/android/apk_assets.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 11236dcd171b1a85d861094613942425e6432490..7b796b897e8fe8a7a866c55e76567e21e87e53c5 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -331,6 +331,8 @@ component("base") {
"feature_list.cc",
"feature_list.h",
"file_descriptor_posix.h",
+ "file_descriptor_store.cc",
+ "file_descriptor_store.h",
"file_version_info.h",
"file_version_info_mac.h",
"file_version_info_mac.mm",
@@ -1329,6 +1331,8 @@ component("base") {
]
sources -= [
+ "file_descriptor_store.cc",
+ "file_descriptor_store.h",
"memory/shared_memory_helper.cc",
"memory/shared_memory_helper.h",
"message_loop/message_pump_libevent.cc",
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | base/android/apk_assets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698