Index: tests/ppapi/cpp_dev_header_test.cc |
=================================================================== |
--- tests/ppapi/cpp_dev_header_test.cc (revision 4588) |
+++ tests/ppapi/cpp_dev_header_test.cc (working copy) |
@@ -1,50 +0,0 @@ |
-// Copyright (c) 2010 The Native Client Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// This is a build test that includes the dev PPAPI C++ headers, to make |
-// sure that the ppapi header layout in the NaCl toolchain is correct. The |
-// headers listed in this file are maintained by the script |
-// ../../src/shared/ppapi/update-scons.py. Update $SOURCE_ROOT/ppapi and run |
-// the script to update all of the source files listed here. |
- |
-// update-scons.py reads this file and finds the inclusion marker. It |
-// replaces all of the #includes with the corresponding list of files from |
-// the given gyp file. |
-// |
-// The inclusion marker format is: |
-// // From GYP_FILE_NAME:TARGET:REGEXP |
-// |
-// For example, if this exists in this file: |
-// // From ppapi.gyp:ppapi_cpp_objects:cpp/dev/[^/]*\.h |
-// |
-// then the script will remove all of the #include lines. It will then find |
-// the 'ppapi_cpp_objects' target in the ppapi.gyp file. It will find all |
-// 'sources' for that target that match the regular expression |
-// 'cpp/dev/[^/]*\.h' and will insert lines to #include each of those files. |
- |
-// From ppapi_cpp.gypi:ppapi_cpp_objects:cpp/dev/[^/]*\.h |
-#include "ppapi/cpp/dev/buffer_dev.h" |
-#include "ppapi/cpp/dev/context_3d_dev.h" |
-#include "ppapi/cpp/dev/directory_entry_dev.h" |
-#include "ppapi/cpp/dev/directory_reader_dev.h" |
-#include "ppapi/cpp/dev/file_chooser_dev.h" |
-#include "ppapi/cpp/dev/file_io_dev.h" |
-#include "ppapi/cpp/dev/file_ref_dev.h" |
-#include "ppapi/cpp/dev/file_system_dev.h" |
-#include "ppapi/cpp/dev/find_dev.h" |
-#include "ppapi/cpp/dev/font_dev.h" |
-#include "ppapi/cpp/dev/fullscreen_dev.h" |
-#include "ppapi/cpp/dev/graphics_3d_client_dev.h" |
-#include "ppapi/cpp/dev/graphics_3d_dev.h" |
-#include "ppapi/cpp/dev/printing_dev.h" |
-#include "ppapi/cpp/dev/scrollbar_dev.h" |
-#include "ppapi/cpp/dev/selection_dev.h" |
-#include "ppapi/cpp/dev/surface_3d_dev.h" |
-#include "ppapi/cpp/dev/transport_dev.h" |
-#include "ppapi/cpp/dev/url_util_dev.h" |
-#include "ppapi/cpp/dev/video_decoder_dev.h" |
-#include "ppapi/cpp/dev/widget_client_dev.h" |
-#include "ppapi/cpp/dev/widget_dev.h" |
-#include "ppapi/cpp/dev/zoom_dev.h" |
-#include "ppapi/cpp/dev/scriptable_object_deprecated.h" |