diff options
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 16 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 4 |
2 files changed, 16 insertions, 4 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 76a08e9..0350c33 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -286,6 +286,14 @@ > </File> <File + RelativePath="..\field_trial.cc" + > + </File> + <File + RelativePath="..\field_trial.h" + > + </File> + <File RelativePath="..\file_path.cc" > </File> @@ -538,10 +546,6 @@ > </File> <File - RelativePath="..\process_win.cc" - > - </File> - <File RelativePath="..\process.h" > </File> @@ -554,6 +558,10 @@ > </File> <File + RelativePath="..\process_win.cc" + > + </File> + <File RelativePath="..\third_party\nspr\prtime.cc" > </File> diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 7df06c9..cf91226 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -188,6 +188,10 @@ > </File> <File + RelativePath="..\field_trial_unittest.cc" + > + </File> + <File RelativePath="..\file_path_unittest.cc" > </File> |