diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 09:32:00 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 09:32:00 +0000 |
commit | 8c49df9f7873a5673364f1f40675e87a24885c81 (patch) | |
tree | bc76f49ba7acd914a8086cddc0f90a880d8835bf /gpu/command_buffer/client | |
parent | 9140bdd265226a945fa280d7413035e721f2336a (diff) | |
download | chromium_src-8c49df9f7873a5673364f1f40675e87a24885c81.zip chromium_src-8c49df9f7873a5673364f1f40675e87a24885c81.tar.gz chromium_src-8c49df9f7873a5673364f1f40675e87a24885c81.tar.bz2 |
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
Diffstat (limited to 'gpu/command_buffer/client')
-rw-r--r-- | gpu/command_buffer/client/program_info_manager.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ + |