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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8770023: Break FileIO and URLLoader tests down into individual cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | chrome/test/ui/ppapi_uitest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 }], # OS != "win" 710 }], # OS != "win"
711 ], # conditions 711 ], # conditions
712 }, 712 },
713 { 713 {
714 'target_name': 'ui_tests', 714 'target_name': 'ui_tests',
715 'type': 'executable', 715 'type': 'executable',
716 'copies': [ 716 'copies': [
717 { 717 {
718 'destination': '<(PRODUCT_DIR)', 718 'destination': '<(PRODUCT_DIR)',
719 'files': [ 719 'files': [
720 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'.
720 '../ppapi/tests/test_case.html', 721 '../ppapi/tests/test_case.html',
721 '../ppapi/tests/test_case.html.mock-http-headers', 722 '../ppapi/tests/test_case.html.mock-http-headers',
722 '../ppapi/tests/test_page.css', 723 '../ppapi/tests/test_page.css',
723 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', 724 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf',
724 ], 725 ],
725 }, 726 },
726 { 727 {
727 'destination': '<(PRODUCT_DIR)/test_url_loader_data', 728 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
728 'files': [ 729 'files': [
729 '../ppapi/tests/test_url_loader_data/hello.txt', 730 '../ppapi/tests/test_url_loader_data/hello.txt',
(...skipping 3563 matching lines...) Expand 10 before | Expand all | Expand 10 after
4293 # Use outputs of this action as inputs for the main target build. 4294 # Use outputs of this action as inputs for the main target build.
4294 # Seems as a misnomer but makes this happy on Linux (scons). 4295 # Seems as a misnomer but makes this happy on Linux (scons).
4295 'process_outputs_as_sources': 1, 4296 'process_outputs_as_sources': 1,
4296 }, 4297 },
4297 ], # 'actions' 4298 ], # 'actions'
4298 }, 4299 },
4299 ] 4300 ]
4300 }], # 'coverage!=0' 4301 }], # 'coverage!=0'
4301 ], # 'conditions' 4302 ], # 'conditions'
4302 } 4303 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | chrome/test/ui/ppapi_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698