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

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

Issue 574273002: Rewrite clipboard write IPC handling to be easier to understand. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document Created 6 years, 1 month 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
« no previous file with comments | « ui/base/test/test_clipboard_unittest.cc ('k') | no next file » | 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 16 matching lines...) Expand all
27 '../gfx/gfx.gyp:gfx', 27 '../gfx/gfx.gyp:gfx',
28 '../gfx/gfx.gyp:gfx_geometry', 28 '../gfx/gfx.gyp:gfx_geometry',
29 '../resources/ui_resources.gyp:ui_resources', 29 '../resources/ui_resources.gyp:ui_resources',
30 '../strings/ui_strings.gyp:ui_strings', 30 '../strings/ui_strings.gyp:ui_strings',
31 ], 31 ],
32 'defines': [ 32 'defines': [
33 'UI_BASE_IMPLEMENTATION', 33 'UI_BASE_IMPLEMENTATION',
34 ], 34 ],
35 'export_dependent_settings': [ 35 'export_dependent_settings': [
36 '../../net/net.gyp:net', 36 '../../net/net.gyp:net',
37 '../../skia/skia.gyp:skia',
37 '../gfx/gfx.gyp:gfx', 38 '../gfx/gfx.gyp:gfx',
38 ], 39 ],
39 'sources' : [ 40 'sources' : [
40 # Note: file list duplicated in GN build. 41 # Note: file list duplicated in GN build.
41 'accelerators/accelerator.cc', 42 'accelerators/accelerator.cc',
42 'accelerators/accelerator.h', 43 'accelerators/accelerator.h',
43 'accelerators/accelerator_manager.cc', 44 'accelerators/accelerator_manager.cc',
44 'accelerators/accelerator_manager.h', 45 'accelerators/accelerator_manager.h',
45 'accelerators/menu_label_accelerator_util_linux.cc', 46 'accelerators/menu_label_accelerator_util_linux.cc',
46 'accelerators/menu_label_accelerator_util_linux.h', 47 'accelerators/menu_label_accelerator_util_linux.h',
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 ], 764 ],
764 'variables': { 765 'variables': {
765 'jni_gen_package': 'ui', 766 'jni_gen_package': 'ui',
766 }, 767 },
767 'includes': [ '../../build/jni_generator.gypi' ], 768 'includes': [ '../../build/jni_generator.gypi' ],
768 }, 769 },
769 ], 770 ],
770 }], 771 }],
771 ], 772 ],
772 } 773 }
OLDNEW
« no previous file with comments | « ui/base/test/test_clipboard_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698