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 'target_defaults': { | 5 'target_defaults': { |
6 'conditions': [ | 6 'conditions': [ |
7 ['strip_tests==1', { | 7 ['strip_tests==1', { |
8 'cflags!': [ '-g' ], | 8 'cflags!': [ '-g' ], |
9 'ldflags': [ '-Wl,--strip-debug' ], | 9 'ldflags': [ '-Wl,--strip-debug' ], |
10 }], | 10 }], |
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2004 'test/base/menu_model_test.h', | 2004 'test/base/menu_model_test.h', |
2005 'test/base/v8_unit_test.cc', | 2005 'test/base/v8_unit_test.cc', |
2006 'test/base/v8_unit_test.h', | 2006 'test/base/v8_unit_test.h', |
2007 'test/data/resource.rc', | 2007 'test/data/resource.rc', |
2008 'test/data/unit/framework_unittest.gtestjs', | 2008 'test/data/unit/framework_unittest.gtestjs', |
2009 'tools/convert_dict/convert_dict_unittest.cc', | 2009 'tools/convert_dict/convert_dict_unittest.cc', |
2010 '../content/browser/renderer_host/render_widget_host_unittest.cc', | 2010 '../content/browser/renderer_host/render_widget_host_unittest.cc', |
2011 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', | 2011 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', |
2012 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 2012 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
2013 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 2013 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
2014 '../content/common/sandbox_mac_diraccess_unittest.mm', | |
2015 '../content/common/sandbox_mac_fontloading_unittest.mm', | |
2016 '../content/common/sandbox_mac_unittest_helper.h', | |
2017 '../content/common/sandbox_mac_unittest_helper.mm', | |
2018 '../content/common/sandbox_mac_system_access_unittest.mm', | |
2019 '../testing/gtest_mac_unittest.mm', | 2014 '../testing/gtest_mac_unittest.mm', |
2020 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2015 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2021 '../ui/views/test/test_views_delegate.cc', | 2016 '../ui/views/test/test_views_delegate.cc', |
2022 '../ui/views/test/test_views_delegate.h', | 2017 '../ui/views/test/test_views_delegate.h', |
2023 '../ui/views/test/views_test_base.cc', | 2018 '../ui/views/test/views_test_base.cc', |
2024 '../ui/views/test/views_test_base.h', | 2019 '../ui/views/test/views_test_base.h', |
2025 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2020 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
2026 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2021 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
2027 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2022 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
2028 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 2023 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
(...skipping 2312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4341 # Use outputs of this action as inputs for the main target build. | 4336 # Use outputs of this action as inputs for the main target build. |
4342 # Seems as a misnomer but makes this happy on Linux (scons). | 4337 # Seems as a misnomer but makes this happy on Linux (scons). |
4343 'process_outputs_as_sources': 1, | 4338 'process_outputs_as_sources': 1, |
4344 }, | 4339 }, |
4345 ], # 'actions' | 4340 ], # 'actions' |
4346 }, | 4341 }, |
4347 ] | 4342 ] |
4348 }], # 'coverage!=0' | 4343 }], # 'coverage!=0' |
4349 ], # 'conditions' | 4344 ], # 'conditions' |
4350 } | 4345 } |
OLD | NEW |