| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 1725 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
| 1726 'browser/nacl_host/nacl_browser_delegate_impl.h', | 1726 'browser/nacl_host/nacl_browser_delegate_impl.h', |
| 1727 'browser/nacl_host/nacl_infobar_delegate.cc', | 1727 'browser/nacl_host/nacl_infobar_delegate.cc', |
| 1728 'browser/nacl_host/nacl_infobar_delegate.h', | 1728 'browser/nacl_host/nacl_infobar_delegate.h', |
| 1729 ], | 1729 ], |
| 1730 'chrome_browser_net_sources': [ | 1730 'chrome_browser_net_sources': [ |
| 1731 'browser/net/about_protocol_handler.cc', | 1731 'browser/net/about_protocol_handler.cc', |
| 1732 'browser/net/about_protocol_handler.h', | 1732 'browser/net/about_protocol_handler.h', |
| 1733 'browser/net/async_dns_field_trial.cc', | 1733 'browser/net/async_dns_field_trial.cc', |
| 1734 'browser/net/async_dns_field_trial.h', | 1734 'browser/net/async_dns_field_trial.h', |
| 1735 'browser/net/certificate_error_reporter.cc', |
| 1736 'browser/net/certificate_error_reporter.h', |
| 1735 'browser/net/chrome_cookie_notification_details.h', | 1737 'browser/net/chrome_cookie_notification_details.h', |
| 1736 'browser/net/chrome_extensions_network_delegate.cc', | 1738 'browser/net/chrome_extensions_network_delegate.cc', |
| 1737 'browser/net/chrome_extensions_network_delegate.h', | 1739 'browser/net/chrome_extensions_network_delegate.h', |
| 1738 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1740 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1739 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1741 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1740 'browser/net/chrome_http_user_agent_settings.cc', | 1742 'browser/net/chrome_http_user_agent_settings.cc', |
| 1741 'browser/net/chrome_http_user_agent_settings.h', | 1743 'browser/net/chrome_http_user_agent_settings.h', |
| 1742 'browser/net/chrome_net_log.cc', | 1744 'browser/net/chrome_net_log.cc', |
| 1743 'browser/net/chrome_net_log.h', | 1745 'browser/net/chrome_net_log.h', |
| 1744 'browser/net/chrome_network_delegate.cc', | 1746 'browser/net/chrome_network_delegate.cc', |
| (...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3709 'variables': { | 3711 'variables': { |
| 3710 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3712 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3711 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3713 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3712 }, | 3714 }, |
| 3713 'includes': [ '../build/protoc.gypi' ] | 3715 'includes': [ '../build/protoc.gypi' ] |
| 3714 }, | 3716 }, |
| 3715 ], | 3717 ], |
| 3716 },], | 3718 },], |
| 3717 ], | 3719 ], |
| 3718 } | 3720 } |
| OLD | NEW |