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

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: Break FileIO and URLLoader tests down into individual cases. 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') | 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) 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 }], # OS != "win" 713 }], # OS != "win"
714 ], # conditions 714 ], # conditions
715 }, 715 },
716 { 716 {
717 'target_name': 'ui_tests', 717 'target_name': 'ui_tests',
718 'type': 'executable', 718 'type': 'executable',
719 'copies': [ 719 'copies': [
720 { 720 {
721 'destination': '<(PRODUCT_DIR)', 721 'destination': '<(PRODUCT_DIR)',
722 'files': [ 722 'files': [
723 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'.
723 '../ppapi/tests/test_case.html', 724 '../ppapi/tests/test_case.html',
724 '../ppapi/tests/test_case.html.mock-http-headers', 725 '../ppapi/tests/test_case.html.mock-http-headers',
725 '../ppapi/tests/test_page.css', 726 '../ppapi/tests/test_page.css',
726 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', 727 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf',
727 ], 728 ],
728 }, 729 },
729 { 730 {
730 'destination': '<(PRODUCT_DIR)/test_url_loader_data', 731 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
731 'files': [ 732 'files': [
732 '../ppapi/tests/test_url_loader_data/hello.txt', 733 '../ppapi/tests/test_url_loader_data/hello.txt',
(...skipping 3581 matching lines...) Expand 10 before | Expand all | Expand 10 after
4314 # Use outputs of this action as inputs for the main target build. 4315 # Use outputs of this action as inputs for the main target build.
4315 # Seems as a misnomer but makes this happy on Linux (scons). 4316 # Seems as a misnomer but makes this happy on Linux (scons).
4316 'process_outputs_as_sources': 1, 4317 'process_outputs_as_sources': 1,
4317 }, 4318 },
4318 ], # 'actions' 4319 ], # 'actions'
4319 }, 4320 },
4320 ] 4321 ]
4321 }], # 'coverage!=0' 4322 }], # 'coverage!=0'
4322 ], # 'conditions' 4323 ], # 'conditions'
4323 } 4324 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698