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

Unified Diff: base/base.gyp

Issue 17910003: Split memory-related routines out of base/process_util.h into base/process/memory.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | base/base.gypi » ('j') | base/process/memory.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 85c97518d4e5d640338802f3de8348ccf53b7dbd..9bdd0fd292ea8c3577aa77d41b26040b09418cdd 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -563,8 +563,9 @@
'prefs/pref_value_store_unittest.cc',
'process_util_unittest.cc',
'process_util_unittest_ios.cc',
- 'process_util_unittest_mac.h',
- 'process_util_unittest_mac.mm',
+ 'process/memory_unittest.cc',
+ 'process/memory_unittest_mac.h',
+ 'process/memory_unittest_mac.mm',
'profiler/tracked_time_unittest.cc',
'rand_util_unittest.cc',
'safe_numerics_unittest.cc',
@@ -685,7 +686,8 @@
['OS == "ios" and _toolset != "host"', {
'sources/': [
# Only test the iOS-meaningful portion of process_utils.
- ['exclude', '^process_util_unittest'],
+ ['exclude', '^process_util_unittest.cc'],
brettw 2013/06/27 21:42:51 You probably want to escape this dot and put a $ a
Robert Sesek 2013/06/28 16:45:21 Done.
+ ['exclude', '^process/memory_unittest'],
['include', '^process_util_unittest_ios\\.cc$'],
# Requires spawning processes.
['exclude', '^metrics/stats_table_unittest\\.cc$'],
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/process/memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698