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

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: Address comments Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'common/service_process_util_win.cc', 361 'common/service_process_util_win.cc',
362 'common/socket_stream_dispatcher.cc', 362 'common/socket_stream_dispatcher.cc',
363 'common/socket_stream_dispatcher.h', 363 'common/socket_stream_dispatcher.h',
364 'common/speech_input_result.h', 364 'common/speech_input_result.h',
365 'common/spellcheck_common.cc', 365 'common/spellcheck_common.cc',
366 'common/spellcheck_common.h', 366 'common/spellcheck_common.h',
367 'common/sqlite_compiled_statement.cc', 367 'common/sqlite_compiled_statement.cc',
368 'common/sqlite_compiled_statement.h', 368 'common/sqlite_compiled_statement.h',
369 'common/sqlite_utils.cc', 369 'common/sqlite_utils.cc',
370 'common/sqlite_utils.h', 370 'common/sqlite_utils.h',
371 'common/text_input_client_messages.cc',
372 'common/text_input_client_messages.h',
373 'common/text_input_client_messages_internal.h',
371 'common/thumbnail_score.cc', 374 'common/thumbnail_score.cc',
372 'common/thumbnail_score.h', 375 'common/thumbnail_score.h',
373 'common/url_constants.cc', 376 'common/url_constants.cc',
374 'common/url_constants.h', 377 'common/url_constants.h',
375 'common/utility_messages.cc', 378 'common/utility_messages.cc',
376 'common/utility_messages.h', 379 'common/utility_messages.h',
377 'common/utility_messages_internal.h', 380 'common/utility_messages_internal.h',
378 'common/view_types.cc', 381 'common/view_types.cc',
379 'common/view_types.h', 382 'common/view_types.h',
380 'common/visitedlink_common.cc', 383 'common/visitedlink_common.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'configurations': { 640 'configurations': {
638 'Common_Base': { 641 'Common_Base': {
639 'msvs_target_platform': 'x64', 642 'msvs_target_platform': 'x64',
640 }, 643 },
641 }, 644 },
642 }, 645 },
643 ], 646 ],
644 }], 647 }],
645 ], 648 ],
646 } 649 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698