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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 'browser/sync/js_test_util.h', | 299 'browser/sync/js_test_util.h', |
300 'test/sync/engine/test_directory_setter_upper.cc', | 300 'test/sync/engine/test_directory_setter_upper.cc', |
301 'test/sync/engine/test_directory_setter_upper.h', | 301 'test/sync/engine/test_directory_setter_upper.h', |
302 ], | 302 ], |
303 }, | 303 }, |
304 { | 304 { |
305 'target_name': 'test_support_syncapi', | 305 'target_name': 'test_support_syncapi', |
306 'type': 'static_library', | 306 'type': 'static_library', |
307 'dependencies': [ | 307 'dependencies': [ |
308 '../base/base.gyp:base', | 308 '../base/base.gyp:base', |
309 'syncapi', | 309 'syncapi_core', |
310 'test_support_sync', | 310 'test_support_sync', |
311 ], | 311 ], |
312 'export_dependent_settings': [ | 312 'export_dependent_settings': [ |
313 '../base/base.gyp:base', | 313 '../base/base.gyp:base', |
314 'syncapi', | 314 'syncapi_core', |
315 'test_support_sync', | 315 'test_support_sync', |
316 ], | 316 ], |
317 'include_dirs': [ | 317 'include_dirs': [ |
318 '..', | 318 '..', |
319 ], | 319 ], |
320 'sources': [ | 320 'sources': [ |
321 'test/sync/engine/test_user_share.cc', | 321 'test/sync/engine/test_user_share.cc', |
322 'test/sync/engine/test_user_share.h', | 322 'test/sync/engine/test_user_share.h', |
323 ], | 323 ], |
324 }, | 324 }, |
325 { | 325 { |
| 326 'target_name': 'test_support_syncapi_service', |
| 327 'type': 'static_library', |
| 328 'dependencies': [ |
| 329 '../testing/gmock.gyp:gmock', |
| 330 'syncapi_service', |
| 331 ], |
| 332 'export_dependent_settings': [ |
| 333 '../testing/gmock.gyp:gmock', |
| 334 'syncapi_service', |
| 335 ], |
| 336 'include_dirs': [ |
| 337 '..', |
| 338 ], |
| 339 'sources': [ |
| 340 'browser/sync/api/syncable_service_mock.cc', |
| 341 'browser/sync/api/syncable_service_mock.h', |
| 342 ], |
| 343 }, |
| 344 { |
326 'target_name': 'test_support_sync_notifier', | 345 'target_name': 'test_support_sync_notifier', |
327 'type': 'static_library', | 346 'type': 'static_library', |
328 'dependencies': [ | 347 'dependencies': [ |
329 '../testing/gmock.gyp:gmock', | 348 '../testing/gmock.gyp:gmock', |
330 'sync_notifier', | 349 'sync_notifier', |
331 ], | 350 ], |
332 'include_dirs': [ | 351 'include_dirs': [ |
333 '..', | 352 '..', |
334 ], | 353 ], |
335 'sources': [ | 354 'sources': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 { | 442 { |
424 'target_name': 'interactive_ui_tests', | 443 'target_name': 'interactive_ui_tests', |
425 'type': 'executable', | 444 'type': 'executable', |
426 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', | 445 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', |
427 'dependencies': [ | 446 'dependencies': [ |
428 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 447 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
429 'chrome', | 448 'chrome', |
430 'chrome_resources', | 449 'chrome_resources', |
431 'chrome_strings', | 450 'chrome_strings', |
432 'debugger', | 451 'debugger', |
433 'syncapi', | 452 'syncapi_core', |
434 'test_support_common', | 453 'test_support_common', |
435 'test_support_ui', | 454 'test_support_ui', |
436 '../third_party/hunspell/hunspell.gyp:hunspell', | 455 '../third_party/hunspell/hunspell.gyp:hunspell', |
437 '../net/net.gyp:net_resources', | 456 '../net/net.gyp:net_resources', |
438 '../net/net.gyp:net_test_support', | 457 '../net/net.gyp:net_test_support', |
439 '../skia/skia.gyp:skia', | 458 '../skia/skia.gyp:skia', |
440 '../third_party/icu/icu.gyp:icui18n', | 459 '../third_party/icu/icu.gyp:icui18n', |
441 '../third_party/libpng/libpng.gyp:libpng', | 460 '../third_party/libpng/libpng.gyp:libpng', |
442 '../third_party/zlib/zlib.gyp:zlib', | 461 '../third_party/zlib/zlib.gyp:zlib', |
443 '../testing/gtest.gyp:gtest', | 462 '../testing/gtest.gyp:gtest', |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 # The documention of the protocol implemented is at: | 798 # The documention of the protocol implemented is at: |
780 # http://code.google.com/p/selenium/wiki/JsonWireProtocol | 799 # http://code.google.com/p/selenium/wiki/JsonWireProtocol |
781 'target_name': 'chromedriver_lib', | 800 'target_name': 'chromedriver_lib', |
782 'type': 'static_library', | 801 'type': 'static_library', |
783 'dependencies': [ | 802 'dependencies': [ |
784 'browser', | 803 'browser', |
785 'chrome', | 804 'chrome', |
786 'chrome_resources', | 805 'chrome_resources', |
787 'chrome_strings', | 806 'chrome_strings', |
788 'common', | 807 'common', |
789 'syncapi', | 808 'syncapi_core', |
790 'test_support_ui', | 809 'test_support_ui', |
791 '../base/base.gyp:base', | 810 '../base/base.gyp:base', |
792 '../build/temp_gyp/googleurl.gyp:googleurl', | 811 '../build/temp_gyp/googleurl.gyp:googleurl', |
793 '../net/net.gyp:net', | 812 '../net/net.gyp:net', |
794 '../skia/skia.gyp:skia', | 813 '../skia/skia.gyp:skia', |
795 '../testing/gtest.gyp:gtest', | 814 '../testing/gtest.gyp:gtest', |
796 '../third_party/icu/icu.gyp:icui18n', | 815 '../third_party/icu/icu.gyp:icui18n', |
797 '../third_party/icu/icu.gyp:icuuc', | 816 '../third_party/icu/icu.gyp:icuuc', |
798 '../third_party/libxml/libxml.gyp:libxml', | 817 '../third_party/libxml/libxml.gyp:libxml', |
799 ], | 818 ], |
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1610 'browser/sync/profile_sync_service_session_unittest.cc', | 1629 'browser/sync/profile_sync_service_session_unittest.cc', |
1611 'browser/sync/profile_sync_service_startup_unittest.cc', | 1630 'browser/sync/profile_sync_service_startup_unittest.cc', |
1612 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 1631 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
1613 'browser/sync/profile_sync_service_unittest.cc', | 1632 'browser/sync/profile_sync_service_unittest.cc', |
1614 'browser/sync/profile_sync_test_util.cc', | 1633 'browser/sync/profile_sync_test_util.cc', |
1615 'browser/sync/profile_sync_test_util.h', | 1634 'browser/sync/profile_sync_test_util.h', |
1616 'browser/sync/signin_manager_unittest.cc', | 1635 'browser/sync/signin_manager_unittest.cc', |
1617 'browser/sync/sync_setup_wizard_unittest.cc', | 1636 'browser/sync/sync_setup_wizard_unittest.cc', |
1618 'browser/sync/sync_ui_util_mac_unittest.mm', | 1637 'browser/sync/sync_ui_util_mac_unittest.mm', |
1619 'browser/sync/sync_ui_util_unittest.cc', | 1638 'browser/sync/sync_ui_util_unittest.cc', |
1620 'browser/sync/api/syncable_service_mock.cc', | |
1621 'browser/sync/api/syncable_service_mock.h', | |
1622 'browser/sync/test_profile_sync_service.cc', | 1639 'browser/sync/test_profile_sync_service.cc', |
1623 'browser/sync/test_profile_sync_service.h', | 1640 'browser/sync/test_profile_sync_service.h', |
1624 'browser/sync/util/cryptographer_unittest.cc', | 1641 'browser/sync/util/cryptographer_unittest.cc', |
1625 'browser/sync/util/nigori_unittest.cc', | 1642 'browser/sync/util/nigori_unittest.cc', |
1626 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1643 'browser/tab_contents/render_view_context_menu_unittest.cc', |
1627 'browser/tab_contents/thumbnail_generator_unittest.cc', | 1644 'browser/tab_contents/thumbnail_generator_unittest.cc', |
1628 'browser/tab_contents/web_contents_unittest.cc', | 1645 'browser/tab_contents/web_contents_unittest.cc', |
1629 'browser/tabs/pinned_tab_codec_unittest.cc', | 1646 'browser/tabs/pinned_tab_codec_unittest.cc', |
1630 'browser/tabs/pinned_tab_service_unittest.cc', | 1647 'browser/tabs/pinned_tab_service_unittest.cc', |
1631 'browser/tabs/pinned_tab_test_utils.cc', | 1648 'browser/tabs/pinned_tab_test_utils.cc', |
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3178 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 3195 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
3179 'common', | 3196 'common', |
3180 'debugger', | 3197 'debugger', |
3181 '../jingle/jingle.gyp:notifier_test_util', | 3198 '../jingle/jingle.gyp:notifier_test_util', |
3182 '../skia/skia.gyp:skia', | 3199 '../skia/skia.gyp:skia', |
3183 '../testing/gmock.gyp:gmock', | 3200 '../testing/gmock.gyp:gmock', |
3184 '../testing/gtest.gyp:gtest', | 3201 '../testing/gtest.gyp:gtest', |
3185 '../third_party/bzip2/bzip2.gyp:bzip2', | 3202 '../third_party/bzip2/bzip2.gyp:bzip2', |
3186 '../third_party/libjingle/libjingle.gyp:libjingle', | 3203 '../third_party/libjingle/libjingle.gyp:libjingle', |
3187 'profile_import', | 3204 'profile_import', |
3188 'syncapi', | 3205 'syncapi_core', |
3189 'sync_notifier', | 3206 'sync_notifier', |
3190 'test_support_common', | 3207 'test_support_common', |
3191 'test_support_sync', | 3208 'test_support_sync', |
3192 'test_support_syncapi', | 3209 'test_support_syncapi', |
| 3210 'test_support_syncapi_service', |
3193 'test_support_sync_notifier', | 3211 'test_support_sync_notifier', |
3194 'test_support_unit', | 3212 'test_support_unit', |
3195 ], | 3213 ], |
3196 'conditions': [ | 3214 'conditions': [ |
3197 ['OS=="win"', { | 3215 ['OS=="win"', { |
3198 'conditions': [ | 3216 'conditions': [ |
3199 ['win_use_allocator_shim==1', { | 3217 ['win_use_allocator_shim==1', { |
3200 'dependencies': [ | 3218 'dependencies': [ |
3201 '<(allocator_target)', | 3219 '<(allocator_target)', |
3202 ], | 3220 ], |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3654 ['OS=="win"', { | 3672 ['OS=="win"', { |
3655 'targets': [ | 3673 'targets': [ |
3656 { | 3674 { |
3657 'target_name': 'generate_profile', | 3675 'target_name': 'generate_profile', |
3658 'type': 'executable', | 3676 'type': 'executable', |
3659 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', | 3677 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', |
3660 'dependencies': [ | 3678 'dependencies': [ |
3661 'test_support_common', | 3679 'test_support_common', |
3662 'browser', | 3680 'browser', |
3663 'renderer', | 3681 'renderer', |
3664 'syncapi', | 3682 'syncapi_core', |
3665 '../base/base.gyp:base', | 3683 '../base/base.gyp:base', |
3666 '../net/net.gyp:net_test_support', | 3684 '../net/net.gyp:net_test_support', |
3667 '../skia/skia.gyp:skia', | 3685 '../skia/skia.gyp:skia', |
3668 ], | 3686 ], |
3669 'include_dirs': [ | 3687 'include_dirs': [ |
3670 '..', | 3688 '..', |
3671 ], | 3689 ], |
3672 'sources': [ | 3690 'sources': [ |
3673 'tools/profiles/generate_profile.cc', | 3691 'tools/profiles/generate_profile.cc', |
3674 'tools/profiles/thumbnail-inl.h', | 3692 'tools/profiles/thumbnail-inl.h', |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3773 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc
h)', { | 3791 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc
h)', { |
3774 'targets': [ | 3792 'targets': [ |
3775 { | 3793 { |
3776 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 3794 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
3777 'target_name': 'pyautolib', | 3795 'target_name': 'pyautolib', |
3778 'type': 'loadable_module', | 3796 'type': 'loadable_module', |
3779 'product_prefix': '_', | 3797 'product_prefix': '_', |
3780 'dependencies': [ | 3798 'dependencies': [ |
3781 'chrome', | 3799 'chrome', |
3782 'debugger', | 3800 'debugger', |
3783 'syncapi', | 3801 'syncapi_core', |
3784 'test_support_common', | 3802 'test_support_common', |
3785 'chrome_resources', | 3803 'chrome_resources', |
3786 'chrome_strings', | 3804 'chrome_strings', |
3787 'theme_resources', | 3805 'theme_resources', |
3788 'theme_resources_standard', | 3806 'theme_resources_standard', |
3789 '../skia/skia.gyp:skia', | 3807 '../skia/skia.gyp:skia', |
3790 '../testing/gtest.gyp:gtest', | 3808 '../testing/gtest.gyp:gtest', |
3791 ], | 3809 ], |
3792 'export_dependent_settings': [ | 3810 'export_dependent_settings': [ |
3793 'test_support_common', | 3811 'test_support_common', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4068 ] | 4086 ] |
4069 }], # 'coverage!=0' | 4087 }], # 'coverage!=0' |
4070 ], # 'conditions' | 4088 ], # 'conditions' |
4071 } | 4089 } |
4072 | 4090 |
4073 # Local Variables: | 4091 # Local Variables: |
4074 # tab-width:2 | 4092 # tab-width:2 |
4075 # indent-tabs-mode:nil | 4093 # indent-tabs-mode:nil |
4076 # End: | 4094 # End: |
4077 # vim: set expandtab tabstop=2 shiftwidth=2: | 4095 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |