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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10409032: Enable PPAPINaCl GLIBC browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename newlib nmf file Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2506 matching lines...) Expand 10 before | Expand all | Expand 10 after
2517 'msvs_cygwin_shell': 0, 2517 'msvs_cygwin_shell': 0,
2518 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2518 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2519 'copies': [ 2519 'copies': [
2520 { 2520 {
2521 'destination': '<(PRODUCT_DIR)', 2521 'destination': '<(PRODUCT_DIR)',
2522 'files': [ 2522 'files': [
2523 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. 2523 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'.
2524 '../ppapi/tests/test_case.html', 2524 '../ppapi/tests/test_case.html',
2525 '../ppapi/tests/test_case.html.mock-http-headers', 2525 '../ppapi/tests/test_case.html.mock-http-headers',
2526 '../ppapi/tests/test_page.css', 2526 '../ppapi/tests/test_page.css',
2527 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', 2527 '../ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nm f',
2528 ], 2528 ],
2529 }, 2529 },
2530 { 2530 {
2531 'destination': '<(PRODUCT_DIR)/test_url_loader_data', 2531 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
2532 'files': [ 2532 'files': [
2533 '../ppapi/tests/test_url_loader_data/hello.txt', 2533 '../ppapi/tests/test_url_loader_data/hello.txt',
2534 ], 2534 ],
2535 }, 2535 },
2536 ], 2536 ],
2537 'dependencies': [ 2537 'dependencies': [
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 # Use outputs of this action as inputs for the main target build. 4623 # Use outputs of this action as inputs for the main target build.
4624 # Seems as a misnomer but makes this happy on Linux (scons). 4624 # Seems as a misnomer but makes this happy on Linux (scons).
4625 'process_outputs_as_sources': 1, 4625 'process_outputs_as_sources': 1,
4626 }, 4626 },
4627 ], # 'actions' 4627 ], # 'actions'
4628 }, 4628 },
4629 ] 4629 ]
4630 }], # 'coverage!=0' 4630 }], # 'coverage!=0'
4631 ], # 'conditions' 4631 ], # 'conditions'
4632 } 4632 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698