| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1533 'browser/net/connect_interceptor.h', | 1533 'browser/net/connect_interceptor.h', |
| 1534 'browser/net/connection_tester.cc', | 1534 'browser/net/connection_tester.cc', |
| 1535 'browser/net/connection_tester.h', | 1535 'browser/net/connection_tester.h', |
| 1536 'browser/net/crl_set_fetcher.cc', | 1536 'browser/net/crl_set_fetcher.cc', |
| 1537 'browser/net/crl_set_fetcher.h', | 1537 'browser/net/crl_set_fetcher.h', |
| 1538 'browser/net/gaia/gaia_oauth_consumer.h', | 1538 'browser/net/gaia/gaia_oauth_consumer.h', |
| 1539 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1539 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 1540 'browser/net/gaia/gaia_oauth_fetcher.h', | 1540 'browser/net/gaia/gaia_oauth_fetcher.h', |
| 1541 'browser/net/load_timing_observer.cc', | 1541 'browser/net/load_timing_observer.cc', |
| 1542 'browser/net/load_timing_observer.h', | 1542 'browser/net/load_timing_observer.h', |
| 1543 'browser/net/http_intercept_job_factory.cc', |
| 1544 'browser/net/http_intercept_job_factory.h', |
| 1543 'browser/net/http_pipelining_compatibility_client.cc', | 1545 'browser/net/http_pipelining_compatibility_client.cc', |
| 1544 'browser/net/http_pipelining_compatibility_client.h', | 1546 'browser/net/http_pipelining_compatibility_client.h', |
| 1545 'browser/net/http_server_properties_manager.h', | 1547 'browser/net/http_server_properties_manager.h', |
| 1546 'browser/net/http_server_properties_manager.cc', | 1548 'browser/net/http_server_properties_manager.cc', |
| 1547 'browser/net/load_time_stats.cc', | 1549 'browser/net/load_time_stats.cc', |
| 1548 'browser/net/load_time_stats.h', | 1550 'browser/net/load_time_stats.h', |
| 1549 'browser/net/net_log_logger.cc', | 1551 'browser/net/net_log_logger.cc', |
| 1550 'browser/net/net_log_logger.h', | 1552 'browser/net/net_log_logger.h', |
| 1551 'browser/net/net_pref_observer.cc', | 1553 'browser/net/net_pref_observer.cc', |
| 1552 'browser/net/net_pref_observer.h', | 1554 'browser/net/net_pref_observer.h', |
| (...skipping 4100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5653 'includes': [ '../build/jni_generator.gypi' ], | 5655 'includes': [ '../build/jni_generator.gypi' ], |
| 5654 'dependencies': [ | 5656 'dependencies': [ |
| 5655 'android_jar_jni_headers', | 5657 'android_jar_jni_headers', |
| 5656 ], | 5658 ], |
| 5657 }, | 5659 }, |
| 5658 ], | 5660 ], |
| 5659 }, | 5661 }, |
| 5660 ], | 5662 ], |
| 5661 ], | 5663 ], |
| 5662 } | 5664 } |
| OLD | NEW |