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

Unified Diff: tests/ppapi/cpp_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_header_test.cc
===================================================================
--- tests/ppapi/cpp_header_test.cc (revision 4588)
+++ tests/ppapi/cpp_header_test.cc (working copy)
@@ -1,48 +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 basic 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/[^/]*\.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/[^/]*\.h'
-// and will insert lines to #include each of those files.
-
-// From ppapi_cpp.gypi:ppapi_cpp_objects:cpp/[^/]*\.h
-#include "ppapi/cpp/audio.h"
-#include "ppapi/cpp/audio_config.h"
-#include "ppapi/cpp/common.h"
-#include "ppapi/cpp/completion_callback.h"
-#include "ppapi/cpp/core.h"
-#include "ppapi/cpp/graphics_2d.h"
-#include "ppapi/cpp/image_data.h"
-#include "ppapi/cpp/instance.h"
-#include "ppapi/cpp/logging.h"
-#include "ppapi/cpp/module.h"
-#include "ppapi/cpp/module_impl.h"
-#include "ppapi/cpp/non_thread_safe_ref_count.h"
-#include "ppapi/cpp/paint_aggregator.h"
-#include "ppapi/cpp/paint_manager.h"
-#include "ppapi/cpp/point.h"
-#include "ppapi/cpp/rect.h"
-#include "ppapi/cpp/resource.h"
-#include "ppapi/cpp/size.h"
-#include "ppapi/cpp/url_loader.h"
-#include "ppapi/cpp/url_request_info.h"
-#include "ppapi/cpp/url_response_info.h"
-#include "ppapi/cpp/var.h"

Powered by Google App Engine
This is Rietveld 408576698