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