summaryrefslogtreecommitdiffstats
path: root/o3d/gpu/np_utils/np_headers.h
blob: 5f60d8e67ef3be57ef7a4898c23cd1a5a670e0fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef GPU_NP_UTILS_NP_HEADERS_H_
#define GPU_NP_UTILS_NP_HEADERS_H_

#if defined(O3D_IN_CHROME)
#include "third_party/npapi/bindings/npapi.h"
#include "third_party/npapi/bindings/npruntime.h"
#else
#include "o3d/third_party/npapi/include/npapi.h"
#include "o3d/third_party/npapi/include/npruntime.h"
#endif

#endif  // GPU_NP_UTILS_NP_HEADERS_H_