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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1622012: Python sync server impl, for test (Closed)
Patch Set: Fixed gyp bug ( :) ) 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',
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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 '<(grit_out_dir)', 1771 '<(grit_out_dir)',
1772 ], 1772 ],
1773 }], 1773 }],
1774 ], 1774 ],
1775 }, 1775 },
1776 { 1776 {
1777 'target_name': 'sync_integration_tests', 1777 'target_name': 'sync_integration_tests',
1778 'type': 'executable', 1778 'type': 'executable',
1779 'dependencies': [ 1779 'dependencies': [
1780 'browser', 1780 'browser',
1781 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
1781 'chrome', 1782 'chrome',
1782 'chrome_resources', 1783 'chrome_resources',
1783 'common', 1784 'common',
1784 'debugger', 1785 'debugger',
1785 'renderer', 1786 'renderer',
1786 'chrome_resources',
1787 'chrome_strings', 1787 'chrome_strings',
1788 'sync_proto', 1788 'test_support_common',
1789 'test_support_unit',
1790 '../net/net.gyp:net_test_support', 1789 '../net/net.gyp:net_test_support',
1791 '../printing/printing.gyp:printing', 1790 '../printing/printing.gyp:printing',
1792 '../skia/skia.gyp:skia', 1791 '../skia/skia.gyp:skia',
1793 '../testing/gtest.gyp:gtest', 1792 '../testing/gtest.gyp:gtest',
1794 '../third_party/icu/icu.gyp:icui18n', 1793 '../third_party/icu/icu.gyp:icui18n',
1795 '../third_party/icu/icu.gyp:icuuc', 1794 '../third_party/icu/icu.gyp:icuuc',
1796 '../third_party/libxml/libxml.gyp:libxml', 1795 '../third_party/libxml/libxml.gyp:libxml',
1797 '../third_party/npapi/npapi.gyp:npapi', 1796 '../third_party/npapi/npapi.gyp:npapi',
1798 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 1797 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
1799 ], 1798 ],
1800 'include_dirs': [ 1799 'include_dirs': [
1801 '..', 1800 '..',
1802 '<(INTERMEDIATE_DIR)', 1801 '<(INTERMEDIATE_DIR)',
1803 '<(protoc_out_dir)', 1802 '<(protoc_out_dir)',
1804 ], 1803 ],
1805 # TODO(phajdan.jr): Only temporary, to make transition easier. 1804 # TODO(phajdan.jr): Only temporary, to make transition easier.
1806 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 1805 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
1807 'sources': [ 1806 'sources': [
1808 'app/chrome_dll_resource.h', 1807 'app/chrome_dll_resource.h',
1809 'test/in_process_browser_test.cc', 1808 'test/in_process_browser_test.cc',
1810 'test/in_process_browser_test.h', 1809 'test/in_process_browser_test.h',
1810 'test/test_launcher/out_of_proc_test_runner.cc',
1811 'test/test_launcher/test_runner.cc',
1812 'test/test_launcher/test_runner.h',
1811 'test/live_sync/bookmark_model_verifier.cc', 1813 'test/live_sync/bookmark_model_verifier.cc',
1812 'test/live_sync/bookmark_model_verifier.h', 1814 'test/live_sync/bookmark_model_verifier.h',
1813 'test/live_sync/live_sync_test.cc', 1815 'test/live_sync/live_sync_test.cc',
1814 'test/live_sync/live_sync_test.h', 1816 'test/live_sync/live_sync_test.h',
1815 'test/live_sync/profile_sync_service_test_harness.cc', 1817 'test/live_sync/profile_sync_service_test_harness.cc',
1816 'test/live_sync/profile_sync_service_test_harness.h', 1818 'test/live_sync/profile_sync_service_test_harness.h',
1817 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc', 1819 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc',
1818 'test/live_sync/single_client_live_preferences_sync_unittest.cc', 1820 'test/live_sync/single_client_live_preferences_sync_unittest.cc',
1819 'test/live_sync/two_client_live_bookmarks_sync_test.cc', 1821 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
1820 'test/live_sync/two_client_live_preferences_sync_test.cc', 1822 'test/live_sync/two_client_live_preferences_sync_test.cc',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 ] 2244 ]
2243 }], # 'coverage!=0' 2245 }], # 'coverage!=0'
2244 ], # 'conditions' 2246 ], # 'conditions'
2245 } 2247 }
2246 2248
2247 # Local Variables: 2249 # Local Variables:
2248 # tab-width:2 2250 # tab-width:2
2249 # indent-tabs-mode:nil 2251 # indent-tabs-mode:nil
2250 # End: 2252 # End:
2251 # vim: set expandtab tabstop=2 shiftwidth=2: 2253 # 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