OLD | NEW |
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 # Variables for js2gtest rules | 6 # Variables for js2gtest rules |
7 'gypv8sh': '../tools/gypv8sh.py', | 7 'gypv8sh': '../tools/gypv8sh.py', |
8 'js2gtest': 'test/base/js2gtest.js', | 8 'js2gtest': 'test/base/js2gtest.js', |
9 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1991 'test/base/menu_model_test.h', | 1991 'test/base/menu_model_test.h', |
1992 'test/base/v8_unit_test.cc', | 1992 'test/base/v8_unit_test.cc', |
1993 'test/base/v8_unit_test.h', | 1993 'test/base/v8_unit_test.h', |
1994 'test/data/resource.rc', | 1994 'test/data/resource.rc', |
1995 'test/data/unit/framework_unittest.gtestjs', | 1995 'test/data/unit/framework_unittest.gtestjs', |
1996 'tools/convert_dict/convert_dict_unittest.cc', | 1996 'tools/convert_dict/convert_dict_unittest.cc', |
1997 '../content/browser/renderer_host/render_widget_host_unittest.cc', | 1997 '../content/browser/renderer_host/render_widget_host_unittest.cc', |
1998 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', | 1998 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', |
1999 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 1999 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
2000 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 2000 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
2001 '../content/common/sandbox_mac_diraccess_unittest.mm', | |
2002 '../content/common/sandbox_mac_fontloading_unittest.mm', | |
2003 '../content/common/sandbox_mac_unittest_helper.h', | |
2004 '../content/common/sandbox_mac_unittest_helper.mm', | |
2005 '../content/common/sandbox_mac_system_access_unittest.mm', | |
2006 '../testing/gtest_mac_unittest.mm', | 2001 '../testing/gtest_mac_unittest.mm', |
2007 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2002 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2008 '../views/test/test_views_delegate.cc', | 2003 '../views/test/test_views_delegate.cc', |
2009 '../views/test/test_views_delegate.h', | 2004 '../views/test/test_views_delegate.h', |
2010 '../views/test/views_test_base.cc', | 2005 '../views/test/views_test_base.cc', |
2011 '../views/test/views_test_base.h', | 2006 '../views/test/views_test_base.h', |
2012 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2007 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
2013 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2008 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
2014 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2009 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
2015 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 2010 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
(...skipping 2279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4295 # Use outputs of this action as inputs for the main target build. | 4290 # Use outputs of this action as inputs for the main target build. |
4296 # Seems as a misnomer but makes this happy on Linux (scons). | 4291 # Seems as a misnomer but makes this happy on Linux (scons). |
4297 'process_outputs_as_sources': 1, | 4292 'process_outputs_as_sources': 1, |
4298 }, | 4293 }, |
4299 ], # 'actions' | 4294 ], # 'actions' |
4300 }, | 4295 }, |
4301 ] | 4296 ] |
4302 }], # 'coverage!=0' | 4297 }], # 'coverage!=0' |
4303 ], # 'conditions' | 4298 ], # 'conditions' |
4304 } | 4299 } |
OLD | NEW |