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

Side by Side Diff: base/base.gyp

Issue 22482002: Moved power_monitor_test_base to a more appropriate location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 'test/mock_devices_changed_observer.h', 870 'test/mock_devices_changed_observer.h',
871 'test/mock_time_provider.cc', 871 'test/mock_time_provider.cc',
872 'test/mock_time_provider.h', 872 'test/mock_time_provider.h',
873 'test/multiprocess_test.cc', 873 'test/multiprocess_test.cc',
874 'test/multiprocess_test.h', 874 'test/multiprocess_test.h',
875 'test/multiprocess_test_android.cc', 875 'test/multiprocess_test_android.cc',
876 'test/null_task_runner.cc', 876 'test/null_task_runner.cc',
877 'test/null_task_runner.h', 877 'test/null_task_runner.h',
878 'test/perf_test_suite.cc', 878 'test/perf_test_suite.cc',
879 'test/perf_test_suite.h', 879 'test/perf_test_suite.h',
880 'test/power_monitor_test_base.cc',
881 'test/power_monitor_test_base.h',
880 'test/scoped_locale.cc', 882 'test/scoped_locale.cc',
881 'test/scoped_locale.h', 883 'test/scoped_locale.h',
882 'test/scoped_path_override.cc', 884 'test/scoped_path_override.cc',
883 'test/scoped_path_override.h', 885 'test/scoped_path_override.h',
884 'test/sequenced_task_runner_test_template.cc', 886 'test/sequenced_task_runner_test_template.cc',
885 'test/sequenced_task_runner_test_template.h', 887 'test/sequenced_task_runner_test_template.h',
886 'test/sequenced_worker_pool_owner.cc', 888 'test/sequenced_worker_pool_owner.cc',
887 'test/sequenced_worker_pool_owner.h', 889 'test/sequenced_worker_pool_owner.h',
888 'test/simple_test_clock.cc', 890 'test/simple_test_clock.cc',
889 'test/simple_test_clock.h', 891 'test/simple_test_clock.h',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'base_unittests.isolate', 1306 'base_unittests.isolate',
1305 ], 1307 ],
1306 'sources': [ 1308 'sources': [
1307 'base_unittests.isolate', 1309 'base_unittests.isolate',
1308 ], 1310 ],
1309 }, 1311 },
1310 ], 1312 ],
1311 }], 1313 }],
1312 ], 1314 ],
1313 } 1315 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698