diff options
author | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 23:24:15 +0000 |
---|---|---|
committer | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 23:24:15 +0000 |
commit | b882891c004caaf6d50d0217aa690682f4b7ccd1 (patch) | |
tree | 7aac2166bfebb000bdfa2fa68cc4edabfa15168d /content/content_gpu.gypi | |
parent | 78bffa2e0c91305e1b9b89a8d9ba8f2e53cf245e (diff) | |
download | chromium_src-b882891c004caaf6d50d0217aa690682f4b7ccd1.zip chromium_src-b882891c004caaf6d50d0217aa690682f4b7ccd1.tar.gz chromium_src-b882891c004caaf6d50d0217aa690682f4b7ccd1.tar.bz2 |
Retrieve Windows performance assessment information from results files.
Also move libxml_utils from chrome/common/ into base/, because it's now being used to read the results files from content/gpu/
TBR=ben@chromium.org
BUG=chromium:122838,chromium:124325
TEST=Builds on all platforms, and chrome://gpu gives a correct rating after the user re-runs the WinSAT assessment.
Review URL: https://chromiumcodereview.appspot.com/10128002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index cda9ae0..b98d991 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -38,6 +38,7 @@ 'dependencies': [ '../third_party/angle/src/build_angle.gyp:libEGL', '../third_party/angle/src/build_angle.gyp:libGLESv2', + '../third_party/libxml/libxml.gyp:libxml', ], 'link_settings': { 'libraries': [ |