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

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: More ARM build fixes Created 8 years, 6 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
« no previous file with comments | « chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2547 'msvs_cygwin_shell': 0, 2547 'msvs_cygwin_shell': 0,
2548 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2548 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2549 'copies': [ 2549 'copies': [
2550 { 2550 {
2551 'destination': '<(PRODUCT_DIR)', 2551 'destination': '<(PRODUCT_DIR)',
2552 'files': [ 2552 'files': [
2553 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. 2553 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'.
2554 '../ppapi/tests/test_case.html', 2554 '../ppapi/tests/test_case.html',
2555 '../ppapi/tests/test_case.html.mock-http-headers', 2555 '../ppapi/tests/test_case.html.mock-http-headers',
2556 '../ppapi/tests/test_page.css', 2556 '../ppapi/tests/test_page.css',
2557 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', 2557 '../ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nm f',
2558 ], 2558 ],
2559 }, 2559 },
2560 { 2560 {
2561 'destination': '<(PRODUCT_DIR)/test_url_loader_data', 2561 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
2562 'files': [ 2562 'files': [
2563 '../ppapi/tests/test_url_loader_data/hello.txt', 2563 '../ppapi/tests/test_url_loader_data/hello.txt',
2564 ], 2564 ],
2565 }, 2565 },
2566 ], 2566 ],
2567 'dependencies': [ 2567 'dependencies': [
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
4653 # Use outputs of this action as inputs for the main target build. 4653 # Use outputs of this action as inputs for the main target build.
4654 # Seems as a misnomer but makes this happy on Linux (scons). 4654 # Seems as a misnomer but makes this happy on Linux (scons).
4655 'process_outputs_as_sources': 1, 4655 'process_outputs_as_sources': 1,
4656 }, 4656 },
4657 ], # 'actions' 4657 ], # 'actions'
4658 }, 4658 },
4659 ] 4659 ]
4660 }], # 'coverage!=0' 4660 }], # 'coverage!=0'
4661 ], # 'conditions' 4661 ], # 'conditions'
4662 } 4662 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698