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

Side by Side Diff: components/components_tests.gyp

Issue 1330613004: Remove dependency of //component:components_unittests on //content on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments by blundell Created 5 years, 3 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 | « no previous file | components/test/run_all_unittests.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 '<@(web_resource_unittest_sources)', 830 '<@(web_resource_unittest_sources)',
831 '<@(webdata_unittest_sources)', 831 '<@(webdata_unittest_sources)',
832 ], 832 ],
833 'include_dirs': [ 833 'include_dirs': [
834 '..', 834 '..',
835 ], 835 ],
836 'dependencies': [ 836 'dependencies': [
837 '../base/base.gyp:base', 837 '../base/base.gyp:base',
838 '../base/base.gyp:base_prefs_test_support', 838 '../base/base.gyp:base_prefs_test_support',
839 '../base/base.gyp:test_support_base', 839 '../base/base.gyp:test_support_base',
840 # TODO(blundell): Eliminate the need for this dependency in code
841 # that iOS shares. crbug.com/325243
842 '../content/content_shell_and_tests.gyp:test_support_content',
843 '../google_apis/google_apis.gyp:google_apis_test_support', 840 '../google_apis/google_apis.gyp:google_apis_test_support',
844 '../jingle/jingle.gyp:notifier_test_util', 841 '../jingle/jingle.gyp:notifier_test_util',
845 '../net/net.gyp:net_test_support', 842 '../net/net.gyp:net_test_support',
846 '../sql/sql.gyp:test_support_sql', 843 '../sql/sql.gyp:test_support_sql',
847 '../sync/sync.gyp:sync', 844 '../sync/sync.gyp:sync',
848 '../sync/sync.gyp:test_support_sync_api', 845 '../sync/sync.gyp:test_support_sync_api',
849 '../testing/gmock.gyp:gmock', 846 '../testing/gmock.gyp:gmock',
850 '../testing/gtest.gyp:gtest', 847 '../testing/gtest.gyp:gtest',
851 '../third_party/icu/icu.gyp:icui18n', 848 '../third_party/icu/icu.gyp:icui18n',
852 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 849 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 '<@(safe_json_unittest_sources)', 1014 '<@(safe_json_unittest_sources)',
1018 '<@(scheduler_unittest_sources)', 1015 '<@(scheduler_unittest_sources)',
1019 '<@(storage_monitor_unittest_sources)', 1016 '<@(storage_monitor_unittest_sources)',
1020 '<@(ui_unittest_sources)', 1017 '<@(ui_unittest_sources)',
1021 '<@(visitedlink_unittest_sources)', 1018 '<@(visitedlink_unittest_sources)',
1022 '<@(web_cache_unittest_sources)', 1019 '<@(web_cache_unittest_sources)',
1023 '<@(webcrypto_unittest_sources)', 1020 '<@(webcrypto_unittest_sources)',
1024 '<@(web_modal_unittest_sources)', 1021 '<@(web_modal_unittest_sources)',
1025 ], 1022 ],
1026 'dependencies': [ 1023 'dependencies': [
1024 '../content/content_shell_and_tests.gyp:test_support_content',
1027 '../skia/skia.gyp:skia', 1025 '../skia/skia.gyp:skia',
1028 'components.gyp:autofill_content_browser', 1026 'components.gyp:autofill_content_browser',
1029 'components.gyp:autofill_content_renderer', 1027 'components.gyp:autofill_content_renderer',
1030 'components.gyp:autofill_content_test_support', 1028 'components.gyp:autofill_content_test_support',
1031 'components.gyp:certificate_transparency', 1029 'components.gyp:certificate_transparency',
1032 'components.gyp:crash_test_support', 1030 'components.gyp:crash_test_support',
1033 'components.gyp:data_reduction_proxy_content_browser', 1031 'components.gyp:data_reduction_proxy_content_browser',
1034 'components.gyp:devtools_http_handler', 1032 'components.gyp:devtools_http_handler',
1035 'components.gyp:dom_distiller_content_browser', 1033 'components.gyp:dom_distiller_content_browser',
1036 'components.gyp:error_page_renderer', 1034 'components.gyp:error_page_renderer',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 'invalidation/impl/android/junit/', 1650 'invalidation/impl/android/junit/',
1653 'policy/android/junit/' 1651 'policy/android/junit/'
1654 ], 1652 ],
1655 }, 1653 },
1656 'includes': [ '../build/host_jar.gypi' ], 1654 'includes': [ '../build/host_jar.gypi' ],
1657 }, 1655 },
1658 ], 1656 ],
1659 }], 1657 }],
1660 ], 1658 ],
1661 } 1659 }
OLDNEW
« no previous file with comments | « no previous file | components/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698