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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line endings Created 6 years, 7 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 1539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 'test/data/webui/chrome_send_browsertest.h', 1550 'test/data/webui/chrome_send_browsertest.h',
1551 'test/data/webui/chrome_send_browsertest.js', 1551 'test/data/webui/chrome_send_browsertest.js',
1552 'test/data/webui/history_browsertest.js', 1552 'test/data/webui/history_browsertest.js',
1553 'test/data/webui/history_ui_browsertest.cc', 1553 'test/data/webui/history_ui_browsertest.cc',
1554 'test/data/webui/history_ui_browsertest.h', 1554 'test/data/webui/history_ui_browsertest.h',
1555 'test/data/webui/mock4js_browsertest.js', 1555 'test/data/webui/mock4js_browsertest.js',
1556 'test/data/webui/net_internals/bandwidth_view.js', 1556 'test/data/webui/net_internals/bandwidth_view.js',
1557 'test/data/webui/net_internals/dns_view.js', 1557 'test/data/webui/net_internals/dns_view.js',
1558 'test/data/webui/net_internals/events_view.js', 1558 'test/data/webui/net_internals/events_view.js',
1559 'test/data/webui/net_internals/hsts_view.js', 1559 'test/data/webui/net_internals/hsts_view.js',
1560 'test/data/webui/net_internals/http_pipeline_view.js',
1561 'test/data/webui/net_internals/log_util.js', 1560 'test/data/webui/net_internals/log_util.js',
1562 'test/data/webui/net_internals/log_view_painter.js', 1561 'test/data/webui/net_internals/log_view_painter.js',
1563 'test/data/webui/net_internals/main.js', 1562 'test/data/webui/net_internals/main.js',
1564 'test/data/webui/net_internals/net_internals_test.js', 1563 'test/data/webui/net_internals/net_internals_test.js',
1565 'test/data/webui/net_internals/prerender_view.js', 1564 'test/data/webui/net_internals/prerender_view.js',
1566 'test/data/webui/net_internals/test_view.js', 1565 'test/data/webui/net_internals/test_view.js',
1567 'test/data/webui/net_internals/timeline_view.js', 1566 'test/data/webui/net_internals/timeline_view.js',
1568 'test/data/webui/net_internals/waterfall_view.js', 1567 'test/data/webui/net_internals/waterfall_view.js',
1569 'test/data/webui/ntp4.js', 1568 'test/data/webui/ntp4.js',
1570 'test/data/webui/ntp4_browsertest.cc', 1569 'test/data/webui/ntp4_browsertest.cc',
(...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
2990 ['enable_webrtc==1', { 2989 ['enable_webrtc==1', {
2991 'dependencies': [ 2990 'dependencies': [
2992 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2993 ] 2992 ]
2994 }], 2993 }],
2995 ], 2994 ],
2996 }] 2995 }]
2997 }], 2996 }],
2998 ], # 'conditions' 2997 ], # 'conditions'
2999 } 2998 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698