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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8692015: Move the mock headers file for 'test_case.html' to the destination directory so cross-origin (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 | ppapi/tests/test_url_loader.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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 ], # conditions 707 ], # conditions
708 }, 708 },
709 { 709 {
710 'target_name': 'ui_tests', 710 'target_name': 'ui_tests',
711 'type': 'executable', 711 'type': 'executable',
712 'copies': [ 712 'copies': [
713 { 713 {
714 'destination': '<(PRODUCT_DIR)', 714 'destination': '<(PRODUCT_DIR)',
715 'files': [ 715 'files': [
716 '../ppapi/tests/test_case.html', 716 '../ppapi/tests/test_case.html',
717 '../ppapi/tests/test_case.html.mock-http-headers',
717 '../ppapi/tests/test_page.css', 718 '../ppapi/tests/test_page.css',
718 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', 719 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf',
719 ], 720 ],
720 }, 721 },
721 { 722 {
722 'destination': '<(PRODUCT_DIR)/test_url_loader_data', 723 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
723 'files': [ 724 'files': [
724 '../ppapi/tests/test_url_loader_data/hello.txt', 725 '../ppapi/tests/test_url_loader_data/hello.txt',
725 ], 726 ],
726 }, 727 },
(...skipping 3556 matching lines...) Expand 10 before | Expand all | Expand 10 after
4283 # Use outputs of this action as inputs for the main target build. 4284 # Use outputs of this action as inputs for the main target build.
4284 # Seems as a misnomer but makes this happy on Linux (scons). 4285 # Seems as a misnomer but makes this happy on Linux (scons).
4285 'process_outputs_as_sources': 1, 4286 'process_outputs_as_sources': 1,
4286 }, 4287 },
4287 ], # 'actions' 4288 ], # 'actions'
4288 }, 4289 },
4289 ] 4290 ]
4290 }], # 'coverage!=0' 4291 }], # 'coverage!=0'
4291 ], # 'conditions' 4292 ], # 'conditions'
4292 } 4293 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698