| OLD | NEW | 
|     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  Loading... | 
|   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_handler_util.cc', | 
 |   568         'test/embedded_test_server/request_handler_util.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 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1618             '../build/isolate.gypi', |  1620             '../build/isolate.gypi', | 
|  1619           ], |  1621           ], | 
|  1620           'sources': [ |  1622           'sources': [ | 
|  1621             'net_unittests.isolate', |  1623             'net_unittests.isolate', | 
|  1622           ], |  1624           ], | 
|  1623         }, |  1625         }, | 
|  1624       ], |  1626       ], | 
|  1625     }], |  1627     }], | 
|  1626   ], |  1628   ], | 
|  1627 } |  1629 } | 
| OLD | NEW |