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 2740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2751 'browser/spellchecker/spellcheck_custom_dictionary.h', | 2751 'browser/spellchecker/spellcheck_custom_dictionary.h', |
2752 'browser/spellchecker/spellcheck_dictionary.h', | 2752 'browser/spellchecker/spellcheck_dictionary.h', |
2753 'browser/spellchecker/spellcheck_factory.cc', | 2753 'browser/spellchecker/spellcheck_factory.cc', |
2754 'browser/spellchecker/spellcheck_factory.h', | 2754 'browser/spellchecker/spellcheck_factory.h', |
2755 'browser/spellchecker/spellcheck_host_metrics.cc', | 2755 'browser/spellchecker/spellcheck_host_metrics.cc', |
2756 'browser/spellchecker/spellcheck_host_metrics.h', | 2756 'browser/spellchecker/spellcheck_host_metrics.h', |
2757 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', | 2757 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', |
2758 'browser/spellchecker/spellcheck_hunspell_dictionary.h', | 2758 'browser/spellchecker/spellcheck_hunspell_dictionary.h', |
2759 'browser/spellchecker/spellcheck_message_filter.cc', | 2759 'browser/spellchecker/spellcheck_message_filter.cc', |
2760 'browser/spellchecker/spellcheck_message_filter.h', | 2760 'browser/spellchecker/spellcheck_message_filter.h', |
2761 'browser/spellchecker/spellcheck_message_filter_mac.cc', | 2761 'browser/spellchecker/spellcheck_message_filter_platform.h', |
2762 'browser/spellchecker/spellcheck_message_filter_mac.h', | 2762 'browser/spellchecker/spellcheck_message_filter_platform_android.cc', |
| 2763 'browser/spellchecker/spellcheck_message_filter_platform_mac.cc', |
2763 'browser/spellchecker/spellcheck_platform_mac.h', | 2764 'browser/spellchecker/spellcheck_platform_mac.h', |
2764 'browser/spellchecker/spellcheck_platform_mac.mm', | 2765 'browser/spellchecker/spellcheck_platform_mac.mm', |
2765 'browser/spellchecker/spellcheck_service.cc', | 2766 'browser/spellchecker/spellcheck_service.cc', |
2766 'browser/spellchecker/spellcheck_service.h', | 2767 'browser/spellchecker/spellcheck_service.h', |
2767 'browser/spellchecker/spelling_service_client.cc', | 2768 'browser/spellchecker/spelling_service_client.cc', |
2768 'browser/spellchecker/spelling_service_client.h', | 2769 'browser/spellchecker/spelling_service_client.h', |
2769 'browser/spellchecker/word_trimmer.cc', | 2770 'browser/spellchecker/word_trimmer.cc', |
2770 'browser/spellchecker/word_trimmer.h', | 2771 'browser/spellchecker/word_trimmer.h', |
2771 ], | 2772 ], |
2772 'chrome_browser_ssl_sources': [ | 2773 'chrome_browser_ssl_sources': [ |
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4093 'variables': { | 4094 'variables': { |
4094 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4095 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
4095 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4096 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
4096 }, | 4097 }, |
4097 'includes': [ '../build/protoc.gypi' ] | 4098 'includes': [ '../build/protoc.gypi' ] |
4098 }, | 4099 }, |
4099 ], | 4100 ], |
4100 },], | 4101 },], |
4101 ], | 4102 ], |
4102 } | 4103 } |
OLD | NEW |