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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10987030: Make about:net-internal's filters work a bit better. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to comments, retry upload (First corrupt?) Created 8 years, 2 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
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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 'test/data/webui/async_gen.cc', 3129 'test/data/webui/async_gen.cc',
3130 'test/data/webui/async_gen.h', 3130 'test/data/webui/async_gen.h',
3131 'test/data/webui/async_gen.js', 3131 'test/data/webui/async_gen.js',
3132 'test/data/webui/certificate_viewer_dialog_test.js', 3132 'test/data/webui/certificate_viewer_dialog_test.js',
3133 'test/data/webui/certificate_viewer_ui_test-inl.h', 3133 'test/data/webui/certificate_viewer_ui_test-inl.h',
3134 'test/data/webui/chrome_send_browsertest.cc', 3134 'test/data/webui/chrome_send_browsertest.cc',
3135 'test/data/webui/chrome_send_browsertest.h', 3135 'test/data/webui/chrome_send_browsertest.h',
3136 'test/data/webui/chrome_send_browsertest.js', 3136 'test/data/webui/chrome_send_browsertest.js',
3137 'test/data/webui/mock4js_browsertest.js', 3137 'test/data/webui/mock4js_browsertest.js',
3138 'test/data/webui/net_internals/dns_view.js', 3138 'test/data/webui/net_internals/dns_view.js',
3139 'test/data/webui/net_internals/events_view.js',
3139 'test/data/webui/net_internals/hsts_view.js', 3140 'test/data/webui/net_internals/hsts_view.js',
3140 'test/data/webui/net_internals/http_pipeline_view.js', 3141 'test/data/webui/net_internals/http_pipeline_view.js',
3141 'test/data/webui/net_internals/log_util.js', 3142 'test/data/webui/net_internals/log_util.js',
3142 'test/data/webui/net_internals/log_view_painter.js', 3143 'test/data/webui/net_internals/log_view_painter.js',
3143 'test/data/webui/net_internals/main.js', 3144 'test/data/webui/net_internals/main.js',
3144 'test/data/webui/net_internals/net_internals_test.js', 3145 'test/data/webui/net_internals/net_internals_test.js',
3145 'test/data/webui/net_internals/prerender_view.js', 3146 'test/data/webui/net_internals/prerender_view.js',
3146 'test/data/webui/net_internals/test_view.js', 3147 'test/data/webui/net_internals/test_view.js',
3147 'test/data/webui/net_internals/timeline_view.js', 3148 'test/data/webui/net_internals/timeline_view.js',
3148 'test/data/webui/ntp4.js', 3149 'test/data/webui/ntp4.js',
(...skipping 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after
4847 '--result', '<@(_outputs)', 4848 '--result', '<@(_outputs)',
4848 '--isolate', 'browser_tests.isolate', 4849 '--isolate', 'browser_tests.isolate',
4849 ], 4850 ],
4850 }, 4851 },
4851 ], 4852 ],
4852 }, 4853 },
4853 ], 4854 ],
4854 }], 4855 }],
4855 ], # 'conditions' 4856 ], # 'conditions'
4856 } 4857 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/table_printer.js ('k') | chrome/test/data/webui/net_internals/events_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698