Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Side by Side Diff: chrome/chrome_common.gypi

Issue 2177343002: Componentize spellcheck [2]: move common/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address formatting comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'common/safe_browsing/safebrowsing_messages.h', 82 'common/safe_browsing/safebrowsing_messages.h',
83 'common/search/instant_types.cc', 83 'common/search/instant_types.cc',
84 'common/search/instant_types.h', 84 'common/search/instant_types.h',
85 'common/search/ntp_logging_events.h', 85 'common/search/ntp_logging_events.h',
86 'common/search/search_types.h', 86 'common/search/search_types.h',
87 'common/search/search_urls.cc', 87 'common/search/search_urls.cc',
88 'common/search/search_urls.h', 88 'common/search/search_urls.h',
89 'common/search_provider.h', 89 'common/search_provider.h',
90 'common/secure_origin_whitelist.cc', 90 'common/secure_origin_whitelist.cc',
91 'common/secure_origin_whitelist.h', 91 'common/secure_origin_whitelist.h',
92 'common/spellcheck_bdict_language.h',
93 'common/spellcheck_common.cc',
94 'common/spellcheck_common.h',
95 'common/spellcheck_marker.h',
96 'common/spellcheck_messages.h',
97 'common/spellcheck_result.h',
98 'common/ssl_insecure_content.cc', 92 'common/ssl_insecure_content.cc',
99 'common/ssl_insecure_content.h', 93 'common/ssl_insecure_content.h',
100 'common/switch_utils.cc', 94 'common/switch_utils.cc',
101 'common/switch_utils.h', 95 'common/switch_utils.h',
102 'common/trace_event_args_whitelist.cc', 96 'common/trace_event_args_whitelist.cc',
103 'common/trace_event_args_whitelist.h', 97 'common/trace_event_args_whitelist.h',
104 'common/tts_messages.h', 98 'common/tts_messages.h',
105 'common/tts_utterance_request.cc', 99 'common/tts_utterance_request.cc',
106 'common/tts_utterance_request.h', 100 'common/tts_utterance_request.h',
107 'common/url_constants.cc', 101 'common/url_constants.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 ['exclude', '^common/common_message_generator\\.cc$'], 425 ['exclude', '^common/common_message_generator\\.cc$'],
432 ['exclude', '^common/common_param_traits'], 426 ['exclude', '^common/common_param_traits'],
433 ['exclude', '^common/custom_handlers/'], 427 ['exclude', '^common/custom_handlers/'],
434 ['exclude', '^common/extensions/'], 428 ['exclude', '^common/extensions/'],
435 ['exclude', '^common/logging_chrome\\.'], 429 ['exclude', '^common/logging_chrome\\.'],
436 ['exclude', '^common/media/media_resource_provider'], 430 ['exclude', '^common/media/media_resource_provider'],
437 ['exclude', '^common/media_galleries/'], 431 ['exclude', '^common/media_galleries/'],
438 ['exclude', '^common/multi_process_'], 432 ['exclude', '^common/multi_process_'],
439 ['exclude', '^common/profiling\\.'], 433 ['exclude', '^common/profiling\\.'],
440 ['exclude', '^common/resource_usage_reporter_type_converters'], 434 ['exclude', '^common/resource_usage_reporter_type_converters'],
441 ['exclude', '^common/spellcheck_'],
442 ['exclude', '^common/validation_message_'], 435 ['exclude', '^common/validation_message_'],
443 ['exclude', '^common/web_apps\\.'], 436 ['exclude', '^common/web_apps\\.'],
444 # TODO(ios): Include files here as they are made to work; once 437 # TODO(ios): Include files here as they are made to work; once
445 # everything is online, remove everything below here and just 438 # everything is online, remove everything below here and just
446 # use the exclusions above. 439 # use the exclusions above.
447 ['exclude', '\\.(cc|mm)$'], 440 ['exclude', '\\.(cc|mm)$'],
448 ['include', '_ios\\.(cc|mm)$'], 441 ['include', '_ios\\.(cc|mm)$'],
449 ['include', '(^|/)ios/'], 442 ['include', '(^|/)ios/'],
450 ['include', '^common/chrome_version_info\\.cc$'], 443 ['include', '^common/chrome_version_info\\.cc$'],
451 ['include', '^common/translate'], 444 ['include', '^common/translate'],
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 ], 701 ],
709 'dependencies': [ 702 'dependencies': [
710 'installer_util', 703 'installer_util',
711 '../base/base.gyp:base', 704 '../base/base.gyp:base',
712 ], 705 ],
713 }, 706 },
714 ], 707 ],
715 }], 708 }],
716 ], 709 ],
717 } 710 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698