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

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: Limiting the changes to moving ScopedMockLog to base/test 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/scoped_mock_log.h » ('j') | base/test/scoped_mock_log.h » ('J')
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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'test/power_monitor_test_base.cc', 954 'test/power_monitor_test_base.cc',
955 'test/power_monitor_test_base.h', 955 'test/power_monitor_test_base.h',
956 'test/scoped_locale.cc', 956 'test/scoped_locale.cc',
957 'test/scoped_locale.h', 957 'test/scoped_locale.h',
958 'test/scoped_path_override.cc', 958 'test/scoped_path_override.cc',
959 'test/scoped_path_override.h', 959 'test/scoped_path_override.h',
960 'test/sequenced_task_runner_test_template.cc', 960 'test/sequenced_task_runner_test_template.cc',
961 'test/sequenced_task_runner_test_template.h', 961 'test/sequenced_task_runner_test_template.h',
962 'test/sequenced_worker_pool_owner.cc', 962 'test/sequenced_worker_pool_owner.cc',
963 'test/sequenced_worker_pool_owner.h', 963 'test/sequenced_worker_pool_owner.h',
964 'test/scoped_mock_log.cc',
965 'test/scoped_mock_log.h',
rvargas (doing something else) 2015/03/03 19:45:33 build.gn has to be updated
Łukasz Anforowicz 2015/03/04 00:23:01 Thanks for catching this. Done.
964 'test/simple_test_clock.cc', 966 'test/simple_test_clock.cc',
965 'test/simple_test_clock.h', 967 'test/simple_test_clock.h',
966 'test/simple_test_tick_clock.cc', 968 'test/simple_test_tick_clock.cc',
967 'test/simple_test_tick_clock.h', 969 'test/simple_test_tick_clock.h',
968 'test/task_runner_test_template.cc', 970 'test/task_runner_test_template.cc',
969 'test/task_runner_test_template.h', 971 'test/task_runner_test_template.h',
970 'test/test_file_util.cc', 972 'test/test_file_util.cc',
971 'test/test_file_util.h', 973 'test/test_file_util.h',
972 'test/test_file_util_android.cc', 974 'test/test_file_util_android.cc',
973 'test/test_file_util_linux.cc', 975 'test/test_file_util_linux.cc',
(...skipping 616 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/scoped_mock_log.h » ('j') | base/test/scoped_mock_log.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698