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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2166683003: Componentize spellcheck [1]: create component and move switches there. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + --no-find-copies Created 4 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ], 403 ],
404 }], 404 }],
405 ['OS != "ios"', { 405 ['OS != "ios"', {
406 'dependencies': [ 406 'dependencies': [
407 'common_mojo_bindings', 407 'common_mojo_bindings',
408 '<(DEPTH)/components/components.gyp:autofill_core_common', 408 '<(DEPTH)/components/components.gyp:autofill_core_common',
409 '<(DEPTH)/components/components.gyp:autofill_content_common', 409 '<(DEPTH)/components/components.gyp:autofill_content_common',
410 '<(DEPTH)/components/components.gyp:password_manager_content_mojo_bi ndings', 410 '<(DEPTH)/components/components.gyp:password_manager_content_mojo_bi ndings',
411 '<(DEPTH)/components/components.gyp:password_manager_core_common', 411 '<(DEPTH)/components/components.gyp:password_manager_core_common',
412 '<(DEPTH)/components/components.gyp:signin_core_common', 412 '<(DEPTH)/components/components.gyp:signin_core_common',
413 '<(DEPTH)/components/components.gyp:spellcheck_common',
413 '<(DEPTH)/components/components.gyp:translate_content_common', 414 '<(DEPTH)/components/components.gyp:translate_content_common',
414 '<(DEPTH)/components/components.gyp:visitedlink_common', 415 '<(DEPTH)/components/components.gyp:visitedlink_common',
415 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants', 416 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants',
416 '<(DEPTH)/ipc/ipc.gyp:ipc', 417 '<(DEPTH)/ipc/ipc.gyp:ipc',
417 '<(DEPTH)/media/media.gyp:media', 418 '<(DEPTH)/media/media.gyp:media',
418 '<(DEPTH)/third_party/re2/re2.gyp:re2', 419 '<(DEPTH)/third_party/re2/re2.gyp:re2',
419 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 420 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
420 ], 421 ],
421 }, { # OS == ios 422 }, { # OS == ios
422 'sources/': [ 423 'sources/': [
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 ], 704 ],
704 'dependencies': [ 705 'dependencies': [
705 'installer_util', 706 'installer_util',
706 '../base/base.gyp:base', 707 '../base/base.gyp:base',
707 ], 708 ],
708 }, 709 },
709 ], 710 ],
710 }], 711 }],
711 ], 712 ],
712 } 713 }
OLDNEW
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_platform_android.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698