OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
10 ], | 10 ], |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 }, | 496 }, |
497 }], | 497 }], |
498 ], | 498 ], |
499 }, | 499 }, |
500 { | 500 { |
501 'target_name': 'unit_tests', | 501 'target_name': 'unit_tests', |
502 'type': 'executable', | 502 'type': 'executable', |
503 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', | 503 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', |
504 'dependencies': [ | 504 'dependencies': [ |
505 'browser', | 505 'browser', |
| 506 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
506 'chrome', | 507 'chrome', |
507 'chrome_resources', | 508 'chrome_resources', |
508 'chrome_strings', | 509 'chrome_strings', |
509 'common', | 510 'common', |
510 'debugger', | 511 'debugger', |
511 'renderer', | 512 'renderer', |
512 'sync_proto', | |
513 'test_support_unit', | 513 'test_support_unit', |
514 'utility', | 514 'utility', |
515 '../app/app.gyp:app_base', | 515 '../app/app.gyp:app_base', |
516 '../app/app.gyp:app_resources', | 516 '../app/app.gyp:app_resources', |
517 '../ipc/ipc.gyp:ipc', | 517 '../ipc/ipc.gyp:ipc', |
518 '../net/net.gyp:net_resources', | 518 '../net/net.gyp:net_resources', |
519 '../net/net.gyp:net_test_support', | 519 '../net/net.gyp:net_test_support', |
520 '../printing/printing.gyp:printing', | 520 '../printing/printing.gyp:printing', |
521 '../webkit/webkit.gyp:webkit_resources', | 521 '../webkit/webkit.gyp:webkit_resources', |
522 '../skia/skia.gyp:skia', | 522 '../skia/skia.gyp:skia', |
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1708 'include_dirs': [ | 1708 'include_dirs': [ |
1709 '..', | 1709 '..', |
1710 '<(protoc_out_dir)', | 1710 '<(protoc_out_dir)', |
1711 ], | 1711 ], |
1712 'defines' : [ | 1712 'defines' : [ |
1713 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 1713 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
1714 '_CRT_SECURE_NO_WARNINGS', | 1714 '_CRT_SECURE_NO_WARNINGS', |
1715 '_USE_32BIT_TIME_T', | 1715 '_USE_32BIT_TIME_T', |
1716 ], | 1716 ], |
1717 'dependencies': [ | 1717 'dependencies': [ |
| 1718 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
1718 'common', | 1719 'common', |
1719 'debugger', | 1720 'debugger', |
1720 '../skia/skia.gyp:skia', | 1721 '../skia/skia.gyp:skia', |
1721 '../testing/gmock.gyp:gmock', | 1722 '../testing/gmock.gyp:gmock', |
1722 '../testing/gtest.gyp:gtest', | 1723 '../testing/gtest.gyp:gtest', |
1723 '../third_party/libjingle/libjingle.gyp:libjingle', | 1724 '../third_party/libjingle/libjingle.gyp:libjingle', |
1724 'syncapi', | 1725 'syncapi', |
1725 'sync_proto', | |
1726 'test_support_unit', | 1726 'test_support_unit', |
1727 ], | 1727 ], |
1728 'conditions': [ | 1728 'conditions': [ |
1729 ['OS=="win"', { | 1729 ['OS=="win"', { |
1730 'sources' : [ | 1730 'sources' : [ |
1731 'browser/sync/util/data_encryption_unittest.cc', | 1731 'browser/sync/util/data_encryption_unittest.cc', |
1732 ], | 1732 ], |
1733 'dependencies': [ | 1733 'dependencies': [ |
1734 '<(allocator_target)', | 1734 '<(allocator_target)', |
1735 ], | 1735 ], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1803 '../build/linux/system.gyp:gtk', | 1803 '../build/linux/system.gyp:gtk', |
1804 ], | 1804 ], |
1805 }], | 1805 }], |
1806 ], | 1806 ], |
1807 }, | 1807 }, |
1808 { | 1808 { |
1809 'target_name': 'sync_integration_tests', | 1809 'target_name': 'sync_integration_tests', |
1810 'type': 'executable', | 1810 'type': 'executable', |
1811 'dependencies': [ | 1811 'dependencies': [ |
1812 'browser', | 1812 'browser', |
| 1813 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
1813 'chrome', | 1814 'chrome', |
1814 'chrome_resources', | 1815 'chrome_resources', |
1815 'common', | 1816 'common', |
1816 'debugger', | 1817 'debugger', |
1817 'renderer', | 1818 'renderer', |
1818 'chrome_resources', | |
1819 'chrome_strings', | 1819 'chrome_strings', |
1820 'sync_proto', | 1820 'test_support_common', |
1821 'test_support_unit', | |
1822 '../net/net.gyp:net_test_support', | 1821 '../net/net.gyp:net_test_support', |
1823 '../printing/printing.gyp:printing', | 1822 '../printing/printing.gyp:printing', |
1824 '../skia/skia.gyp:skia', | 1823 '../skia/skia.gyp:skia', |
1825 '../testing/gtest.gyp:gtest', | 1824 '../testing/gtest.gyp:gtest', |
1826 '../third_party/icu/icu.gyp:icui18n', | 1825 '../third_party/icu/icu.gyp:icui18n', |
1827 '../third_party/icu/icu.gyp:icuuc', | 1826 '../third_party/icu/icu.gyp:icuuc', |
1828 '../third_party/libxml/libxml.gyp:libxml', | 1827 '../third_party/libxml/libxml.gyp:libxml', |
1829 '../third_party/npapi/npapi.gyp:npapi', | 1828 '../third_party/npapi/npapi.gyp:npapi', |
1830 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 1829 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
1831 ], | 1830 ], |
1832 'include_dirs': [ | 1831 'include_dirs': [ |
1833 '..', | 1832 '..', |
1834 '<(INTERMEDIATE_DIR)', | 1833 '<(INTERMEDIATE_DIR)', |
1835 '<(protoc_out_dir)', | 1834 '<(protoc_out_dir)', |
1836 ], | 1835 ], |
1837 # TODO(phajdan.jr): Only temporary, to make transition easier. | 1836 # TODO(phajdan.jr): Only temporary, to make transition easier. |
1838 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 1837 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
1839 'sources': [ | 1838 'sources': [ |
1840 'app/chrome_dll_resource.h', | 1839 'app/chrome_dll_resource.h', |
1841 'test/in_process_browser_test.cc', | 1840 'test/in_process_browser_test.cc', |
1842 'test/in_process_browser_test.h', | 1841 'test/in_process_browser_test.h', |
| 1842 'test/test_launcher/out_of_proc_test_runner.cc', |
| 1843 'test/test_launcher/test_runner.cc', |
| 1844 'test/test_launcher/test_runner.h', |
1843 'test/live_sync/bookmark_model_verifier.cc', | 1845 'test/live_sync/bookmark_model_verifier.cc', |
1844 'test/live_sync/bookmark_model_verifier.h', | 1846 'test/live_sync/bookmark_model_verifier.h', |
1845 'test/live_sync/live_sync_test.cc', | 1847 'test/live_sync/live_sync_test.cc', |
1846 'test/live_sync/live_sync_test.h', | 1848 'test/live_sync/live_sync_test.h', |
1847 'test/live_sync/profile_sync_service_test_harness.cc', | 1849 'test/live_sync/profile_sync_service_test_harness.cc', |
1848 'test/live_sync/profile_sync_service_test_harness.h', | 1850 'test/live_sync/profile_sync_service_test_harness.h', |
1849 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc', | 1851 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc', |
1850 'test/live_sync/single_client_live_preferences_sync_unittest.cc', | 1852 'test/live_sync/single_client_live_preferences_sync_unittest.cc', |
1851 'test/live_sync/two_client_live_bookmarks_sync_test.cc', | 1853 'test/live_sync/two_client_live_bookmarks_sync_test.cc', |
1852 'test/live_sync/two_client_live_preferences_sync_test.cc', | 1854 'test/live_sync/two_client_live_preferences_sync_test.cc', |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2274 ] | 2276 ] |
2275 }], # 'coverage!=0' | 2277 }], # 'coverage!=0' |
2276 ], # 'conditions' | 2278 ], # 'conditions' |
2277 } | 2279 } |
2278 | 2280 |
2279 # Local Variables: | 2281 # Local Variables: |
2280 # tab-width:2 | 2282 # tab-width:2 |
2281 # indent-tabs-mode:nil | 2283 # indent-tabs-mode:nil |
2282 # End: | 2284 # End: |
2283 # vim: set expandtab tabstop=2 shiftwidth=2: | 2285 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |