| OLD | NEW |
| 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 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 4597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4608 'test/browser_with_test_window_test.cc', | 4608 'test/browser_with_test_window_test.cc', |
| 4609 'test/browser_with_test_window_test.h', | 4609 'test/browser_with_test_window_test.h', |
| 4610 'test/file_test_utils.h', | 4610 'test/file_test_utils.h', |
| 4611 'test/file_test_utils.cc', | 4611 'test/file_test_utils.cc', |
| 4612 'test/render_view_test.cc', | 4612 'test/render_view_test.cc', |
| 4613 'test/render_view_test.h', | 4613 'test/render_view_test.h', |
| 4614 'test/test_notification_tracker.cc', | 4614 'test/test_notification_tracker.cc', |
| 4615 'test/test_notification_tracker.h', | 4615 'test/test_notification_tracker.h', |
| 4616 'test/v8_unit_test.cc', | 4616 'test/v8_unit_test.cc', |
| 4617 'test/v8_unit_test.h', | 4617 'test/v8_unit_test.h', |
| 4618 'test/sync/test_http_bridge_factory.h', |
| 4618 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/comp
act_lang_det_unittest_small.cc', | 4619 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/comp
act_lang_det_unittest_small.cc', |
| 4619 ], | 4620 ], |
| 4620 'conditions': [ | 4621 'conditions': [ |
| 4621 ['chromeos==0 and toolkit_views==0', { | 4622 ['chromeos==0 and toolkit_views==0', { |
| 4622 'sources/': [ | 4623 'sources/': [ |
| 4623 ['exclude', '^browser/chromeos'], | 4624 ['exclude', '^browser/chromeos'], |
| 4624 ], | 4625 ], |
| 4625 }], | 4626 }], |
| 4626 ['OS=="linux" and selinux==0', { | 4627 ['OS=="linux" and selinux==0', { |
| 4627 'dependencies': [ | 4628 'dependencies': [ |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4777 'browser/rlz/rlz_unittest.cc', | 4778 'browser/rlz/rlz_unittest.cc', |
| 4778 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 4779 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
| 4779 'browser/search_engines/template_url_scraper_unittest.cc', | 4780 'browser/search_engines/template_url_scraper_unittest.cc', |
| 4780 'browser/views/bookmark_editor_view_unittest.cc', | 4781 'browser/views/bookmark_editor_view_unittest.cc', |
| 4781 'browser/views/find_bar_host_unittest.cc', | 4782 'browser/views/find_bar_host_unittest.cc', |
| 4782 'browser/views/keyword_editor_view_unittest.cc', | 4783 'browser/views/keyword_editor_view_unittest.cc', |
| 4783 'common/chrome_plugin_unittest.cc', | 4784 'common/chrome_plugin_unittest.cc', |
| 4784 'common/net/url_util_unittest.cc', | 4785 'common/net/url_util_unittest.cc', |
| 4785 ], | 4786 ], |
| 4786 }], | 4787 }], |
| 4787 ['browser_sync==1', { | |
| 4788 'sources!': [ | |
| 4789 'browser/sync/profile_sync_service_unittest.cc', | |
| 4790 ] | |
| 4791 }], | |
| 4792 ], | 4788 ], |
| 4793 }, | 4789 }, |
| 4794 { | 4790 { |
| 4795 'target_name': 'startup_tests', | 4791 'target_name': 'startup_tests', |
| 4796 'type': 'executable', | 4792 'type': 'executable', |
| 4797 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C', | 4793 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C', |
| 4798 'dependencies': [ | 4794 'dependencies': [ |
| 4799 'chrome', | 4795 'chrome', |
| 4800 'browser', | 4796 'browser', |
| 4801 'debugger', | 4797 'debugger', |
| (...skipping 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6896 ], # targets when browser_sync==1 | 6892 ], # targets when browser_sync==1 |
| 6897 }], | 6893 }], |
| 6898 ], # 'conditions' | 6894 ], # 'conditions' |
| 6899 } | 6895 } |
| 6900 | 6896 |
| 6901 # Local Variables: | 6897 # Local Variables: |
| 6902 # tab-width:2 | 6898 # tab-width:2 |
| 6903 # indent-tabs-mode:nil | 6899 # indent-tabs-mode:nil |
| 6904 # End: | 6900 # End: |
| 6905 # vim: set expandtab tabstop=2 shiftwidth=2: | 6901 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |