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 2725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2736 'browser/spellchecker/spellcheck_custom_dictionary.h', | 2736 'browser/spellchecker/spellcheck_custom_dictionary.h', |
2737 'browser/spellchecker/spellcheck_dictionary.h', | 2737 'browser/spellchecker/spellcheck_dictionary.h', |
2738 'browser/spellchecker/spellcheck_factory.cc', | 2738 'browser/spellchecker/spellcheck_factory.cc', |
2739 'browser/spellchecker/spellcheck_factory.h', | 2739 'browser/spellchecker/spellcheck_factory.h', |
2740 'browser/spellchecker/spellcheck_host_metrics.cc', | 2740 'browser/spellchecker/spellcheck_host_metrics.cc', |
2741 'browser/spellchecker/spellcheck_host_metrics.h', | 2741 'browser/spellchecker/spellcheck_host_metrics.h', |
2742 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', | 2742 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', |
2743 'browser/spellchecker/spellcheck_hunspell_dictionary.h', | 2743 'browser/spellchecker/spellcheck_hunspell_dictionary.h', |
2744 'browser/spellchecker/spellcheck_message_filter.cc', | 2744 'browser/spellchecker/spellcheck_message_filter.cc', |
2745 'browser/spellchecker/spellcheck_message_filter.h', | 2745 'browser/spellchecker/spellcheck_message_filter.h', |
| 2746 'browser/spellchecker/spellcheck_message_filter_android.cc', |
| 2747 'browser/spellchecker/spellcheck_message_filter_android.h', |
2746 'browser/spellchecker/spellcheck_message_filter_mac.cc', | 2748 'browser/spellchecker/spellcheck_message_filter_mac.cc', |
2747 'browser/spellchecker/spellcheck_message_filter_mac.h', | 2749 'browser/spellchecker/spellcheck_message_filter_mac.h', |
| 2750 'browser/spellchecker/spellcheck_platform.h', |
| 2751 'browser/spellchecker/spellcheck_platform_android.cc', |
2748 'browser/spellchecker/spellcheck_platform_mac.h', | 2752 'browser/spellchecker/spellcheck_platform_mac.h', |
2749 'browser/spellchecker/spellcheck_platform_mac.mm', | 2753 'browser/spellchecker/spellcheck_platform_mac.mm', |
2750 'browser/spellchecker/spellcheck_service.cc', | 2754 'browser/spellchecker/spellcheck_service.cc', |
2751 'browser/spellchecker/spellcheck_service.h', | 2755 'browser/spellchecker/spellcheck_service.h', |
2752 'browser/spellchecker/spelling_service_client.cc', | 2756 'browser/spellchecker/spelling_service_client.cc', |
2753 'browser/spellchecker/spelling_service_client.h', | 2757 'browser/spellchecker/spelling_service_client.h', |
2754 'browser/spellchecker/word_trimmer.cc', | 2758 'browser/spellchecker/word_trimmer.cc', |
2755 'browser/spellchecker/word_trimmer.h', | 2759 'browser/spellchecker/word_trimmer.h', |
2756 ], | 2760 ], |
2757 'chrome_browser_ssl_sources': [ | 2761 'chrome_browser_ssl_sources': [ |
(...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4074 'variables': { | 4078 'variables': { |
4075 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4079 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
4076 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4080 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
4077 }, | 4081 }, |
4078 'includes': [ '../build/protoc.gypi' ] | 4082 'includes': [ '../build/protoc.gypi' ] |
4079 }, | 4083 }, |
4080 ], | 4084 ], |
4081 },], | 4085 },], |
4082 ], | 4086 ], |
4083 } | 4087 } |
OLD | NEW |