blob: cd4d8f9c31bea12af4111cb1ac626afa2bab9c39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// 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_
#include "third_party/npapi/bindings/npapi.h"
#include "third_party/npapi/bindings/npruntime.h"
#endif // GPU_NP_UTILS_NP_HEADERS_H_
|