diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-24 03:27:50 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-24 03:27:50 +0000 |
commit | 949a88f5c96cbe5ab8b4494aaf980795731ec3d1 (patch) | |
tree | f651cae621d7a37f9910a739435c343b3f5bd175 /base/build/base.vcproj | |
parent | d0a01f18de2315d078336f1209f23b1c05fbebf6 (diff) | |
download | chromium_src-949a88f5c96cbe5ab8b4494aaf980795731ec3d1.zip chromium_src-949a88f5c96cbe5ab8b4494aaf980795731ec3d1.tar.gz chromium_src-949a88f5c96cbe5ab8b4494aaf980795731ec3d1.tar.bz2 |
Create a class for getting at processor information via the
CPUID instruction. These will get used and integrated into
the build in a future changelist.
I debated on the naming of these. They are x86 processor
specific. Suggestions on naming is welcome.
Review URL: http://codereview.chromium.org/3199
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build/base.vcproj')
-rw-r--r-- | base/build/base.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 4eed57ea..5f69555 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -242,6 +242,14 @@ > </File> <File + RelativePath="..\cpu.cc" + > + </File> + <File + RelativePath="..\cpu.h" + > + </File> + <File RelativePath="..\debug_on_start.cc" > </File> |