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

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: Addressing review feedback. 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 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 'msvs_cygwin_shell': 0, 2507 'msvs_cygwin_shell': 0,
2508 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2508 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2509 'copies': [ 2509 'copies': [
2510 { 2510 {
2511 'destination': '<(PRODUCT_DIR)', 2511 'destination': '<(PRODUCT_DIR)',
2512 'files': [ 2512 'files': [
2513 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. 2513 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'.
2514 '../ppapi/tests/test_case.html', 2514 '../ppapi/tests/test_case.html',
2515 '../ppapi/tests/test_case.html.mock-http-headers', 2515 '../ppapi/tests/test_case.html.mock-http-headers',
2516 '../ppapi/tests/test_page.css', 2516 '../ppapi/tests/test_page.css',
2517 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', 2517 '../ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nm f',
2518 ], 2518 ],
2519 }, 2519 },
2520 { 2520 {
2521 'destination': '<(PRODUCT_DIR)/test_url_loader_data', 2521 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
2522 'files': [ 2522 'files': [
2523 '../ppapi/tests/test_url_loader_data/hello.txt', 2523 '../ppapi/tests/test_url_loader_data/hello.txt',
2524 ], 2524 ],
2525 }, 2525 },
2526 ], 2526 ],
2527 'dependencies': [ 2527 'dependencies': [
(...skipping 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
4616 # Use outputs of this action as inputs for the main target build. 4616 # Use outputs of this action as inputs for the main target build.
4617 # Seems as a misnomer but makes this happy on Linux (scons). 4617 # Seems as a misnomer but makes this happy on Linux (scons).
4618 'process_outputs_as_sources': 1, 4618 'process_outputs_as_sources': 1,
4619 }, 4619 },
4620 ], # 'actions' 4620 ], # 'actions'
4621 }, 4621 },
4622 ] 4622 ]
4623 }], # 'coverage!=0' 4623 }], # 'coverage!=0'
4624 ], # 'conditions' 4624 ], # 'conditions'
4625 } 4625 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698