From 8c49df9f7873a5673364f1f40675e87a24885c81 Mon Sep 17 00:00:00 2001 From: "gman@chromium.org" Date: Fri, 22 Jul 2011 09:32:00 +0000 Subject: Adding an empty program_info_manager.cc so I can fix NaCl I need to make NaCl expect this file so that I can then put the real one on chromium. The steps are #1) check in this blank file #2) make NaCl use this file (update its deps, link in nacl.scons) #3) commit the real file in chromium #4) profit TEST=none BUG=85966 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/7491005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93594 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/command_buffer/client/program_info_manager.cc | 1 + 1 file changed, 1 insertion(+) create mode 100644 gpu/command_buffer/client/program_info_manager.cc (limited to 'gpu/command_buffer/client') diff --git a/gpu/command_buffer/client/program_info_manager.cc b/gpu/command_buffer/client/program_info_manager.cc new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpu/command_buffer/client/program_info_manager.cc @@ -0,0 +1 @@ + -- cgit v1.1