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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 11360223: Revert "Add support in NaCl browser tests for testing pnacl-translated nexes" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome/test/data/nacl/nacl_browser_test.gypi ('k') | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/nacl_test_data.gyp
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp
index e0854624e7a984268d80d60ea2cb52a1359d9909..80a15e2a9178bcee10712d336f340971d8c898f7 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -1,4 +1,3 @@
-
# Copyright (c) 2012 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.
@@ -14,7 +13,6 @@
'variables': {
'build_newlib': 1,
'build_glibc': 1,
- 'build_pnacl_newlib': 1,
'test_files': [
# TODO(ncbray) move into chrome/test/data/nacl when all tests are
# converted.
@@ -30,7 +28,6 @@
'nexe_target': 'simple',
'build_newlib': 1,
'build_glibc': 1,
- 'build_pnacl_newlib': 1,
'sources': [
'simple.cc',
],
@@ -46,7 +43,6 @@
'nexe_target': 'pm_exit_status_test',
'build_newlib': 1,
'build_glibc': 1,
- 'build_pnacl_newlib': 1,
'sources': [
'exit_status/pm_exit_status_test.cc',
],
@@ -63,7 +59,6 @@
'nso_target': 'libppapi_test_lib.so',
'build_newlib': 1,
'build_glibc': 1,
- 'build_pnacl_newlib': 1,
'sources': [
# TODO(ncbray) move these files once SCons no longer depends on them.
'../../../../ppapi/native_client/tests/ppapi_test_lib/get_browser_interface.cc',
@@ -84,7 +79,6 @@
'nexe_target': 'ppapi_progress_events',
'build_newlib': 1,
'build_glibc': 1,
- 'build_pnacl_newlib': 1,
'link_flags': [
'-lppapi',
'-lppapi_test_lib',
@@ -115,7 +109,6 @@
'nexe_target': 'ppapi_ppb_core',
'build_newlib': 1,
'build_glibc': 1,
- 'build_pnacl_newlib': 1,
'link_flags': [
'-lppapi',
'-lppapi_test_lib',
« no previous file with comments | « chrome/test/data/nacl/nacl_browser_test.gypi ('k') | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698