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

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: updates 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 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 'test/base/render_view_test.cc', 1832 'test/base/render_view_test.cc',
1833 'test/base/render_view_test.h', 1833 'test/base/render_view_test.h',
1834 'test/base/v8_unit_test.cc', 1834 'test/base/v8_unit_test.cc',
1835 'test/base/v8_unit_test.h', 1835 'test/base/v8_unit_test.h',
1836 'test/data/resource.rc', 1836 'test/data/resource.rc',
1837 'tools/convert_dict/convert_dict_unittest.cc', 1837 'tools/convert_dict/convert_dict_unittest.cc',
1838 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 1838 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
1839 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 1839 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
1840 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1840 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1841 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1841 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1842 '../content/browser/site_instance_unittest.cc',
1843 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1842 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1844 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1843 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1845 '../content/common/sandbox_mac_diraccess_unittest.mm', 1844 '../content/common/sandbox_mac_diraccess_unittest.mm',
1846 '../content/common/sandbox_mac_fontloading_unittest.mm', 1845 '../content/common/sandbox_mac_fontloading_unittest.mm',
1847 '../content/common/sandbox_mac_unittest_helper.h', 1846 '../content/common/sandbox_mac_unittest_helper.h',
1848 '../content/common/sandbox_mac_unittest_helper.mm', 1847 '../content/common/sandbox_mac_unittest_helper.mm',
1849 '../content/common/sandbox_mac_system_access_unittest.mm', 1848 '../content/common/sandbox_mac_system_access_unittest.mm',
1850 '../testing/gtest_mac_unittest.mm', 1849 '../testing/gtest_mac_unittest.mm',
1851 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1850 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1852 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1851 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
(...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after
3922 # Use outputs of this action as inputs for the main target build. 3921 # Use outputs of this action as inputs for the main target build.
3923 # Seems as a misnomer but makes this happy on Linux (scons). 3922 # Seems as a misnomer but makes this happy on Linux (scons).
3924 'process_outputs_as_sources': 1, 3923 'process_outputs_as_sources': 1,
3925 }, 3924 },
3926 ], # 'actions' 3925 ], # 'actions'
3927 }, 3926 },
3928 ] 3927 ]
3929 }], # 'coverage!=0' 3928 }], # 'coverage!=0'
3930 ], # 'conditions' 3929 ], # 'conditions'
3931 } 3930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698