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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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 | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_content_client.h » ('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 '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 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 'test/base/menu_model_test.cc', 2005 'test/base/menu_model_test.cc',
2006 'test/base/menu_model_test.h', 2006 'test/base/menu_model_test.h',
2007 'test/base/v8_unit_test.cc', 2007 'test/base/v8_unit_test.cc',
2008 'test/base/v8_unit_test.h', 2008 'test/base/v8_unit_test.h',
2009 'test/data/resource.rc', 2009 'test/data/resource.rc',
2010 'test/data/unit/framework_unittest.gtestjs', 2010 'test/data/unit/framework_unittest.gtestjs',
2011 'tools/convert_dict/convert_dict_unittest.cc', 2011 'tools/convert_dict/convert_dict_unittest.cc',
2012 '../content/browser/renderer_host/render_widget_host_unittest.cc', 2012 '../content/browser/renderer_host/render_widget_host_unittest.cc',
2013 '../content/browser/tab_contents/navigation_controller_unittest.cc', 2013 '../content/browser/tab_contents/navigation_controller_unittest.cc',
2014 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 2014 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
2015 '../content/common/sandbox_mac_diraccess_unittest.mm',
2016 '../content/common/sandbox_mac_fontloading_unittest.mm',
2017 '../content/common/sandbox_mac_unittest_helper.h',
2018 '../content/common/sandbox_mac_unittest_helper.mm',
2019 '../content/common/sandbox_mac_system_access_unittest.mm',
2020 '../testing/gtest_mac_unittest.mm', 2015 '../testing/gtest_mac_unittest.mm',
2021 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2016 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2022 '../ui/views/test/test_views_delegate.cc', 2017 '../ui/views/test/test_views_delegate.cc',
2023 '../ui/views/test/test_views_delegate.h', 2018 '../ui/views/test/test_views_delegate.h',
2024 '../ui/views/test/views_test_base.cc', 2019 '../ui/views/test/views_test_base.cc',
2025 '../ui/views/test/views_test_base.h', 2020 '../ui/views/test/views_test_base.h',
2026 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 2021 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2027 '../webkit/fileapi/file_system_operation_write_unittest.cc', 2022 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2028 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 2023 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
2029 '../webkit/fileapi/file_writer_delegate_unittest.cc', 2024 '../webkit/fileapi/file_writer_delegate_unittest.cc',
(...skipping 2303 matching lines...) Expand 10 before | Expand all | Expand 10 after
4333 # Use outputs of this action as inputs for the main target build. 4328 # Use outputs of this action as inputs for the main target build.
4334 # Seems as a misnomer but makes this happy on Linux (scons). 4329 # Seems as a misnomer but makes this happy on Linux (scons).
4335 'process_outputs_as_sources': 1, 4330 'process_outputs_as_sources': 1,
4336 }, 4331 },
4337 ], # 'actions' 4332 ], # 'actions'
4338 }, 4333 },
4339 ] 4334 ]
4340 }], # 'coverage!=0' 4335 }], # 'coverage!=0'
4341 ], # 'conditions' 4336 ], # 'conditions'
4342 } 4337 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698