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 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1678 'browser/component_updater/flash_component_installer.h', | 1678 'browser/component_updater/flash_component_installer.h', |
1679 'browser/component_updater/pepper_flash_component_installer.cc', | 1679 'browser/component_updater/pepper_flash_component_installer.cc', |
1680 'browser/component_updater/ppapi_utils.cc', | 1680 'browser/component_updater/ppapi_utils.cc', |
1681 'browser/component_updater/ppapi_utils.h', | 1681 'browser/component_updater/ppapi_utils.h', |
1682 'browser/metrics/plugin_metrics_provider.cc', | 1682 'browser/metrics/plugin_metrics_provider.cc', |
1683 'browser/metrics/plugin_metrics_provider.h', | 1683 'browser/metrics/plugin_metrics_provider.h', |
1684 'browser/pepper_broker_infobar_delegate.cc', | 1684 'browser/pepper_broker_infobar_delegate.cc', |
1685 'browser/pepper_broker_infobar_delegate.h', | 1685 'browser/pepper_broker_infobar_delegate.h', |
1686 'browser/pepper_flash_settings_manager.cc', | 1686 'browser/pepper_flash_settings_manager.cc', |
1687 'browser/pepper_flash_settings_manager.h', | 1687 'browser/pepper_flash_settings_manager.h', |
| 1688 'browser/plugins/chrome_content_browser_client_plugins_part.cc', |
| 1689 'browser/plugins/chrome_content_browser_client_plugins_part.h', |
1688 'browser/plugins/chrome_plugin_service_filter.cc', | 1690 'browser/plugins/chrome_plugin_service_filter.cc', |
1689 'browser/plugins/chrome_plugin_service_filter.h', | 1691 'browser/plugins/chrome_plugin_service_filter.h', |
1690 'browser/plugins/plugin_data_remover_helper.cc', | 1692 'browser/plugins/plugin_data_remover_helper.cc', |
1691 'browser/plugins/plugin_data_remover_helper.h', | 1693 'browser/plugins/plugin_data_remover_helper.h', |
1692 'browser/plugins/plugin_finder.cc', | 1694 'browser/plugins/plugin_finder.cc', |
1693 'browser/plugins/plugin_finder.h', | 1695 'browser/plugins/plugin_finder.h', |
1694 'browser/plugins/plugin_infobar_delegates.cc', | 1696 'browser/plugins/plugin_infobar_delegates.cc', |
1695 'browser/plugins/plugin_infobar_delegates.h', | 1697 'browser/plugins/plugin_infobar_delegates.h', |
1696 'browser/plugins/plugin_info_message_filter.cc', | 1698 'browser/plugins/plugin_info_message_filter.cc', |
1697 'browser/plugins/plugin_info_message_filter.h', | 1699 'browser/plugins/plugin_info_message_filter.h', |
(...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3581 'variables': { | 3583 'variables': { |
3582 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3584 }, | 3586 }, |
3585 'includes': [ '../build/protoc.gypi' ] | 3587 'includes': [ '../build/protoc.gypi' ] |
3586 }, | 3588 }, |
3587 ], | 3589 ], |
3588 },], | 3590 },], |
3589 ], | 3591 ], |
3590 } | 3592 } |
OLD | NEW |