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

Side by Side Diff: ui/base/ui_base.gyp

Issue 397223002: Enable copying long text to Chrome and pasting long text from Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « ui/base/clipboard/clipboard_aurax11.cc ('k') | ui/base/x/selection_owner.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'win/window_event_target.h', 362 'win/window_event_target.h',
363 'window_open_disposition.cc', 363 'window_open_disposition.cc',
364 'window_open_disposition.h', 364 'window_open_disposition.h',
365 'work_area_watcher_observer.h', 365 'work_area_watcher_observer.h',
366 'x/selection_owner.cc', 366 'x/selection_owner.cc',
367 'x/selection_owner.h', 367 'x/selection_owner.h',
368 'x/selection_requestor.cc', 368 'x/selection_requestor.cc',
369 'x/selection_requestor.h', 369 'x/selection_requestor.h',
370 'x/selection_utils.cc', 370 'x/selection_utils.cc',
371 'x/selection_utils.h', 371 'x/selection_utils.h',
372 'x/x11_foreign_window_manager.cc',
373 'x/x11_foreign_window_manager.h',
372 'x/x11_menu_list.cc', 374 'x/x11_menu_list.cc',
373 'x/x11_menu_list.h', 375 'x/x11_menu_list.h',
374 'x/x11_util.cc', 376 'x/x11_util.cc',
375 'x/x11_util.h', 377 'x/x11_util.h',
376 'x/x11_util_internal.h', 378 'x/x11_util_internal.h',
377 ], 379 ],
378 'target_conditions': [ 380 'target_conditions': [
379 ['OS == "ios"', { 381 ['OS == "ios"', {
380 'sources/': [ 382 'sources/': [
381 ['include', '^l10n/l10n_util_mac\\.mm$'], 383 ['include', '^l10n/l10n_util_mac\\.mm$'],
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 ], 749 ],
748 'variables': { 750 'variables': {
749 'jni_gen_package': 'ui', 751 'jni_gen_package': 'ui',
750 }, 752 },
751 'includes': [ '../../build/jni_generator.gypi' ], 753 'includes': [ '../../build/jni_generator.gypi' ],
752 }, 754 },
753 ], 755 ],
754 }], 756 }],
755 ], 757 ],
756 } 758 }
OLDNEW
« no previous file with comments | « ui/base/clipboard/clipboard_aurax11.cc ('k') | ui/base/x/selection_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698