Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1822001: Revert "[Third time landing] Python implementation of sync server, for testing." (Closed)
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/in_process_browser_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
507 'chrome', 506 'chrome',
508 'chrome_resources', 507 'chrome_resources',
509 'chrome_strings', 508 'chrome_strings',
510 'common', 509 'common',
511 'debugger', 510 'debugger',
512 'renderer', 511 '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
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',
1719 'common', 1718 'common',
1720 'debugger', 1719 'debugger',
1721 '../skia/skia.gyp:skia', 1720 '../skia/skia.gyp:skia',
1722 '../testing/gmock.gyp:gmock', 1721 '../testing/gmock.gyp:gmock',
1723 '../testing/gtest.gyp:gtest', 1722 '../testing/gtest.gyp:gtest',
1724 '../third_party/libjingle/libjingle.gyp:libjingle', 1723 '../third_party/libjingle/libjingle.gyp:libjingle',
1725 'syncapi', 1724 '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
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',
1814 'chrome', 1813 'chrome',
1815 'chrome_resources', 1814 'chrome_resources',
1816 'common', 1815 'common',
1817 'debugger', 1816 'debugger',
1818 'renderer', 1817 'renderer',
1818 'chrome_resources',
1819 'chrome_strings', 1819 'chrome_strings',
1820 'test_support_common', 1820 'sync_proto',
1821 'test_support_unit',
1821 '../net/net.gyp:net_test_support', 1822 '../net/net.gyp:net_test_support',
1822 '../printing/printing.gyp:printing', 1823 '../printing/printing.gyp:printing',
1823 '../skia/skia.gyp:skia', 1824 '../skia/skia.gyp:skia',
1824 '../testing/gtest.gyp:gtest', 1825 '../testing/gtest.gyp:gtest',
1825 '../third_party/icu/icu.gyp:icui18n', 1826 '../third_party/icu/icu.gyp:icui18n',
1826 '../third_party/icu/icu.gyp:icuuc', 1827 '../third_party/icu/icu.gyp:icuuc',
1827 '../third_party/libxml/libxml.gyp:libxml', 1828 '../third_party/libxml/libxml.gyp:libxml',
1828 '../third_party/npapi/npapi.gyp:npapi', 1829 '../third_party/npapi/npapi.gyp:npapi',
1829 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 1830 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
1830 ], 1831 ],
1831 'include_dirs': [ 1832 'include_dirs': [
1832 '..', 1833 '..',
1833 '<(INTERMEDIATE_DIR)', 1834 '<(INTERMEDIATE_DIR)',
1834 '<(protoc_out_dir)', 1835 '<(protoc_out_dir)',
1835 ], 1836 ],
1836 # TODO(phajdan.jr): Only temporary, to make transition easier. 1837 # TODO(phajdan.jr): Only temporary, to make transition easier.
1837 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 1838 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
1838 'sources': [ 1839 'sources': [
1839 'app/chrome_dll_resource.h', 1840 'app/chrome_dll_resource.h',
1840 'test/in_process_browser_test.cc', 1841 'test/in_process_browser_test.cc',
1841 'test/in_process_browser_test.h', 1842 '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',
1845 'test/live_sync/bookmark_model_verifier.cc', 1843 'test/live_sync/bookmark_model_verifier.cc',
1846 'test/live_sync/bookmark_model_verifier.h', 1844 'test/live_sync/bookmark_model_verifier.h',
1847 'test/live_sync/live_sync_test.cc', 1845 'test/live_sync/live_sync_test.cc',
1848 'test/live_sync/live_sync_test.h', 1846 'test/live_sync/live_sync_test.h',
1849 'test/live_sync/profile_sync_service_test_harness.cc', 1847 'test/live_sync/profile_sync_service_test_harness.cc',
1850 'test/live_sync/profile_sync_service_test_harness.h', 1848 'test/live_sync/profile_sync_service_test_harness.h',
1851 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc', 1849 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc',
1852 'test/live_sync/single_client_live_preferences_sync_unittest.cc', 1850 'test/live_sync/single_client_live_preferences_sync_unittest.cc',
1853 'test/live_sync/two_client_live_bookmarks_sync_test.cc', 1851 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
1854 'test/live_sync/two_client_live_preferences_sync_test.cc', 1852 'test/live_sync/two_client_live_preferences_sync_test.cc',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2276 ] 2274 ]
2277 }], # 'coverage!=0' 2275 }], # 'coverage!=0'
2278 ], # 'conditions' 2276 ], # 'conditions'
2279 } 2277 }
2280 2278
2281 # Local Variables: 2279 # Local Variables:
2282 # tab-width:2 2280 # tab-width:2
2283 # indent-tabs-mode:nil 2281 # indent-tabs-mode:nil
2284 # End: 2282 # End:
2285 # vim: set expandtab tabstop=2 shiftwidth=2: 2283 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/in_process_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698