diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 21:35:59 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 21:35:59 +0000 |
commit | e252934c02fc87213f270b1e1c989888d2dd629e (patch) | |
tree | 373a03d5361a6e84590017d58d57e6418210f86a /chrome/chrome_exe.gypi | |
parent | 3903c969e780c5eb84306654a3cba3061fb97158 (diff) | |
download | chromium_src-e252934c02fc87213f270b1e1c989888d2dd629e.zip chromium_src-e252934c02fc87213f270b1e1c989888d2dd629e.tar.gz chromium_src-e252934c02fc87213f270b1e1c989888d2dd629e.tar.bz2 |
Proper fix for nacl64.exe. I missed the fact in my earlier change that hi_res_timer_manager is now part of base so we don't need to add it to the chrome_nacl_win64 target.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10509007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 5b137eb..4fbb0d4 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -526,7 +526,6 @@ 'app/breakpad_win.cc', 'app/hard_error_handler_win.cc', 'nacl/nacl_exe_win_64.cc', - # TODO(jam) '../base/hi_res_timer_manager_win.cc', '../content/app/startup_helper_win.cc', '../content/common/debug_flags.cc', # Needed for sandbox_policy.cc '../content/common/sandbox_init_win.cc', |