diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 19:33:56 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 19:33:56 +0000 |
commit | b3aabd34198e0e62cd1ca2134200c6a948560ca6 (patch) | |
tree | 19744277f82538d11c45001b31ab3d20420f8f69 /base/base.gypi | |
parent | 3167bd4f7389abfc5ff4010f09c4b6045b8e8311 (diff) | |
download | chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.zip chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.tar.gz chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.tar.bz2 |
Tighten up DEPS some more. NaCl/service process code are including internal content files. Fix the instances other sandbox stuff, which I'll do in a followup.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10512010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi index 14075be..4e72b49 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -140,6 +140,9 @@ 'global_descriptors_posix.h', 'gtest_prod_util.h', 'hash_tables.h', + 'hi_res_timer_manager_posix.cc', + 'hi_res_timer_manager_win.cc', + 'hi_res_timer_manager.h', 'id_map.h', 'json/json_file_value_serializer.cc', 'json/json_file_value_serializer.h', @@ -253,6 +256,8 @@ 'platform_file_posix.cc', 'platform_file_win.cc', 'port.h', + 'posix/unix_domain_socket.cc', + 'posix/unix_domain_socket.h', 'process.h', 'process_linux.cc', 'process_posix.cc', |