Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: tests/ppapi/cpp_dev_header_test.cc

Issue 6715019: Switching ppapi on nacl side to import chrome side .gyp[i] directly. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698