OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |