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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Clang Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 10 matching lines...) Expand all
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 # .cc, .h, and .mm files under chrome/common that are used on all 23 # .cc, .h, and .mm files under chrome/common that are used on all
24 # platforms, including both 32-bit and 64-bit Windows. 24 # platforms, including both 32-bit and 64-bit Windows.
25 # Test files are not included. 25 # Test files are not included.
26 'common/about_handler.cc', 26 'common/about_handler.cc',
27 'common/about_handler.h', 27 'common/about_handler.h',
28 'common/app_mode_common_mac.h', 28 'common/app_mode_common_mac.h',
29 'common/app_mode_common_mac.mm', 29 'common/app_mode_common_mac.mm',
30 'common/attrition_experiments.h', 30 'common/attrition_experiments.h',
31 'common/attributed_string_coder_mac.h',
32 'common/attributed_string_coder_mac.mm',
31 'common/auto_start_linux.cc', 33 'common/auto_start_linux.cc',
32 'common/auto_start_linux.h', 34 'common/auto_start_linux.h',
33 'common/autofill_messages.h', 35 'common/autofill_messages.h',
34 'common/child_process_logging.h', 36 'common/child_process_logging.h',
35 'common/child_process_logging_linux.cc', 37 'common/child_process_logging_linux.cc',
36 'common/child_process_logging_mac.mm', 38 'common/child_process_logging_mac.mm',
37 'common/child_process_logging_win.cc', 39 'common/child_process_logging_win.cc',
38 'common/chrome_version_info.cc', 40 'common/chrome_version_info.cc',
39 'common/chrome_version_info.h', 41 'common/chrome_version_info.h',
40 'common/content_restriction.h', 42 'common/content_restriction.h',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'common/service_process_util_linux.cc', 224 'common/service_process_util_linux.cc',
223 'common/service_process_util_mac.mm', 225 'common/service_process_util_mac.mm',
224 'common/service_process_util_posix.cc', 226 'common/service_process_util_posix.cc',
225 'common/service_process_util_posix.h', 227 'common/service_process_util_posix.h',
226 'common/service_process_util_win.cc', 228 'common/service_process_util_win.cc',
227 'common/spellcheck_common.cc', 229 'common/spellcheck_common.cc',
228 'common/spellcheck_common.h', 230 'common/spellcheck_common.h',
229 'common/spellcheck_messages.h', 231 'common/spellcheck_messages.h',
230 'common/sqlite_utils.cc', 232 'common/sqlite_utils.cc',
231 'common/sqlite_utils.h', 233 'common/sqlite_utils.h',
234 'common/text_input_client_messages.cc',
235 'common/text_input_client_messages.h',
232 'common/thumbnail_score.cc', 236 'common/thumbnail_score.cc',
233 'common/thumbnail_score.h', 237 'common/thumbnail_score.h',
234 'common/url_constants.cc', 238 'common/url_constants.cc',
235 'common/url_constants.h', 239 'common/url_constants.h',
236 'common/utility_messages.h', 240 'common/utility_messages.h',
237 'common/view_types.cc', 241 'common/view_types.cc',
238 'common/view_types.h', 242 'common/view_types.h',
239 'common/visitedlink_common.cc', 243 'common/visitedlink_common.cc',
240 'common/visitedlink_common.h', 244 'common/visitedlink_common.h',
241 'common/web_apps.cc', 245 'common/web_apps.cc',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'configurations': { 530 'configurations': {
527 'Common_Base': { 531 'Common_Base': {
528 'msvs_target_platform': 'x64', 532 'msvs_target_platform': 'x64',
529 }, 533 },
530 }, 534 },
531 }, 535 },
532 ], 536 ],
533 }], 537 }],
534 ], 538 ],
535 } 539 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698