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

Side by Side Diff: chrome/chrome.gyp

Issue 159728: Add browser/sync to the repository. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 'browser/ssl/ssl_manager.cc', 1576 'browser/ssl/ssl_manager.cc',
1577 'browser/ssl/ssl_manager.h', 1577 'browser/ssl/ssl_manager.h',
1578 'browser/ssl/ssl_mixed_content_handler.cc', 1578 'browser/ssl/ssl_mixed_content_handler.cc',
1579 'browser/ssl/ssl_mixed_content_handler.h', 1579 'browser/ssl/ssl_mixed_content_handler.h',
1580 'browser/ssl/ssl_policy.cc', 1580 'browser/ssl/ssl_policy.cc',
1581 'browser/ssl/ssl_policy.h', 1581 'browser/ssl/ssl_policy.h',
1582 'browser/ssl/ssl_policy_backend.cc', 1582 'browser/ssl/ssl_policy_backend.cc',
1583 'browser/ssl/ssl_policy_backend.h', 1583 'browser/ssl/ssl_policy_backend.h',
1584 'browser/ssl/ssl_request_info.h', 1584 'browser/ssl/ssl_request_info.h',
1585 'browser/status_bubble.h', 1585 'browser/status_bubble.h',
1586 "browser/sync/glue/bookmark_model_worker.cc",
1587 "browser/sync/glue/bookmark_model_worker.h",
1588 "browser/sync/glue/http_bridge.cc",
1589 "browser/sync/glue/http_bridge.h",
1590 "browser/sync/glue/model_associator.cc",
1591 "browser/sync/glue/model_associator.h",
1592 "browser/sync/profile_sync_service.cc",
1593 "browser/sync/profile_sync_service.h",
1594 "browser/sync/glue/sync_backend_host.cc",
1595 "browser/sync/glue/sync_backend_host.h",
1596 "browser/sync/engine/syncapi.h",
1597 "browser/views/sync/sync_setup_flow.cc",
1598 "browser/views/sync/sync_setup_flow.h",
1599 "browser/views/sync/sync_setup_wizard.cc",
1600 "browser/views/sync/sync_setup_wizard.h",
1601 "browser/views/user_data_page_view.cc",
1602 "browser/views/user_data_page_view.h",
1603 "browser/sync/sync_status_ui_helper.cc",
1604 "browser/sync/sync_status_ui_helper.h",
1605 "browser/dom_ui/new_tab_page_sync_handler.cc",
1606 "browser/dom_ui/new_tab_page_sync_handler.h",
1607 "browser/sync/personalization.cc",
1608 "browser/sync/personalization.h",
1609 "browser/sync/personalization_strings.h",
1586 'browser/tab_contents/constrained_window.h', 1610 'browser/tab_contents/constrained_window.h',
1587 'browser/tab_contents/infobar_delegate.cc', 1611 'browser/tab_contents/infobar_delegate.cc',
1588 'browser/tab_contents/infobar_delegate.h', 1612 'browser/tab_contents/infobar_delegate.h',
1589 'browser/tab_contents/interstitial_page.cc', 1613 'browser/tab_contents/interstitial_page.cc',
1590 'browser/tab_contents/interstitial_page.h', 1614 'browser/tab_contents/interstitial_page.h',
1591 'browser/tab_contents/navigation_controller.cc', 1615 'browser/tab_contents/navigation_controller.cc',
1592 'browser/tab_contents/navigation_controller.h', 1616 'browser/tab_contents/navigation_controller.h',
1593 'browser/tab_contents/navigation_entry.cc', 1617 'browser/tab_contents/navigation_entry.cc',
1594 'browser/tab_contents/navigation_entry.h', 1618 'browser/tab_contents/navigation_entry.h',
1595 'browser/tab_contents/page_navigator.h', 1619 'browser/tab_contents/page_navigator.h',
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
3896 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 3920 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
3897 'browser/search_engines/template_url_scraper_unittest.cc', 3921 'browser/search_engines/template_url_scraper_unittest.cc',
3898 'browser/search_engines/template_url_unittest.cc', 3922 'browser/search_engines/template_url_unittest.cc',
3899 'browser/sessions/session_backend_unittest.cc', 3923 'browser/sessions/session_backend_unittest.cc',
3900 'browser/sessions/session_service_test_helper.cc', 3924 'browser/sessions/session_service_test_helper.cc',
3901 'browser/sessions/session_service_test_helper.h', 3925 'browser/sessions/session_service_test_helper.h',
3902 'browser/sessions/session_service_unittest.cc', 3926 'browser/sessions/session_service_unittest.cc',
3903 'browser/sessions/tab_restore_service_unittest.cc', 3927 'browser/sessions/tab_restore_service_unittest.cc',
3904 'browser/spellcheck_unittest.cc', 3928 'browser/spellcheck_unittest.cc',
3905 'browser/ssl/ssl_host_state_unittest.cc', 3929 'browser/ssl/ssl_host_state_unittest.cc',
3930 'browser/sync/glue/bookmark_model_worker_unittest.cc',
3931 'browser/sync/glue/http_bridge_unittest.cc',
3932 'browser/sync/profile_sync_service_unittest.cc',
3933 'browser/views/sync/sync_setup_wizard_unittest.cc',
3906 'browser/tab_contents/navigation_controller_unittest.cc', 3934 'browser/tab_contents/navigation_controller_unittest.cc',
3907 'browser/tab_contents/navigation_entry_unittest.cc', 3935 'browser/tab_contents/navigation_entry_unittest.cc',
3908 'browser/tab_contents/render_view_host_manager_unittest.cc', 3936 'browser/tab_contents/render_view_host_manager_unittest.cc',
3909 'browser/tab_contents/thumbnail_generator_unittest.cc', 3937 'browser/tab_contents/thumbnail_generator_unittest.cc',
3910 'browser/tab_contents/web_contents_unittest.cc', 3938 'browser/tab_contents/web_contents_unittest.cc',
3911 'browser/tabs/tab_strip_model_unittest.cc', 3939 'browser/tabs/tab_strip_model_unittest.cc',
3912 'browser/task_manager_unittest.cc', 3940 'browser/task_manager_unittest.cc',
3913 'browser/theme_resources_util_unittest.cc', 3941 'browser/theme_resources_util_unittest.cc',
3914 'browser/utility_process_host_unittest.cc', 3942 'browser/utility_process_host_unittest.cc',
3915 'browser/views/bookmark_context_menu_test.cc', 3943 'browser/views/bookmark_context_menu_test.cc',
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
4815 'test/automation/automation_proxy.cc', 4843 'test/automation/automation_proxy.cc',
4816 'test/automation/automation_proxy.h', 4844 'test/automation/automation_proxy.h',
4817 'test/automation/browser_proxy.cc', 4845 'test/automation/browser_proxy.cc',
4818 'test/automation/browser_proxy.h', 4846 'test/automation/browser_proxy.h',
4819 'test/automation/tab_proxy.cc', 4847 'test/automation/tab_proxy.cc',
4820 'test/automation/tab_proxy.h', 4848 'test/automation/tab_proxy.h',
4821 'test/automation/window_proxy.cc', 4849 'test/automation/window_proxy.cc',
4822 'test/automation/window_proxy.h', 4850 'test/automation/window_proxy.h',
4823 ], 4851 ],
4824 }, 4852 },
4853 {
4854 'target_name': 'live_sync_tests',
4855 'type': 'executable',
4856 'dependencies': [
4857 'browser',
4858 'chrome',
4859 'chrome_resources',
4860 'common',
4861 'debugger',
4862 'renderer',
4863 'chrome_resources',
4864 'chrome_strings',
4865 'test_support_unit',
4866 '../printing/printing.gyp:printing',
4867 '../webkit/webkit.gyp:webkit',
4868 '../skia/skia.gyp:skia',
4869 '../testing/gtest.gyp:gtest',
4870 '../third_party/icu38/icu38.gyp:icui18n',
4871 '../third_party/icu38/icu38.gyp:icuuc',
4872 '../third_party/libxml/libxml.gyp:libxml',
4873 '../third_party/npapi/npapi.gyp:npapi',
4874 ],
4875 'include_dirs': [
4876 '..',
4877 '<(INTERMEDIATE_DIR)',
4878 ],
4879 'sources': [
4880 'tools/build/win/precompiled_wtl.cc',
4881 'tools/build/win/precompiled_wtl.h',
4882 'test/live_sync/bookmark_model_verifier.cc',
4883 'test/live_sync/bookmark_model_verifier.h',
4884 'test/live_sync/live_bookmarks_sync_test.cc',
4885 'test/live_sync/live_bookmarks_sync_test.h',
4886 'test/live_sync/profile_sync_service_test_harness.cc',
4887 'test/live_sync/profile_sync_service_test_harness.h',
4888 'test/browser/run_all_unittests.cc',
4889 'test/test_notification_tracker.cc',
4890 'test/test_notification_tracker.h',
4891 'test/testing_browser_process.h',
4892 'test/ui_test_utils.cc',
4893 'test/ui_test_utils.h',
4894 'app/chrome_dll.rc',
4895 'app/chrome_dll_resource.h',
4896 'app/chrome_dll_version.rc.version',
4897 'test/data/resource.h',
4898 'test/data/resource.rc',
4899 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
4900 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.r c',
4901 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
4902 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc',
4903 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
4904 ],
4905 'conditions': [
4906 # Plugin code.
4907 ['OS=="linux" or OS=="win"', {
4908 'dependencies': [
4909 'plugin',
4910 ],
4911 'export_dependent_settings': [
4912 'plugin',
4913 ],
4914 }],
4915 # Linux-specific rules.
4916 ['OS=="linux"', {
4917 'dependencies': [
4918 '../build/linux/system.gyp:gtk',
4919 ],
4920 }],
4921 # Windows-specific rules.
4922 ['OS=="win"', {
4923 'include_dirs': [
4924 'third_party/wtl/include',
4925 ],
4926 'dependencies': [
4927 'chrome_dll_version',
4928 'installer/installer.gyp:installer_util_strings',
4929 '../views/views.gyp:views',
4930 ],
4931 },],
4932 ],
4933 },
4825 { 4934 {
4826 # Shared library used by the in-proc browser tests. 4935 # Shared library used by the in-proc browser tests.
4827 'target_name': 'browser_tests_dll', 4936 'target_name': 'browser_tests_dll',
4828 'type': 'shared_library', 4937 'type': 'shared_library',
4829 'product_name': 'browser_tests', 4938 'product_name': 'browser_tests',
4830 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 4939 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
4831 'dependencies': [ 4940 'dependencies': [
4832 'chrome', 4941 'chrome',
4833 'browser', 4942 'browser',
4834 'chrome_dll_version', 4943 'chrome_dll_version',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
5218 # Use outputs of this action as inputs for the main target build. 5327 # Use outputs of this action as inputs for the main target build.
5219 # Seems as a misnomer but makes this happy on Linux (scons). 5328 # Seems as a misnomer but makes this happy on Linux (scons).
5220 'process_outputs_as_sources': 1, 5329 'process_outputs_as_sources': 1,
5221 }, 5330 },
5222 ], # 'actions' 5331 ], # 'actions'
5223 }, 5332 },
5224 ] 5333 ]
5225 }], 5334 }],
5226 ], # 'conditions' 5335 ], # 'conditions'
5227 } 5336 }
OLDNEW
« no previous file with comments | « chrome/browser/views/user_data_page_view.cc ('k') | chrome/test/live_sync/bookmark_model_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698