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

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: Merge 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
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 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 'test/data/webui/chrome_send_browsertest.h', 1548 'test/data/webui/chrome_send_browsertest.h',
1549 'test/data/webui/chrome_send_browsertest.js', 1549 'test/data/webui/chrome_send_browsertest.js',
1550 'test/data/webui/history_browsertest.js', 1550 'test/data/webui/history_browsertest.js',
1551 'test/data/webui/history_ui_browsertest.cc', 1551 'test/data/webui/history_ui_browsertest.cc',
1552 'test/data/webui/history_ui_browsertest.h', 1552 'test/data/webui/history_ui_browsertest.h',
1553 'test/data/webui/mock4js_browsertest.js', 1553 'test/data/webui/mock4js_browsertest.js',
1554 'test/data/webui/net_internals/bandwidth_view.js', 1554 'test/data/webui/net_internals/bandwidth_view.js',
1555 'test/data/webui/net_internals/dns_view.js', 1555 'test/data/webui/net_internals/dns_view.js',
1556 'test/data/webui/net_internals/events_view.js', 1556 'test/data/webui/net_internals/events_view.js',
1557 'test/data/webui/net_internals/hsts_view.js', 1557 'test/data/webui/net_internals/hsts_view.js',
1558 'test/data/webui/net_internals/http_pipeline_view.js',
1559 'test/data/webui/net_internals/log_util.js', 1558 'test/data/webui/net_internals/log_util.js',
1560 'test/data/webui/net_internals/log_view_painter.js', 1559 'test/data/webui/net_internals/log_view_painter.js',
1561 'test/data/webui/net_internals/main.js', 1560 'test/data/webui/net_internals/main.js',
1562 'test/data/webui/net_internals/net_internals_test.js', 1561 'test/data/webui/net_internals/net_internals_test.js',
1563 'test/data/webui/net_internals/prerender_view.js', 1562 'test/data/webui/net_internals/prerender_view.js',
1564 'test/data/webui/net_internals/test_view.js', 1563 'test/data/webui/net_internals/test_view.js',
1565 'test/data/webui/net_internals/timeline_view.js', 1564 'test/data/webui/net_internals/timeline_view.js',
1566 'test/data/webui/net_internals/waterfall_view.js', 1565 'test/data/webui/net_internals/waterfall_view.js',
1567 'test/data/webui/ntp4.js', 1566 'test/data/webui/ntp4.js',
1568 'test/data/webui/ntp4_browsertest.cc', 1567 'test/data/webui/ntp4_browsertest.cc',
(...skipping 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 ['enable_webrtc==1', { 2984 ['enable_webrtc==1', {
2986 'dependencies': [ 2985 'dependencies': [
2987 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2986 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2988 ] 2987 ]
2989 }], 2988 }],
2990 ], 2989 ],
2991 }] 2990 }]
2992 }], 2991 }],
2993 ], # 'conditions' 2992 ], # 'conditions'
2994 } 2993 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698