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

Side by Side Diff: base/base.gyp

Issue 966423003: Moving ScopedMockLog from net/test to base/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate-port-range
Patch Set: Addressed Ricardo's code review feedback. Created 5 years, 9 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 | base/test/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 'test/launcher/test_result.h', 931 'test/launcher/test_result.h',
932 'test/launcher/test_results_tracker.cc', 932 'test/launcher/test_results_tracker.cc',
933 'test/launcher/test_results_tracker.h', 933 'test/launcher/test_results_tracker.h',
934 'test/launcher/unit_test_launcher.cc', 934 'test/launcher/unit_test_launcher.cc',
935 'test/launcher/unit_test_launcher.h', 935 'test/launcher/unit_test_launcher.h',
936 'test/launcher/unit_test_launcher_ios.cc', 936 'test/launcher/unit_test_launcher_ios.cc',
937 'test/mock_chrome_application_mac.h', 937 'test/mock_chrome_application_mac.h',
938 'test/mock_chrome_application_mac.mm', 938 'test/mock_chrome_application_mac.mm',
939 'test/mock_devices_changed_observer.cc', 939 'test/mock_devices_changed_observer.cc',
940 'test/mock_devices_changed_observer.h', 940 'test/mock_devices_changed_observer.h',
941 'test/mock_log.cc',
942 'test/mock_log.h',
941 'test/multiprocess_test.cc', 943 'test/multiprocess_test.cc',
942 'test/multiprocess_test.h', 944 'test/multiprocess_test.h',
943 'test/multiprocess_test_android.cc', 945 'test/multiprocess_test_android.cc',
944 'test/null_task_runner.cc', 946 'test/null_task_runner.cc',
945 'test/null_task_runner.h', 947 'test/null_task_runner.h',
946 'test/opaque_ref_counted.cc', 948 'test/opaque_ref_counted.cc',
947 'test/opaque_ref_counted.h', 949 'test/opaque_ref_counted.h',
948 'test/perf_log.cc', 950 'test/perf_log.cc',
949 'test/perf_log.h', 951 'test/perf_log.h',
950 'test/perf_test_suite.cc', 952 'test/perf_test_suite.cc',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1590 'dependencies': [ 1592 'dependencies': [
1591 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1593 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1592 ], 1594 ],
1593 }], 1595 }],
1594 ], 1596 ],
1595 }, 1597 },
1596 ], 1598 ],
1597 }], 1599 }],
1598 ], 1600 ],
1599 } 1601 }
OLDNEW
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698