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

Side by Side Diff: base/base.gyp

Issue 11271024: Fix DeviceStatusCollectorTest.MaxStoredPeriods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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
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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 'test/mock_chrome_application_mac.mm', 773 'test/mock_chrome_application_mac.mm',
774 'test/mock_devices_changed_observer.cc', 774 'test/mock_devices_changed_observer.cc',
775 'test/mock_devices_changed_observer.h', 775 'test/mock_devices_changed_observer.h',
776 'test/mock_time_provider.cc', 776 'test/mock_time_provider.cc',
777 'test/mock_time_provider.h', 777 'test/mock_time_provider.h',
778 'test/multiprocess_test.cc', 778 'test/multiprocess_test.cc',
779 'test/multiprocess_test.h', 779 'test/multiprocess_test.h',
780 'test/multiprocess_test_android.cc', 780 'test/multiprocess_test_android.cc',
781 'test/perf_test_suite.cc', 781 'test/perf_test_suite.cc',
782 'test/perf_test_suite.h', 782 'test/perf_test_suite.h',
783 'test/scoped_environment_variable.cc',
784 'test/scoped_environment_variable.h',
783 'test/scoped_locale.cc', 785 'test/scoped_locale.cc',
784 'test/scoped_locale.h', 786 'test/scoped_locale.h',
785 'test/scoped_path_override.cc', 787 'test/scoped_path_override.cc',
786 'test/scoped_path_override.h', 788 'test/scoped_path_override.h',
787 'test/sequenced_task_runner_test_template.cc', 789 'test/sequenced_task_runner_test_template.cc',
788 'test/sequenced_task_runner_test_template.h', 790 'test/sequenced_task_runner_test_template.h',
789 'test/task_runner_test_template.cc', 791 'test/task_runner_test_template.cc',
790 'test/task_runner_test_template.h', 792 'test/task_runner_test_template.h',
791 'test/test_file_util.h', 793 'test/test_file_util.h',
792 'test/test_file_util_linux.cc', 794 'test/test_file_util_linux.cc',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'base_unittests.isolate', 1101 'base_unittests.isolate',
1100 ], 1102 ],
1101 'sources': [ 1103 'sources': [
1102 'base_unittests.isolate', 1104 'base_unittests.isolate',
1103 ], 1105 ],
1104 }, 1106 },
1105 ], 1107 ],
1106 }], 1108 }],
1107 ], 1109 ],
1108 } 1110 }
OLDNEW
« no previous file with comments | « no previous file | base/test/scoped_environment_variable.h » ('j') | chrome/browser/policy/device_status_collector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698