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

Side by Side Diff: base/base.gyp

Issue 488003003: Add ChannelProxy benchmark to ipc_perftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing. Created 6 years, 3 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'test/histogram_tester.h', 907 'test/histogram_tester.h',
908 'test/task_runner_test_template.cc', 908 'test/task_runner_test_template.cc',
909 'test/task_runner_test_template.h', 909 'test/task_runner_test_template.h',
910 'test/test_file_util.cc', 910 'test/test_file_util.cc',
911 'test/test_file_util.h', 911 'test/test_file_util.h',
912 'test/test_file_util_android.cc', 912 'test/test_file_util_android.cc',
913 'test/test_file_util_linux.cc', 913 'test/test_file_util_linux.cc',
914 'test/test_file_util_mac.cc', 914 'test/test_file_util_mac.cc',
915 'test/test_file_util_posix.cc', 915 'test/test_file_util_posix.cc',
916 'test/test_file_util_win.cc', 916 'test/test_file_util_win.cc',
917 'test/test_io_thread.cc',
918 'test/test_io_thread.h',
917 'test/test_listener_ios.h', 919 'test/test_listener_ios.h',
918 'test/test_listener_ios.mm', 920 'test/test_listener_ios.mm',
919 'test/test_pending_task.cc', 921 'test/test_pending_task.cc',
920 'test/test_pending_task.h', 922 'test/test_pending_task.h',
921 'test/test_process_killer_win.cc', 923 'test/test_process_killer_win.cc',
922 'test/test_process_killer_win.h', 924 'test/test_process_killer_win.h',
923 'test/test_reg_util_win.cc', 925 'test/test_reg_util_win.cc',
924 'test/test_reg_util_win.h', 926 'test/test_reg_util_win.h',
925 'test/test_shortcut_win.cc', 927 'test/test_shortcut_win.cc',
926 'test/test_shortcut_win.h', 928 'test/test_shortcut_win.h',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 'dependencies': [ 1459 'dependencies': [
1458 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1459 ], 1461 ],
1460 }], 1462 }],
1461 ], 1463 ],
1462 }, 1464 },
1463 ], 1465 ],
1464 }], 1466 }],
1465 ], 1467 ],
1466 } 1468 }
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