| 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 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 '../testing/gtest.gyp:gtest', | 499 '../testing/gtest.gyp:gtest', |
| 500 '../testing/gmock.gyp:gmock', | 500 '../testing/gmock.gyp:gmock', |
| 501 '../url/url.gyp:url_lib', | 501 '../url/url.gyp:url_lib', |
| 502 'net', | 502 'net', |
| 503 ], | 503 ], |
| 504 'export_dependent_settings': [ | 504 'export_dependent_settings': [ |
| 505 '../base/base.gyp:base', | 505 '../base/base.gyp:base', |
| 506 # TODO(mmenke): This depends on icu, figure out a way to build tests | 506 # TODO(mmenke): This depends on icu, figure out a way to build tests |
| 507 # without icu. | 507 # without icu. |
| 508 '../base/base.gyp:test_support_base', | 508 '../base/base.gyp:test_support_base', |
| 509 '../crypto/crypto.gyp:crypto', |
| 509 '../testing/gtest.gyp:gtest', | 510 '../testing/gtest.gyp:gtest', |
| 510 '../testing/gmock.gyp:gmock', | 511 '../testing/gmock.gyp:gmock', |
| 511 ], | 512 ], |
| 512 'sources': [ | 513 'sources': [ |
| 513 'base/load_timing_info_test_util.cc', | 514 'base/load_timing_info_test_util.cc', |
| 514 'base/load_timing_info_test_util.h', | 515 'base/load_timing_info_test_util.h', |
| 515 'base/mock_file_stream.cc', | 516 'base/mock_file_stream.cc', |
| 516 'base/mock_file_stream.h', | 517 'base/mock_file_stream.h', |
| 517 'base/test_completion_callback.cc', | 518 'base/test_completion_callback.cc', |
| 518 'base/test_completion_callback.h', | 519 'base/test_completion_callback.h', |
| (...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1527 '../build/isolate.gypi', | 1528 '../build/isolate.gypi', |
| 1528 ], | 1529 ], |
| 1529 'sources': [ | 1530 'sources': [ |
| 1530 'net_unittests.isolate', | 1531 'net_unittests.isolate', |
| 1531 ], | 1532 ], |
| 1532 }, | 1533 }, |
| 1533 ], | 1534 ], |
| 1534 }], | 1535 }], |
| 1535 ], | 1536 ], |
| 1536 } | 1537 } |
| OLD | NEW |