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

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: Update unit test 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'common/service_process_util_win.cc', 367 'common/service_process_util_win.cc',
368 'common/socket_stream_dispatcher.cc', 368 'common/socket_stream_dispatcher.cc',
369 'common/socket_stream_dispatcher.h', 369 'common/socket_stream_dispatcher.h',
370 'common/speech_input_result.h', 370 'common/speech_input_result.h',
371 'common/spellcheck_common.cc', 371 'common/spellcheck_common.cc',
372 'common/spellcheck_common.h', 372 'common/spellcheck_common.h',
373 'common/sqlite_compiled_statement.cc', 373 'common/sqlite_compiled_statement.cc',
374 'common/sqlite_compiled_statement.h', 374 'common/sqlite_compiled_statement.h',
375 'common/sqlite_utils.cc', 375 'common/sqlite_utils.cc',
376 'common/sqlite_utils.h', 376 'common/sqlite_utils.h',
377 'common/text_input_client_messages.cc',
378 'common/text_input_client_messages.h',
379 'common/text_input_client_messages_internal.h',
377 'common/thumbnail_score.cc', 380 'common/thumbnail_score.cc',
378 'common/thumbnail_score.h', 381 'common/thumbnail_score.h',
379 'common/url_constants.cc', 382 'common/url_constants.cc',
380 'common/url_constants.h', 383 'common/url_constants.h',
381 'common/utility_messages.cc', 384 'common/utility_messages.cc',
382 'common/utility_messages.h', 385 'common/utility_messages.h',
383 'common/utility_messages_internal.h', 386 'common/utility_messages_internal.h',
384 'common/view_types.cc', 387 'common/view_types.cc',
385 'common/view_types.h', 388 'common/view_types.h',
386 'common/visitedlink_common.cc', 389 'common/visitedlink_common.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'configurations': { 646 'configurations': {
644 'Common_Base': { 647 'Common_Base': {
645 'msvs_target_platform': 'x64', 648 'msvs_target_platform': 'x64',
646 }, 649 },
647 }, 650 },
648 }, 651 },
649 ], 652 ],
650 }], 653 }],
651 ], 654 ],
652 } 655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698