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

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
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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 ], 748 ],
747 'variables': { 749 'variables': {
748 'jni_gen_package': 'ui', 750 'jni_gen_package': 'ui',
749 }, 751 },
750 'includes': [ '../../build/jni_generator.gypi' ], 752 'includes': [ '../../build/jni_generator.gypi' ],
751 }, 753 },
752 ], 754 ],
753 }], 755 }],
754 ], 756 ],
755 } 757 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698