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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8033001: Delegate decision what site instances can be rendered in what process to chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 2 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) 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1824 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 'test/base/render_view_test.cc', 1835 'test/base/render_view_test.cc',
1836 'test/base/render_view_test.h', 1836 'test/base/render_view_test.h',
1837 'test/base/v8_unit_test.cc', 1837 'test/base/v8_unit_test.cc',
1838 'test/base/v8_unit_test.h', 1838 'test/base/v8_unit_test.h',
1839 'test/data/resource.rc', 1839 'test/data/resource.rc',
1840 'tools/convert_dict/convert_dict_unittest.cc', 1840 'tools/convert_dict/convert_dict_unittest.cc',
1841 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 1841 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
1842 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 1842 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
1843 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1843 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1844 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1844 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1845 '../content/browser/site_instance_unittest.cc',
1846 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1845 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1847 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1846 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1848 '../content/common/sandbox_mac_diraccess_unittest.mm', 1847 '../content/common/sandbox_mac_diraccess_unittest.mm',
1849 '../content/common/sandbox_mac_fontloading_unittest.mm', 1848 '../content/common/sandbox_mac_fontloading_unittest.mm',
1850 '../content/common/sandbox_mac_unittest_helper.h', 1849 '../content/common/sandbox_mac_unittest_helper.h',
1851 '../content/common/sandbox_mac_unittest_helper.mm', 1850 '../content/common/sandbox_mac_unittest_helper.mm',
1852 '../content/common/sandbox_mac_system_access_unittest.mm', 1851 '../content/common/sandbox_mac_system_access_unittest.mm',
1853 '../testing/gtest_mac_unittest.mm', 1852 '../testing/gtest_mac_unittest.mm',
1854 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1853 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1855 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1854 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after
3929 # Use outputs of this action as inputs for the main target build. 3928 # Use outputs of this action as inputs for the main target build.
3930 # Seems as a misnomer but makes this happy on Linux (scons). 3929 # Seems as a misnomer but makes this happy on Linux (scons).
3931 'process_outputs_as_sources': 1, 3930 'process_outputs_as_sources': 1,
3932 }, 3931 },
3933 ], # 'actions' 3932 ], # 'actions'
3934 }, 3933 },
3935 ] 3934 ]
3936 }], # 'coverage!=0' 3935 }], # 'coverage!=0'
3937 ], # 'conditions' 3936 ], # 'conditions'
3938 } 3937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698