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

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 jam@ 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) 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'common/service_process_util_win.cc', 370 'common/service_process_util_win.cc',
371 'common/socket_stream_dispatcher.cc', 371 'common/socket_stream_dispatcher.cc',
372 'common/socket_stream_dispatcher.h', 372 'common/socket_stream_dispatcher.h',
373 'common/speech_input_result.h', 373 'common/speech_input_result.h',
374 'common/spellcheck_common.cc', 374 'common/spellcheck_common.cc',
375 'common/spellcheck_common.h', 375 'common/spellcheck_common.h',
376 'common/sqlite_compiled_statement.cc', 376 'common/sqlite_compiled_statement.cc',
377 'common/sqlite_compiled_statement.h', 377 'common/sqlite_compiled_statement.h',
378 'common/sqlite_utils.cc', 378 'common/sqlite_utils.cc',
379 'common/sqlite_utils.h', 379 'common/sqlite_utils.h',
380 'common/text_input_client_messages.cc',
381 'common/text_input_client_messages.h',
380 'common/thumbnail_score.cc', 382 'common/thumbnail_score.cc',
381 'common/thumbnail_score.h', 383 'common/thumbnail_score.h',
382 'common/url_constants.cc', 384 'common/url_constants.cc',
383 'common/url_constants.h', 385 'common/url_constants.h',
384 'common/utility_messages.cc', 386 'common/utility_messages.cc',
385 'common/utility_messages.h', 387 'common/utility_messages.h',
386 'common/utility_messages_internal.h', 388 'common/utility_messages_internal.h',
387 'common/view_types.cc', 389 'common/view_types.cc',
388 'common/view_types.h', 390 'common/view_types.h',
389 'common/visitedlink_common.cc', 391 'common/visitedlink_common.cc',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'configurations': { 651 'configurations': {
650 'Common_Base': { 652 'Common_Base': {
651 'msvs_target_platform': 'x64', 653 'msvs_target_platform': 'x64',
652 }, 654 },
653 }, 655 },
654 }, 656 },
655 ], 657 ],
656 }], 658 }],
657 ], 659 ],
658 } 660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698