summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 16:28:40 +0000
committerensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 16:28:40 +0000
commitb390162614a72532b6fe256c9528206890d39791 (patch)
treebd8b40a359246861466c467d9b513845f4b1b466 /base
parent03ed0251f417df026b23de8685be145c893d7e2d (diff)
downloadchromium_src-b390162614a72532b6fe256c9528206890d39791.zip
chromium_src-b390162614a72532b6fe256c9528206890d39791.tar.gz
chromium_src-b390162614a72532b6fe256c9528206890d39791.tar.bz2
add missing, but used headers
R=sky,sadrul BUG= TEST= Review URL: http://codereview.chromium.org/8004002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 6860c2d2..94cf15b6 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -15,10 +15,13 @@
'third_party/dmg_fp/dmg_fp.h',
'third_party/dmg_fp/g_fmt.cc',
'third_party/dmg_fp/dtoa_wrapper.cc',
+ 'third_party/dynamic_annotations/dynamic_annotations.h',
'third_party/icu/icu_utf.cc',
'third_party/icu/icu_utf.h',
'third_party/nspr/prtime.cc',
'third_party/nspr/prtime.h',
+ 'third_party/nspr/prcpucfg_linux.h',
+ 'third_party/xdg_mime/xdgmime.h',
'android/scoped_java_ref.cc',
'android/scoped_java_ref.h',
'android/jni_android.cc',
@@ -35,6 +38,7 @@
'atomic_sequence_num.h',
'atomicops.h',
'atomicops_internals_x86_gcc.cc',
+ 'atomicops_internals_x86_gcc.h',
'atomicops_internals_x86_msvc.h',
'base_export.h',
'base_paths.cc',
@@ -44,6 +48,7 @@
'base_paths_linux.cc',
'base_paths_win.cc',
'base_paths_win.h',
+ 'base_switches.h',
'basictypes.h',
'bind.h',
'bind_helpers.h',
@@ -81,8 +86,10 @@
'dir_reader_fallback.h',
'dir_reader_linux.h',
'dir_reader_posix.h',
+ 'eintr_wrapper.h',
'environment.cc',
'environment.h',
+ 'file_descriptor_posix.h',
'file_path.cc',
'file_path.h',
'file_util.cc',
@@ -105,6 +112,7 @@
'files/file_path_watcher_mac.cc',
'files/file_path_watcher_win.cc',
'float_util.h',
+ 'format_macros.h',
'global_descriptors_posix.cc',
'global_descriptors_posix.h',
'gtest_prod_util.h',
@@ -207,6 +215,7 @@
'process_win.cc',
'rand_util.cc',
'rand_util.h',
+ 'rand_util_c.h',
'rand_util_posix.cc',
'rand_util_win.cc',
'safe_strerror_posix.cc',
@@ -233,6 +242,7 @@
'string_tokenizer.h',
'string_util.cc',
'string_util.h',
+ 'string_util_posix.h',
'string_util_win.h',
'stringize_macros.h',
'stringprintf.cc',