| 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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 '<@(undo_unittest_sources)', | 850 '<@(undo_unittest_sources)', |
| 851 '<@(update_client_unittest_sources)', | 851 '<@(update_client_unittest_sources)', |
| 852 '<@(upload_list_unittest_sources)', | 852 '<@(upload_list_unittest_sources)', |
| 853 '<@(url_formatter_unittest_sources)', | 853 '<@(url_formatter_unittest_sources)', |
| 854 '<@(url_matcher_unittest_sources)', | 854 '<@(url_matcher_unittest_sources)', |
| 855 '<@(user_prefs_unittest_sources)', | 855 '<@(user_prefs_unittest_sources)', |
| 856 '<@(variations_unittest_sources)', | 856 '<@(variations_unittest_sources)', |
| 857 '<@(wallpaper_unittest_sources)', | 857 '<@(wallpaper_unittest_sources)', |
| 858 '<@(web_resource_unittest_sources)', | 858 '<@(web_resource_unittest_sources)', |
| 859 '<@(webdata_unittest_sources)', | 859 '<@(webdata_unittest_sources)', |
| 860 'net_log/net_log_temp_file_unittest.cc', |
| 860 ], | 861 ], |
| 861 'include_dirs': [ | 862 'include_dirs': [ |
| 862 '..', | 863 '..', |
| 863 ], | 864 ], |
| 864 'dependencies': [ | 865 'dependencies': [ |
| 865 '../base/base.gyp:base', | 866 '../base/base.gyp:base', |
| 866 '../base/base.gyp:base_prefs_test_support', | 867 '../base/base.gyp:base_prefs_test_support', |
| 867 '../base/base.gyp:test_support_base', | 868 '../base/base.gyp:test_support_base', |
| 868 '../google_apis/google_apis.gyp:google_apis_test_support', | 869 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 869 '../jingle/jingle.gyp:notifier_test_util', | 870 '../jingle/jingle.gyp:notifier_test_util', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 'components.gyp:json_schema', | 930 'components.gyp:json_schema', |
| 930 'components.gyp:keyed_service_core', | 931 'components.gyp:keyed_service_core', |
| 931 'components.gyp:language_usage_metrics', | 932 'components.gyp:language_usage_metrics', |
| 932 'components.gyp:leveldb_proto', | 933 'components.gyp:leveldb_proto', |
| 933 'components.gyp:leveldb_proto_test_support', | 934 'components.gyp:leveldb_proto_test_support', |
| 934 'components.gyp:login', | 935 'components.gyp:login', |
| 935 'components.gyp:memory_pressure', | 936 'components.gyp:memory_pressure', |
| 936 'components.gyp:metrics', | 937 'components.gyp:metrics', |
| 937 'components.gyp:metrics_net', | 938 'components.gyp:metrics_net', |
| 938 'components.gyp:metrics_test_support', | 939 'components.gyp:metrics_test_support', |
| 940 'components.gyp:net_log', |
| 939 'components.gyp:network_time', | 941 'components.gyp:network_time', |
| 940 'components.gyp:offline_pages', | 942 'components.gyp:offline_pages', |
| 941 'components.gyp:omnibox_browser', | 943 'components.gyp:omnibox_browser', |
| 942 'components.gyp:omnibox_test_support', | 944 'components.gyp:omnibox_test_support', |
| 943 'components.gyp:open_from_clipboard', | 945 'components.gyp:open_from_clipboard', |
| 944 'components.gyp:open_from_clipboard_test_support', | 946 'components.gyp:open_from_clipboard_test_support', |
| 945 'components.gyp:os_crypt', | 947 'components.gyp:os_crypt', |
| 946 'components.gyp:packed_ct_ev_whitelist', | 948 'components.gyp:packed_ct_ev_whitelist', |
| 947 'components.gyp:password_manager_core_browser', | 949 'components.gyp:password_manager_core_browser', |
| 948 'components.gyp:password_manager_core_browser_test_support', | 950 'components.gyp:password_manager_core_browser_test_support', |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1702 'invalidation/impl/android/junit/', | 1704 'invalidation/impl/android/junit/', |
| 1703 'policy/android/junit/' | 1705 'policy/android/junit/' |
| 1704 ], | 1706 ], |
| 1705 }, | 1707 }, |
| 1706 'includes': [ '../build/host_jar.gypi' ], | 1708 'includes': [ '../build/host_jar.gypi' ], |
| 1707 }, | 1709 }, |
| 1708 ], | 1710 ], |
| 1709 }], | 1711 }], |
| 1710 ], | 1712 ], |
| 1711 } | 1713 } |
| OLD | NEW |