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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1230933002: Patch 3.1: Refactored spellcheck_message_filter to be generic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_flag
Patch Set: Added enable-android-spellchecker chrome switch to histograms.xml to pass unit test Created 5 years, 5 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ['OS=="android"', { 496 ['OS=="android"', {
497 'sources!': [ 497 'sources!': [
498 'common/badge_util.cc', 498 'common/badge_util.cc',
499 'common/chrome_version_info_posix.cc', 499 'common/chrome_version_info_posix.cc',
500 'common/extensions/api/spellcheck/spellcheck_handler.cc', 500 'common/extensions/api/spellcheck/spellcheck_handler.cc',
501 'common/extensions/manifest_handlers/extension_action_handler.cc', 501 'common/extensions/manifest_handlers/extension_action_handler.cc',
502 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc', 502 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc',
503 'common/icon_with_badge_image_source.cc', 503 'common/icon_with_badge_image_source.cc',
504 'common/media_galleries/metadata_types.h', 504 'common/media_galleries/metadata_types.h',
505 'common/net/url_util.cc', 505 'common/net/url_util.cc',
506 'common/spellcheck_common.cc',
507 ], 506 ],
508 }, { 507 }, {
509 # Non-Android. 508 # Non-Android.
510 'sources': [ '<@(chrome_common_importer_sources)' ] 509 'sources': [ '<@(chrome_common_importer_sources)' ]
511 }], 510 }],
512 ['OS=="win"', { 511 ['OS=="win"', {
513 'include_dirs': [ 512 'include_dirs': [
514 '<(DEPTH)/breakpad/src', 513 '<(DEPTH)/breakpad/src',
515 '<(DEPTH)/third_party/wtl/include', 514 '<(DEPTH)/third_party/wtl/include',
516 ], 515 ],
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'sources': [ 703 'sources': [
705 'common/resource_usage_reporter.mojom', 704 'common/resource_usage_reporter.mojom',
706 ], 705 ],
707 'dependencies': [ 706 'dependencies': [
708 '../mojo/mojo_base.gyp:mojo_environment_chromium', 707 '../mojo/mojo_base.gyp:mojo_environment_chromium',
709 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 708 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
710 ], 709 ],
711 }, 710 },
712 ], 711 ],
713 } 712 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698