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

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: Updated gn build variable to match gyp side 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 ['OS=="android"', { 495 ['OS=="android"', {
496 'sources!': [ 496 'sources!': [
497 'common/badge_util.cc', 497 'common/badge_util.cc',
498 'common/chrome_version_info_posix.cc', 498 'common/chrome_version_info_posix.cc',
499 'common/extensions/api/spellcheck/spellcheck_handler.cc', 499 'common/extensions/api/spellcheck/spellcheck_handler.cc',
500 'common/extensions/manifest_handlers/extension_action_handler.cc', 500 'common/extensions/manifest_handlers/extension_action_handler.cc',
501 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc', 501 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc',
502 'common/icon_with_badge_image_source.cc', 502 'common/icon_with_badge_image_source.cc',
503 'common/media_galleries/metadata_types.h', 503 'common/media_galleries/metadata_types.h',
504 'common/net/url_util.cc', 504 'common/net/url_util.cc',
505 'common/spellcheck_common.cc',
506 ], 505 ],
507 }, { 506 }, {
508 # Non-Android. 507 # Non-Android.
509 'sources': [ '<@(chrome_common_importer_sources)' ] 508 'sources': [ '<@(chrome_common_importer_sources)' ]
510 }], 509 }],
511 ['OS=="win"', { 510 ['OS=="win"', {
512 'include_dirs': [ 511 'include_dirs': [
513 '<(DEPTH)/breakpad/src', 512 '<(DEPTH)/breakpad/src',
514 '<(DEPTH)/third_party/wtl/include', 513 '<(DEPTH)/third_party/wtl/include',
515 ], 514 ],
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'sources': [ 702 'sources': [
704 'common/resource_usage_reporter.mojom', 703 'common/resource_usage_reporter.mojom',
705 ], 704 ],
706 'dependencies': [ 705 'dependencies': [
707 '../mojo/mojo_base.gyp:mojo_environment_chromium', 706 '../mojo/mojo_base.gyp:mojo_environment_chromium',
708 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 707 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
709 ], 708 ],
710 }, 709 },
711 ], 710 ],
712 } 711 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698