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

Side by Side Diff: components/components_tests.gyp

Issue 1347043002: Move ChromeNetLog to //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 '<@(undo_unittest_sources)', 840 '<@(undo_unittest_sources)',
841 '<@(update_client_unittest_sources)', 841 '<@(update_client_unittest_sources)',
842 '<@(upload_list_unittest_sources)', 842 '<@(upload_list_unittest_sources)',
843 '<@(url_formatter_unittest_sources)', 843 '<@(url_formatter_unittest_sources)',
844 '<@(url_matcher_unittest_sources)', 844 '<@(url_matcher_unittest_sources)',
845 '<@(user_prefs_unittest_sources)', 845 '<@(user_prefs_unittest_sources)',
846 '<@(variations_unittest_sources)', 846 '<@(variations_unittest_sources)',
847 '<@(wallpaper_unittest_sources)', 847 '<@(wallpaper_unittest_sources)',
848 '<@(web_resource_unittest_sources)', 848 '<@(web_resource_unittest_sources)',
849 '<@(webdata_unittest_sources)', 849 '<@(webdata_unittest_sources)',
850 'net_log/net_log_temp_file_unittest.cc',
850 ], 851 ],
851 'include_dirs': [ 852 'include_dirs': [
852 '..', 853 '..',
853 ], 854 ],
854 'dependencies': [ 855 'dependencies': [
855 '../base/base.gyp:base', 856 '../base/base.gyp:base',
856 '../base/base.gyp:base_prefs_test_support', 857 '../base/base.gyp:base_prefs_test_support',
857 '../base/base.gyp:test_support_base', 858 '../base/base.gyp:test_support_base',
858 '../google_apis/google_apis.gyp:google_apis_test_support', 859 '../google_apis/google_apis.gyp:google_apis_test_support',
859 '../jingle/jingle.gyp:notifier_test_util', 860 '../jingle/jingle.gyp:notifier_test_util',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'components.gyp:json_schema', 920 'components.gyp:json_schema',
920 'components.gyp:keyed_service_core', 921 'components.gyp:keyed_service_core',
921 'components.gyp:language_usage_metrics', 922 'components.gyp:language_usage_metrics',
922 'components.gyp:leveldb_proto', 923 'components.gyp:leveldb_proto',
923 'components.gyp:leveldb_proto_test_support', 924 'components.gyp:leveldb_proto_test_support',
924 'components.gyp:login', 925 'components.gyp:login',
925 'components.gyp:memory_pressure', 926 'components.gyp:memory_pressure',
926 'components.gyp:metrics', 927 'components.gyp:metrics',
927 'components.gyp:metrics_net', 928 'components.gyp:metrics_net',
928 'components.gyp:metrics_test_support', 929 'components.gyp:metrics_test_support',
930 'components.gyp:net_log',
929 'components.gyp:network_time', 931 'components.gyp:network_time',
930 'components.gyp:offline_pages', 932 'components.gyp:offline_pages',
931 'components.gyp:omnibox_browser', 933 'components.gyp:omnibox_browser',
932 'components.gyp:omnibox_test_support', 934 'components.gyp:omnibox_test_support',
933 'components.gyp:open_from_clipboard', 935 'components.gyp:open_from_clipboard',
934 'components.gyp:open_from_clipboard_test_support', 936 'components.gyp:open_from_clipboard_test_support',
935 'components.gyp:os_crypt', 937 'components.gyp:os_crypt',
936 'components.gyp:packed_ct_ev_whitelist', 938 'components.gyp:packed_ct_ev_whitelist',
937 'components.gyp:password_manager_core_browser', 939 'components.gyp:password_manager_core_browser',
938 'components.gyp:password_manager_core_browser_test_support', 940 'components.gyp:password_manager_core_browser_test_support',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 'invalidation/impl/android/junit/', 1693 'invalidation/impl/android/junit/',
1692 'policy/android/junit/' 1694 'policy/android/junit/'
1693 ], 1695 ],
1694 }, 1696 },
1695 'includes': [ '../build/host_jar.gypi' ], 1697 'includes': [ '../build/host_jar.gypi' ],
1696 }, 1698 },
1697 ], 1699 ],
1698 }], 1700 }],
1699 ], 1701 ],
1700 } 1702 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698