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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 500010: Mac: make it even less likely that the renderer+Breakpad leaks Mach ports. (Closed)
Patch Set: Fix to gypi so that tests build (hopefully). Created 11 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
« no previous file with comments | « no previous file | chrome/renderer/render_thread.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/views/find_bar_host_browsertest.cc', 8 'browser/views/find_bar_host_browsertest.cc',
9 ], 9 ],
10 'browser_tests_sources_win_specific': [ 10 'browser_tests_sources_win_specific': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '../testing/gmock.gyp:gmock', 53 '../testing/gmock.gyp:gmock',
54 '../testing/gtest.gyp:gtest', 54 '../testing/gtest.gyp:gtest',
55 ], 55 ],
56 'export_dependent_settings': [ 56 'export_dependent_settings': [
57 'renderer', 57 'renderer',
58 ], 58 ],
59 'include_dirs': [ 59 'include_dirs': [
60 '..', 60 '..',
61 ], 61 ],
62 'sources': [ 62 'sources': [
63 'app/breakpad_mac_stubs.mm',
63 # The only thing used from browser is Browser::Type. 64 # The only thing used from browser is Browser::Type.
64 'browser/browser.h', 65 'browser/browser.h',
65 'browser/cocoa/browser_test_helper.h', 66 'browser/cocoa/browser_test_helper.h',
66 # TODO: these should live here but are currently used by 67 # TODO: these should live here but are currently used by
67 # production code code in libbrowser (in chrome.gyp). 68 # production code code in libbrowser (in chrome.gyp).
68 #'browser/net/url_request_mock_http_job.cc', 69 #'browser/net/url_request_mock_http_job.cc',
69 #'browser/net/url_request_mock_http_job.h', 70 #'browser/net/url_request_mock_http_job.h',
70 'browser/net/url_request_mock_net_error_job.cc', 71 'browser/net/url_request_mock_net_error_job.cc',
71 'browser/net/url_request_mock_net_error_job.h', 72 'browser/net/url_request_mock_net_error_job.h',
72 'browser/renderer_host/mock_render_process_host.cc', 73 'browser/renderer_host/mock_render_process_host.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 '../testing/gmock.gyp:gmock', 259 '../testing/gmock.gyp:gmock',
259 '../testing/gtest.gyp:gtest', 260 '../testing/gtest.gyp:gtest',
260 '../third_party/icu/icu.gyp:icui18n', 261 '../third_party/icu/icu.gyp:icui18n',
261 '../third_party/icu/icu.gyp:icuuc', 262 '../third_party/icu/icu.gyp:icuuc',
262 '../third_party/libxml/libxml.gyp:libxml', 263 '../third_party/libxml/libxml.gyp:libxml',
263 ], 264 ],
264 'include_dirs': [ 265 'include_dirs': [
265 '..', 266 '..',
266 ], 267 ],
267 'sources': [ 268 'sources': [
268 'app/breakpad_mac_stubs.mm',
269 'app/chrome_main_uitest.cc', 269 'app/chrome_main_uitest.cc',
270 'browser/browser_encoding_uitest.cc', 270 'browser/browser_encoding_uitest.cc',
271 'browser/browser_uitest.cc', 271 'browser/browser_uitest.cc',
272 'browser/dom_ui/new_tab_ui_uitest.cc', 272 'browser/dom_ui/new_tab_ui_uitest.cc',
273 'browser/download/download_uitest.cc', 273 'browser/download/download_uitest.cc',
274 'browser/download/save_page_uitest.cc', 274 'browser/download/save_page_uitest.cc',
275 'browser/errorpage_uitest.cc', 275 'browser/errorpage_uitest.cc',
276 'browser/extensions/extension_uitest.cc', 276 'browser/extensions/extension_uitest.cc',
277 'browser/history/redirect_uitest.cc', 277 'browser/history/redirect_uitest.cc',
278 'browser/iframe_uitest.cc', 278 'browser/iframe_uitest.cc',
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 ] 1792 ]
1793 }], # 'coverage!=0' 1793 }], # 'coverage!=0'
1794 ], # 'conditions' 1794 ], # 'conditions'
1795 } 1795 }
1796 1796
1797 # Local Variables: 1797 # Local Variables:
1798 # tab-width:2 1798 # tab-width:2
1799 # indent-tabs-mode:nil 1799 # indent-tabs-mode:nil
1800 # End: 1800 # End:
1801 # vim: set expandtab tabstop=2 shiftwidth=2: 1801 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698