1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//ppapi/examples/ppapi_example.gni")
16 ppapi_example("graphics_2d") {
17 output_name = "ppapi_example_graphics_2d"
19 "graphics_2d_example.c",
26 ppapi_example("paint_manager") {
27 output_name = "ppapi_example_paint_manager"
29 "paint_manager_example.cc",
36 ppapi_example("scroll") {
37 output_name = "ppapi_example_scroll"