Fix include paths in non-standard targets.

git-svn-id: http://skia.googlecode.com/svn/trunk@3187 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
tomhudson@google.com 2012-02-14 15:43:01 +00:00
parent 6c8c34e65f
commit 02f90e8ac1
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
#include "SkCanvas.h"
#include "GrContext.h"
#include "GrGLInterface.h"
#include "gl/GrGLInterface.h"
#include "SkGpuDevice.h"
#include "SkCGUtils.h"
class SkiOSDeviceManager : public SampleWindow::DeviceManager {

View File

@ -17,7 +17,7 @@
#include "SkString.h"
#include "SkTime.h"
#include "GrGLConfig.h"
#include "gl/GrGLConfig.h"
static GrContext* make_context() {
SkDebugf("---- before create\n");

View File

@ -5,10 +5,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkGLCanvas.h"
#include "gl/SkGLCanvas.h"
#include "SkBitmap.h"
#include "SkPaint.h"
#include "SkGpuGLShaders.h"
#include "gl/SkGpuGLShaders.h"
extern "C" {
void gr_hello_world();