diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 02:42:27 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 02:42:27 +0000 |
commit | 8a947a3224b4c3fefee6babec16de2d09ef5a8c7 (patch) | |
tree | 0b006973efe23a76d3467535db4d96da9705b7de /cc | |
parent | 10a935df54c8cda80db3ef47f9ff1c8fd50c35bd (diff) | |
download | chromium_src-8a947a3224b4c3fefee6babec16de2d09ef5a8c7.zip chromium_src-8a947a3224b4c3fefee6babec16de2d09ef5a8c7.tar.gz chromium_src-8a947a3224b4c3fefee6babec16de2d09ef5a8c7.tar.bz2 |
Fix a 'gclient hooks' error.
This change removes a file deleted by r163749 from 'cc_tests.gyp' to fix a 'gclient hooks' error on Windows.
TBR=enne,tfarina
BUG=none
TEST=gclient runhooks on Windows.
Review URL: https://codereview.chromium.org/11264002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163757 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r-- | cc/cc_tests.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 7337986..0bd7974 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -40,7 +40,6 @@ 'solid_color_layer_impl_unittest.cc', 'texture_update_controller_unittest.cc', 'thread_task_unittest.cc', - 'CCThreadedTest.h', 'tiled_layer_impl_unittest.cc', 'timer_unittest.cc', 'content_layer_unittest.cc', |