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

Unified Diff: base/BUILD.gn

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « ash/touch/touchscreen_util.cc ('k') | base/android/java/src/org/chromium/base/metrics/RecordHistogram.java » ('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 a3e3205eae9f137c15c774fdff736a88124201f8..2866ea0358be520e8002590959d7be62b5d9059e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -652,6 +652,7 @@ component("base") {
#"process/process_iterator_openbsd.cc", # Unused in Chromium build.
"process/process_iterator_win.cc",
"process/process_linux.cc",
+ "process/process_mac.cc",
"process/process_metrics.cc",
"process/process_metrics.h",
@@ -1842,6 +1843,7 @@ test("base_unittests") {
"memory/memory_pressure_listener_unittest.cc",
"memory/memory_pressure_monitor_chromeos_unittest.cc",
"memory/memory_pressure_monitor_mac_unittest.cc",
+ "memory/memory_pressure_monitor_unittest.cc",
"memory/memory_pressure_monitor_win_unittest.cc",
"memory/ptr_util_unittest.cc",
"memory/ref_counted_memory_unittest.cc",
« no previous file with comments | « ash/touch/touchscreen_util.cc ('k') | base/android/java/src/org/chromium/base/metrics/RecordHistogram.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698