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

Side by Side Diff: base/base.gyp

Issue 12047058: Add NSLogTestEventListener to support running tests on iOS 6 devices. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: one arg per line in declaration or definitions Created 7 years, 11 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/nslog_test_event_listener.h » ('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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'test/main_hook_ios.mm', 785 'test/main_hook_ios.mm',
786 'test/mock_chrome_application_mac.h', 786 'test/mock_chrome_application_mac.h',
787 'test/mock_chrome_application_mac.mm', 787 'test/mock_chrome_application_mac.mm',
788 'test/mock_devices_changed_observer.cc', 788 'test/mock_devices_changed_observer.cc',
789 'test/mock_devices_changed_observer.h', 789 'test/mock_devices_changed_observer.h',
790 'test/mock_time_provider.cc', 790 'test/mock_time_provider.cc',
791 'test/mock_time_provider.h', 791 'test/mock_time_provider.h',
792 'test/multiprocess_test.cc', 792 'test/multiprocess_test.cc',
793 'test/multiprocess_test.h', 793 'test/multiprocess_test.h',
794 'test/multiprocess_test_android.cc', 794 'test/multiprocess_test_android.cc',
795 'test/nslog_test_event_listener.h',
796 'test/nslog_test_event_listener.mm',
795 'test/null_task_runner.cc', 797 'test/null_task_runner.cc',
796 'test/null_task_runner.h', 798 'test/null_task_runner.h',
797 'test/perf_test_suite.cc', 799 'test/perf_test_suite.cc',
798 'test/perf_test_suite.h', 800 'test/perf_test_suite.h',
799 'test/scoped_locale.cc', 801 'test/scoped_locale.cc',
800 'test/scoped_locale.h', 802 'test/scoped_locale.h',
801 'test/scoped_path_override.cc', 803 'test/scoped_path_override.cc',
802 'test/scoped_path_override.h', 804 'test/scoped_path_override.h',
803 'test/sequenced_task_runner_test_template.cc', 805 'test/sequenced_task_runner_test_template.cc',
804 'test/sequenced_task_runner_test_template.h', 806 'test/sequenced_task_runner_test_template.h',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'base_unittests.isolate', 1153 'base_unittests.isolate',
1152 ], 1154 ],
1153 'sources': [ 1155 'sources': [
1154 'base_unittests.isolate', 1156 'base_unittests.isolate',
1155 ], 1157 ],
1156 }, 1158 },
1157 ], 1159 ],
1158 }], 1160 }],
1159 ], 1161 ],
1160 } 1162 }
OLDNEW
« no previous file with comments | « no previous file | base/test/nslog_test_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698