| 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1584 'browser/metrics/metrics_service.cc', | 1584 'browser/metrics/metrics_service.cc', |
| 1585 'browser/metrics/metrics_service.h', | 1585 'browser/metrics/metrics_service.h', |
| 1586 'browser/metrics/thread_watcher.cc', | 1586 'browser/metrics/thread_watcher.cc', |
| 1587 'browser/metrics/thread_watcher.h', | 1587 'browser/metrics/thread_watcher.h', |
| 1588 'browser/mock_keychain_mac.cc', | 1588 'browser/mock_keychain_mac.cc', |
| 1589 'browser/mock_keychain_mac.h', | 1589 'browser/mock_keychain_mac.h', |
| 1590 'browser/native_window_notification_source.h', | 1590 'browser/native_window_notification_source.h', |
| 1591 'browser/net/browser_url_util.cc', | 1591 'browser/net/browser_url_util.cc', |
| 1592 'browser/net/browser_url_util.h', | 1592 'browser/net/browser_url_util.h', |
| 1593 'browser/net/chrome_cookie_notification_details.h', | 1593 'browser/net/chrome_cookie_notification_details.h', |
| 1594 'browser/net/chrome_dns_cert_provenance_checker.cc', | |
| 1595 'browser/net/chrome_dns_cert_provenance_checker.h', | |
| 1596 'browser/net/chrome_dns_cert_provenance_checker_factory.cc', | |
| 1597 'browser/net/chrome_dns_cert_provenance_checker_factory.h', | |
| 1598 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1594 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1599 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1595 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1600 'browser/net/chrome_net_log.cc', | 1596 'browser/net/chrome_net_log.cc', |
| 1601 'browser/net/chrome_net_log.h', | 1597 'browser/net/chrome_net_log.h', |
| 1602 'browser/net/chrome_network_delegate.cc', | 1598 'browser/net/chrome_network_delegate.cc', |
| 1603 'browser/net/chrome_network_delegate.h', | 1599 'browser/net/chrome_network_delegate.h', |
| 1604 'browser/net/chrome_url_request_context.cc', | 1600 'browser/net/chrome_url_request_context.cc', |
| 1605 'browser/net/chrome_url_request_context.h', | 1601 'browser/net/chrome_url_request_context.h', |
| 1606 'browser/net/connect_interceptor.cc', | 1602 'browser/net/connect_interceptor.cc', |
| 1607 'browser/net/connect_interceptor.h', | 1603 'browser/net/connect_interceptor.h', |
| (...skipping 3678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5286 'type': 'static_library', | 5282 'type': 'static_library', |
| 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5288 'variables': { | 5284 'variables': { |
| 5289 'proto_in_dir': 'browser/history', | 5285 'proto_in_dir': 'browser/history', |
| 5290 'proto_out_dir': 'chrome/browser/history', | 5286 'proto_out_dir': 'chrome/browser/history', |
| 5291 }, | 5287 }, |
| 5292 'includes': [ '../build/protoc.gypi' ] | 5288 'includes': [ '../build/protoc.gypi' ] |
| 5293 }, | 5289 }, |
| 5294 ], | 5290 ], |
| 5295 } | 5291 } |
| OLD | NEW |