| OLD | NEW |
| 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1188 'browser/bookmarks/bookmark_model_unittest.cc', | 1188 'browser/bookmarks/bookmark_model_unittest.cc', |
| 1189 'browser/bookmarks/bookmark_node_data_unittest.cc', | 1189 'browser/bookmarks/bookmark_node_data_unittest.cc', |
| 1190 'browser/bookmarks/bookmark_utils_unittest.cc', | 1190 'browser/bookmarks/bookmark_utils_unittest.cc', |
| 1191 'browser/browser_about_handler_unittest.cc', | 1191 'browser/browser_about_handler_unittest.cc', |
| 1192 'browser/browser_commands_unittest.cc', | 1192 'browser/browser_commands_unittest.cc', |
| 1193 'browser/browsing_data_appcache_helper_unittest.cc', | 1193 'browser/browsing_data_appcache_helper_unittest.cc', |
| 1194 'browser/browsing_data_database_helper_unittest.cc', | 1194 'browser/browsing_data_database_helper_unittest.cc', |
| 1195 'browser/browsing_data_indexed_db_helper_unittest.cc', | 1195 'browser/browsing_data_indexed_db_helper_unittest.cc', |
| 1196 'browser/browsing_data_local_storage_helper_unittest.cc', | 1196 'browser/browsing_data_local_storage_helper_unittest.cc', |
| 1197 'browser/chrome_browser_application_mac_unittest.mm', | 1197 'browser/chrome_browser_application_mac_unittest.mm', |
| 1198 'browser/chrome_plugin_unittest.cc', | |
| 1199 'browser/chromeos/customization_document_unittest.cc', | 1198 'browser/chromeos/customization_document_unittest.cc', |
| 1200 'browser/chromeos/external_metrics_unittest.cc', | 1199 'browser/chromeos/external_metrics_unittest.cc', |
| 1201 'browser/chromeos/gview_request_interceptor_unittest.cc', | 1200 'browser/chromeos/gview_request_interceptor_unittest.cc', |
| 1202 'browser/chromeos/input_method/input_method_util_unittest.cc', | 1201 'browser/chromeos/input_method/input_method_util_unittest.cc', |
| 1203 'browser/chromeos/language_preferences_unittest.cc', | 1202 'browser/chromeos/language_preferences_unittest.cc', |
| 1204 'browser/chromeos/login/authenticator_unittest.cc', | 1203 'browser/chromeos/login/authenticator_unittest.cc', |
| 1205 'browser/chromeos/login/cookie_fetcher_unittest.cc', | 1204 'browser/chromeos/login/cookie_fetcher_unittest.cc', |
| 1206 'browser/chromeos/login/cryptohome_op_unittest.cc', | 1205 'browser/chromeos/login/cryptohome_op_unittest.cc', |
| 1207 'browser/chromeos/login/google_authenticator_unittest.cc', | 1206 'browser/chromeos/login/google_authenticator_unittest.cc', |
| 1208 'browser/chromeos/login/mock_auth_attempt_state_resolver.h', | 1207 'browser/chromeos/login/mock_auth_attempt_state_resolver.h', |
| (...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1988 'sources!': [ | 1987 'sources!': [ |
| 1989 'browser/spellchecker_platform_engine_unittest.cc', | 1988 'browser/spellchecker_platform_engine_unittest.cc', |
| 1990 ], | 1989 ], |
| 1991 }], | 1990 }], |
| 1992 ['OS=="win"', { | 1991 ['OS=="win"', { |
| 1993 'dependencies': [ | 1992 'dependencies': [ |
| 1994 'chrome_dll_version', | 1993 'chrome_dll_version', |
| 1995 'installer_util_strings', | 1994 'installer_util_strings', |
| 1996 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1995 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 1997 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1996 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 1998 'test_chrome_plugin', # run time dependency | |
| 1999 ], | 1997 ], |
| 2000 'conditions': [ | 1998 'conditions': [ |
| 2001 ['win_use_allocator_shim==1', { | 1999 ['win_use_allocator_shim==1', { |
| 2002 'dependencies': [ | 2000 'dependencies': [ |
| 2003 '<(allocator_target)', | 2001 '<(allocator_target)', |
| 2004 ], | 2002 ], |
| 2005 }], | 2003 }], |
| 2006 ], | 2004 ], |
| 2007 'include_dirs': [ | 2005 'include_dirs': [ |
| 2008 '<(DEPTH)/third_party/wtl/include', | 2006 '<(DEPTH)/third_party/wtl/include', |
| (...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3433 'test/selenium/selenium_test.cc', | 3431 'test/selenium/selenium_test.cc', |
| 3434 ], | 3432 ], |
| 3435 'conditions': [ | 3433 'conditions': [ |
| 3436 ['OS=="win" and win_use_allocator_shim==1', { | 3434 ['OS=="win" and win_use_allocator_shim==1', { |
| 3437 'dependencies': [ | 3435 'dependencies': [ |
| 3438 '<(allocator_target)', | 3436 '<(allocator_target)', |
| 3439 ], | 3437 ], |
| 3440 },], | 3438 },], |
| 3441 ], | 3439 ], |
| 3442 }, | 3440 }, |
| 3443 { | |
| 3444 'target_name': 'test_chrome_plugin', | |
| 3445 'type': 'shared_library', | |
| 3446 'msvs_guid': '7F0A70F6-BE3F-4C19-B435-956AB8F30BA4', | |
| 3447 'dependencies': [ | |
| 3448 '../base/base.gyp:base', | |
| 3449 '../build/temp_gyp/googleurl.gyp:googleurl', | |
| 3450 ], | |
| 3451 'include_dirs': [ | |
| 3452 '..', | |
| 3453 ], | |
| 3454 'link_settings': { | |
| 3455 'libraries': [ | |
| 3456 '-lwinmm.lib', | |
| 3457 ], | |
| 3458 }, | |
| 3459 'sources': [ | |
| 3460 'test/chrome_plugin/test_chrome_plugin.cc', | |
| 3461 'test/chrome_plugin/test_chrome_plugin.def', | |
| 3462 'test/chrome_plugin/test_chrome_plugin.h', | |
| 3463 ], | |
| 3464 }, | |
| 3465 ]}, # 'targets' | 3441 ]}, # 'targets' |
| 3466 ], # OS=="win" | 3442 ], # OS=="win" |
| 3467 # If you change this condition, make sure you also change it in all.gyp | 3443 # If you change this condition, make sure you also change it in all.gyp |
| 3468 # for the chromium_builder_qa target. | 3444 # for the chromium_builder_qa target. |
| 3469 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { | 3445 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { |
| 3470 'targets': [ | 3446 'targets': [ |
| 3471 { | 3447 { |
| 3472 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 3448 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
| 3473 'target_name': 'pyautolib', | 3449 'target_name': 'pyautolib', |
| 3474 'type': 'shared_library', | 3450 'type': 'shared_library', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3785 ] | 3761 ] |
| 3786 }], # 'coverage!=0' | 3762 }], # 'coverage!=0' |
| 3787 ], # 'conditions' | 3763 ], # 'conditions' |
| 3788 } | 3764 } |
| 3789 | 3765 |
| 3790 # Local Variables: | 3766 # Local Variables: |
| 3791 # tab-width:2 | 3767 # tab-width:2 |
| 3792 # indent-tabs-mode:nil | 3768 # indent-tabs-mode:nil |
| 3793 # End: | 3769 # End: |
| 3794 # vim: set expandtab tabstop=2 shiftwidth=2: | 3770 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |