From 52f604edea346ddf298ce4b0828bf6dfd8e61eca Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 26 Jan 2012 06:27:16 +0000 Subject: Revert 119198 - First pass at implementing the MessageLoop interface. This includes a simple example and a helper class. The current example just asserts due to thread checks we have in there now, but this should provide a good starting point. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9097006 TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/9290040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119200 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/ppapi_sources.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'ppapi/ppapi_sources.gypi') diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi index e7b869c..4336ff6 100644 --- a/ppapi/ppapi_sources.gypi +++ b/ppapi/ppapi_sources.gypi @@ -267,8 +267,6 @@ 'utility/graphics/paint_aggregator.h', 'utility/graphics/paint_manager.cc', 'utility/graphics/paint_manager.h', - 'utility/threading/simple_thread.cc', - 'utility/threading/simple_thread.h', ], # # Common Testing source for trusted and untrusted (NaCl) pugins. -- cgit v1.1