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

Side by Side Diff: net/net.gyp

Issue 1376593007: SSL in EmbeddedTestServer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'test/ct_test_util.cc', 557 'test/ct_test_util.cc',
558 'test/ct_test_util.h', 558 'test/ct_test_util.h',
559 'test/embedded_test_server/embedded_test_server.cc', 559 'test/embedded_test_server/embedded_test_server.cc',
560 'test/embedded_test_server/embedded_test_server.h', 560 'test/embedded_test_server/embedded_test_server.h',
561 'test/embedded_test_server/http_connection.cc', 561 'test/embedded_test_server/http_connection.cc',
562 'test/embedded_test_server/http_connection.h', 562 'test/embedded_test_server/http_connection.h',
563 'test/embedded_test_server/http_request.cc', 563 'test/embedded_test_server/http_request.cc',
564 'test/embedded_test_server/http_request.h', 564 'test/embedded_test_server/http_request.h',
565 'test/embedded_test_server/http_response.cc', 565 'test/embedded_test_server/http_response.cc',
566 'test/embedded_test_server/http_response.h', 566 'test/embedded_test_server/http_response.h',
567 'test/embedded_test_server/request_helpers.cc',
568 'test/embedded_test_server/request_helpers.h',
567 'test/event_waiter.h', 569 'test/event_waiter.h',
568 'test/net_test_suite.cc', 570 'test/net_test_suite.cc',
569 'test/net_test_suite.h', 571 'test/net_test_suite.h',
570 'test/python_utils.cc', 572 'test/python_utils.cc',
571 'test/python_utils.h', 573 'test/python_utils.h',
572 'test/spawned_test_server/base_test_server.cc', 574 'test/spawned_test_server/base_test_server.cc',
573 'test/spawned_test_server/base_test_server.h', 575 'test/spawned_test_server/base_test_server.h',
574 'test/spawned_test_server/local_test_server.cc', 576 'test/spawned_test_server/local_test_server.cc',
575 'test/spawned_test_server/local_test_server.h', 577 'test/spawned_test_server/local_test_server.h',
576 'test/spawned_test_server/local_test_server_posix.cc', 578 'test/spawned_test_server/local_test_server_posix.cc',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 '../build/isolate.gypi', 1599 '../build/isolate.gypi',
1598 ], 1600 ],
1599 'sources': [ 1601 'sources': [
1600 'net_unittests.isolate', 1602 'net_unittests.isolate',
1601 ], 1603 ],
1602 }, 1604 },
1603 ], 1605 ],
1604 }], 1606 }],
1605 ], 1607 ],
1606 } 1608 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698