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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9599021: Remove an unneeded Hunspell suppression and remove reference to an obsolete Hunspell test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 '../third_party/GTM/AppKit', 2327 '../third_party/GTM/AppKit',
2328 ], 2328 ],
2329 'sources!': [ 2329 'sources!': [
2330 # Blocked on bookmark manager. 2330 # Blocked on bookmark manager.
2331 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2331 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2332 'browser/ui/tabs/dock_info_unittest.cc', 2332 'browser/ui/tabs/dock_info_unittest.cc',
2333 'browser/ui/tests/ui_gfx_image_unittest.cc', 2333 'browser/ui/tests/ui_gfx_image_unittest.cc',
2334 'browser/ui/gtk/reload_button_gtk_unittest.cc', 2334 'browser/ui/gtk/reload_button_gtk_unittest.cc',
2335 'browser/password_manager/password_store_default_unittest.cc', 2335 'browser/password_manager/password_store_default_unittest.cc',
2336 'tools/convert_dict/convert_dict_unittest.cc', 2336 'tools/convert_dict/convert_dict_unittest.cc',
2337 '../third_party/hunspell/google/hunspell_tests.cc',
2338 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2337 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2339 ], 2338 ],
2340 # TODO(mark): We really want this for all non-static library targets, 2339 # TODO(mark): We really want this for all non-static library targets,
2341 # but when we tried to pull it up to the common.gypi level, it broke 2340 # but when we tried to pull it up to the common.gypi level, it broke
2342 # other things like the ui, startup, and page_cycler tests. *shrug* 2341 # other things like the ui, startup, and page_cycler tests. *shrug*
2343 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2342 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2344 2343
2345 # libwebcore.a is so large that ld may not have a sufficiently large 2344 # libwebcore.a is so large that ld may not have a sufficiently large
2346 # "hole" in its address space into which it can be mmaped by the 2345 # "hole" in its address space into which it can be mmaped by the
2347 # time it reaches this library. As of May 10, 2010, libwebcore.a is 2346 # time it reaches this library. As of May 10, 2010, libwebcore.a is
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
4710 # Use outputs of this action as inputs for the main target build. 4709 # Use outputs of this action as inputs for the main target build.
4711 # Seems as a misnomer but makes this happy on Linux (scons). 4710 # Seems as a misnomer but makes this happy on Linux (scons).
4712 'process_outputs_as_sources': 1, 4711 'process_outputs_as_sources': 1,
4713 }, 4712 },
4714 ], # 'actions' 4713 ], # 'actions'
4715 }, 4714 },
4716 ] 4715 ]
4717 }], # 'coverage!=0' 4716 }], # 'coverage!=0'
4718 ], # 'conditions' 4717 ], # 'conditions'
4719 } 4718 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698