| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1566 'browser/net/chrome_url_request_context.h', | 1566 'browser/net/chrome_url_request_context.h', |
| 1567 'browser/net/connect_interceptor.cc', | 1567 'browser/net/connect_interceptor.cc', |
| 1568 'browser/net/connect_interceptor.h', | 1568 'browser/net/connect_interceptor.h', |
| 1569 'browser/net/connection_tester.cc', | 1569 'browser/net/connection_tester.cc', |
| 1570 'browser/net/connection_tester.h', | 1570 'browser/net/connection_tester.h', |
| 1571 'browser/net/crl_set_fetcher.cc', | 1571 'browser/net/crl_set_fetcher.cc', |
| 1572 'browser/net/crl_set_fetcher.h', | 1572 'browser/net/crl_set_fetcher.h', |
| 1573 'browser/net/gaia/gaia_oauth_consumer.h', | 1573 'browser/net/gaia/gaia_oauth_consumer.h', |
| 1574 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1574 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 1575 'browser/net/gaia/gaia_oauth_fetcher.h', | 1575 'browser/net/gaia/gaia_oauth_fetcher.h', |
| 1576 'browser/net/gaia/oauth2_login_token_consumer.h', |
| 1577 'browser/net/gaia/oauth2_login_token_fetcher.cc', |
| 1578 'browser/net/gaia/oauth2_login_token_fetcher.h', |
| 1576 'browser/net/gaia/token_service.cc', | 1579 'browser/net/gaia/token_service.cc', |
| 1577 'browser/net/gaia/token_service.h', | 1580 'browser/net/gaia/token_service.h', |
| 1578 'browser/net/load_timing_observer.cc', | 1581 'browser/net/load_timing_observer.cc', |
| 1579 'browser/net/load_timing_observer.h', | 1582 'browser/net/load_timing_observer.h', |
| 1580 'browser/net/net_log_logger.cc', | 1583 'browser/net/net_log_logger.cc', |
| 1581 'browser/net/net_log_logger.h', | 1584 'browser/net/net_log_logger.h', |
| 1582 'browser/net/net_pref_observer.cc', | 1585 'browser/net/net_pref_observer.cc', |
| 1583 'browser/net/net_pref_observer.h', | 1586 'browser/net/net_pref_observer.h', |
| 1584 'browser/net/network_stats.cc', | 1587 'browser/net/network_stats.cc', |
| 1585 'browser/net/network_stats.h', | 1588 'browser/net/network_stats.h', |
| (...skipping 3683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5269 'type': 'static_library', | 5272 'type': 'static_library', |
| 5270 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5273 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5271 'variables': { | 5274 'variables': { |
| 5272 'proto_in_dir': 'browser/history', | 5275 'proto_in_dir': 'browser/history', |
| 5273 'proto_out_dir': 'chrome/browser/history', | 5276 'proto_out_dir': 'chrome/browser/history', |
| 5274 }, | 5277 }, |
| 5275 'includes': [ '../build/protoc.gypi' ] | 5278 'includes': [ '../build/protoc.gypi' ] |
| 5276 }, | 5279 }, |
| 5277 ], | 5280 ], |
| 5278 } | 5281 } |
| OLD | NEW |