| OLD | NEW |
| 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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 '<@(web_resource_unittest_sources)', | 825 '<@(web_resource_unittest_sources)', |
| 826 '<@(webdata_unittest_sources)', | 826 '<@(webdata_unittest_sources)', |
| 827 ], | 827 ], |
| 828 'include_dirs': [ | 828 'include_dirs': [ |
| 829 '..', | 829 '..', |
| 830 ], | 830 ], |
| 831 'dependencies': [ | 831 'dependencies': [ |
| 832 '../base/base.gyp:base', | 832 '../base/base.gyp:base', |
| 833 '../base/base.gyp:base_prefs_test_support', | 833 '../base/base.gyp:base_prefs_test_support', |
| 834 '../base/base.gyp:test_support_base', | 834 '../base/base.gyp:test_support_base', |
| 835 # TODO(blundell): Eliminate the need for this dependency in code | |
| 836 # that iOS shares. crbug.com/325243 | |
| 837 '../content/content_shell_and_tests.gyp:test_support_content', | |
| 838 '../google_apis/google_apis.gyp:google_apis_test_support', | 835 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 839 '../jingle/jingle.gyp:notifier_test_util', | 836 '../jingle/jingle.gyp:notifier_test_util', |
| 840 '../net/net.gyp:net_test_support', | 837 '../net/net.gyp:net_test_support', |
| 841 '../sql/sql.gyp:test_support_sql', | 838 '../sql/sql.gyp:test_support_sql', |
| 842 '../sync/sync.gyp:sync', | 839 '../sync/sync.gyp:sync', |
| 843 '../sync/sync.gyp:test_support_sync_api', | 840 '../sync/sync.gyp:test_support_sync_api', |
| 844 '../testing/gmock.gyp:gmock', | 841 '../testing/gmock.gyp:gmock', |
| 845 '../testing/gtest.gyp:gtest', | 842 '../testing/gtest.gyp:gtest', |
| 846 '../third_party/icu/icu.gyp:icui18n', | 843 '../third_party/icu/icu.gyp:icui18n', |
| 847 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 844 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1010 '<@(safe_json_unittest_sources)', | 1007 '<@(safe_json_unittest_sources)', |
| 1011 '<@(scheduler_unittest_sources)', | 1008 '<@(scheduler_unittest_sources)', |
| 1012 '<@(storage_monitor_unittest_sources)', | 1009 '<@(storage_monitor_unittest_sources)', |
| 1013 '<@(ui_unittest_sources)', | 1010 '<@(ui_unittest_sources)', |
| 1014 '<@(visitedlink_unittest_sources)', | 1011 '<@(visitedlink_unittest_sources)', |
| 1015 '<@(web_cache_unittest_sources)', | 1012 '<@(web_cache_unittest_sources)', |
| 1016 '<@(webcrypto_unittest_sources)', | 1013 '<@(webcrypto_unittest_sources)', |
| 1017 '<@(web_modal_unittest_sources)', | 1014 '<@(web_modal_unittest_sources)', |
| 1018 ], | 1015 ], |
| 1019 'dependencies': [ | 1016 'dependencies': [ |
| 1017 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1020 '../skia/skia.gyp:skia', | 1018 '../skia/skia.gyp:skia', |
| 1021 'components.gyp:autofill_content_browser', | 1019 'components.gyp:autofill_content_browser', |
| 1022 'components.gyp:autofill_content_renderer', | 1020 'components.gyp:autofill_content_renderer', |
| 1023 'components.gyp:autofill_content_test_support', | 1021 'components.gyp:autofill_content_test_support', |
| 1024 'components.gyp:crash_test_support', | 1022 'components.gyp:crash_test_support', |
| 1025 'components.gyp:data_reduction_proxy_content_browser', | 1023 'components.gyp:data_reduction_proxy_content_browser', |
| 1026 'components.gyp:devtools_http_handler', | 1024 'components.gyp:devtools_http_handler', |
| 1027 'components.gyp:dom_distiller_content_browser', | 1025 'components.gyp:dom_distiller_content_browser', |
| 1028 'components.gyp:error_page_renderer', | 1026 'components.gyp:error_page_renderer', |
| 1029 'components.gyp:favicon_content', | 1027 'components.gyp:favicon_content', |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1644 'invalidation/impl/android/junit/', | 1642 'invalidation/impl/android/junit/', |
| 1645 'policy/android/junit/' | 1643 'policy/android/junit/' |
| 1646 ], | 1644 ], |
| 1647 }, | 1645 }, |
| 1648 'includes': [ '../build/host_jar.gypi' ], | 1646 'includes': [ '../build/host_jar.gypi' ], |
| 1649 }, | 1647 }, |
| 1650 ], | 1648 ], |
| 1651 }], | 1649 }], |
| 1652 ], | 1650 ], |
| 1653 } | 1651 } |
| OLD | NEW |