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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1211213003: mac: Swizzle out +[NSBundle mainBundle] for in process browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor formatting, nits. Created 5 years, 6 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
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | chrome/test/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1799 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 'test/base/find_in_page_observer.cc', 1810 'test/base/find_in_page_observer.cc',
1811 'test/base/find_in_page_observer.h', 1811 'test/base/find_in_page_observer.h',
1812 'test/base/history_index_restore_observer.cc', 1812 'test/base/history_index_restore_observer.cc',
1813 'test/base/history_index_restore_observer.h', 1813 'test/base/history_index_restore_observer.h',
1814 'test/base/in_process_browser_test.cc', 1814 'test/base/in_process_browser_test.cc',
1815 'test/base/in_process_browser_test.h', 1815 'test/base/in_process_browser_test.h',
1816 'test/base/profile_mock.cc', 1816 'test/base/profile_mock.cc',
1817 'test/base/profile_mock.h', 1817 'test/base/profile_mock.h',
1818 'test/base/scoped_browser_locale.cc', 1818 'test/base/scoped_browser_locale.cc',
1819 'test/base/scoped_browser_locale.h', 1819 'test/base/scoped_browser_locale.h',
1820 'test/base/scoped_bundle_swizzler_mac.h',
1821 'test/base/scoped_bundle_swizzler_mac.mm',
1820 'test/base/scoped_testing_local_state.cc', 1822 'test/base/scoped_testing_local_state.cc',
1821 'test/base/scoped_testing_local_state.h', 1823 'test/base/scoped_testing_local_state.h',
1822 'test/base/test_browser_window.cc', 1824 'test/base/test_browser_window.cc',
1823 'test/base/test_browser_window.h', 1825 'test/base/test_browser_window.h',
1824 'test/base/test_launcher_utils.cc', 1826 'test/base/test_launcher_utils.cc',
1825 'test/base/test_launcher_utils.h', 1827 'test/base/test_launcher_utils.h',
1826 'test/base/test_switches.cc', 1828 'test/base/test_switches.cc',
1827 'test/base/test_switches.h', 1829 'test/base/test_switches.h',
1828 'test/base/testing_browser_process.cc', 1830 'test/base/testing_browser_process.cc',
1829 'test/base/testing_browser_process.h', 1831 'test/base/testing_browser_process.h',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 'common/media_galleries/picasa_test_util.cc', 2040 'common/media_galleries/picasa_test_util.cc',
2039 'common/media_galleries/picasa_test_util.cc', 2041 'common/media_galleries/picasa_test_util.cc',
2040 'common/media_galleries/pmp_test_util.cc', 2042 'common/media_galleries/pmp_test_util.cc',
2041 'common/media_galleries/pmp_test_util.h', 2043 'common/media_galleries/pmp_test_util.h',
2042 ], 2044 ],
2043 }], 2045 }],
2044 ['OS=="mac"', { 2046 ['OS=="mac"', {
2045 'dependencies': [ 2047 'dependencies': [
2046 '../breakpad/breakpad.gyp:breakpad', 2048 '../breakpad/breakpad.gyp:breakpad',
2047 '../components/components.gyp:crash_component', 2049 '../components/components.gyp:crash_component',
2050 '../third_party/ocmock/ocmock.gyp:*',
2048 ], 2051 ],
2049 'sources': [ 2052 'sources': [
2050 'app/chrome_crash_reporter_client.cc', 2053 'app/chrome_crash_reporter_client.cc',
2051 'app/chrome_crash_reporter_client_mac.mm', 2054 'app/chrome_crash_reporter_client_mac.mm',
2052 'app/chrome_main_mac.mm', 2055 'app/chrome_main_mac.mm',
2053 ], 2056 ],
2054 'sources!': [ 2057 'sources!': [
2055 'browser/ui/views/toolbar/browser_action_test_util_views.cc', 2058 'browser/ui/views/toolbar/browser_action_test_util_views.cc',
2056 ] 2059 ]
2057 }], 2060 }],
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 'dependencies': [ 2871 'dependencies': [
2869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2870 ], 2873 ],
2871 }], 2874 }],
2872 ], 2875 ],
2873 }, 2876 },
2874 ], 2877 ],
2875 }], 2878 }],
2876 ], # 'conditions' 2879 ], # 'conditions'
2877 } 2880 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | chrome/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698