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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1647723002: [win/cros/lin] Add back the spellcheck menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 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 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 # despite the change in direction in order to prevent iOS regressions while 1029 # despite the change in direction in order to prevent iOS regressions while
1030 # componentization is in progress. 1030 # componentization is in progress.
1031 # TODO(stuartmorgan): Remove this once enough has been componentized that 1031 # TODO(stuartmorgan): Remove this once enough has been componentized that
1032 # there's no value in building any of chrome/ for iOS. 1032 # there's no value in building any of chrome/ for iOS.
1033 'chrome_browser_ios_sources': [ 1033 'chrome_browser_ios_sources': [
1034 'browser/browser_process.cc', 1034 'browser/browser_process.cc',
1035 'browser/browser_process.h', 1035 'browser/browser_process.h',
1036 'browser/browser_process_platform_part_base.cc', 1036 'browser/browser_process_platform_part_base.cc',
1037 'browser/browser_process_platform_part_base.h', 1037 'browser/browser_process_platform_part_base.h',
1038 ], 1038 ],
1039 # Desktop Linux, ChromeOS, and Windows.
lazyboy 2016/01/28 20:36:25 Android and ios?
please use gerrit instead 2016/01/28 21:42:00 Android and iOS do not have this submenu. I am ind
1040 'chrome_browser_non_mac_desktop_sources': [
1041 'browser/renderer_context_menu/spellchecker_submenu_observer.h',
1042 'browser/renderer_context_menu/spellchecker_submenu_observer.cc',
1043 ],
1039 # Desktop linux, doesn't count ChromeOS. 1044 # Desktop linux, doesn't count ChromeOS.
1040 'chrome_browser_linux_desktop_sources': [ 1045 'chrome_browser_linux_desktop_sources': [
1041 'browser/first_run/upgrade_util.cc', 1046 'browser/first_run/upgrade_util.cc',
1042 'browser/first_run/upgrade_util_linux.cc', 1047 'browser/first_run/upgrade_util_linux.cc',
1043 'browser/first_run/upgrade_util_linux.h', 1048 'browser/first_run/upgrade_util_linux.h',
1044 'browser/fullscreen_aurax11.cc', 1049 'browser/fullscreen_aurax11.cc',
1045 'browser/icon_loader_auralinux.cc', 1050 'browser/icon_loader_auralinux.cc',
1046 'browser/password_manager/native_backend_kwallet_x.cc', 1051 'browser/password_manager/native_backend_kwallet_x.cc',
1047 'browser/password_manager/native_backend_kwallet_x.h', 1052 'browser/password_manager/native_backend_kwallet_x.h',
1048 'browser/platform_util_linux.cc', 1053 'browser/platform_util_linux.cc',
(...skipping 2850 matching lines...) Expand 10 before | Expand all | Expand 10 after
3899 # x11 build 3904 # x11 build
3900 ['use_x11==1', { 3905 ['use_x11==1', {
3901 'dependencies': [ 3906 'dependencies': [
3902 '../build/linux/system.gyp:x11', 3907 '../build/linux/system.gyp:x11',
3903 '../ui/events/devices/events_devices.gyp:events_devices', 3908 '../ui/events/devices/events_devices.gyp:events_devices',
3904 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 3909 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
3905 ], 3910 ],
3906 }], 3911 }],
3907 ], 3912 ],
3908 }], 3913 }],
3914 ['OS=="linux" or OS=="win"', {
please use gerrit instead 2016/01/28 21:42:00 Note that OS="linux" is also true for ChromeOS, bu
lazyboy 2016/02/01 19:23:33 Acknowledged.
3915 'sources': [ '<@(chrome_browser_non_mac_desktop_sources)' ],
3916 }],
3909 ['desktop_linux==1', { 3917 ['desktop_linux==1', {
3910 'sources': [ '<@(chrome_browser_linux_desktop_sources)' ], 3918 'sources': [ '<@(chrome_browser_linux_desktop_sources)' ],
3911 }], 3919 }],
3912 ['enable_plugin_installation==1', { 3920 ['enable_plugin_installation==1', {
3913 'sources': [ '<@(chrome_browser_plugin_installation_sources)' ], 3921 'sources': [ '<@(chrome_browser_plugin_installation_sources)' ],
3914 }], 3922 }],
3915 ['enable_app_list==1', { 3923 ['enable_app_list==1', {
3916 'dependencies': [ 3924 'dependencies': [
3917 '../ui/app_list/app_list.gyp:app_list', 3925 '../ui/app_list/app_list.gyp:app_list',
3918 ] 3926 ]
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
4191 '../components/components.gyp:omnibox_browser', 4199 '../components/components.gyp:omnibox_browser',
4192 '../components/components.gyp:rlz', 4200 '../components/components.gyp:rlz',
4193 '../components/components.gyp:search_engines', 4201 '../components/components.gyp:search_engines',
4194 '../rlz/rlz.gyp:rlz_lib', 4202 '../rlz/rlz.gyp:rlz_lib',
4195 ], 4203 ],
4196 }, 4204 },
4197 ], 4205 ],
4198 }], 4206 }],
4199 ], 4207 ],
4200 } 4208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698