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

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

Issue 1137653005: MacViews: Implement Tooltips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments Created 5 years, 7 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
« no previous file with comments | « ui/base/cocoa/tool_tip_base_view.mm ('k') | ui/views/cocoa/bridged_content_view.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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'cocoa/nib_loading.h', 112 'cocoa/nib_loading.h',
113 'cocoa/nib_loading.mm', 113 'cocoa/nib_loading.mm',
114 'cocoa/nsgraphics_context_additions.h', 114 'cocoa/nsgraphics_context_additions.h',
115 'cocoa/nsgraphics_context_additions.mm', 115 'cocoa/nsgraphics_context_additions.mm',
116 'cocoa/nsview_additions.h', 116 'cocoa/nsview_additions.h',
117 'cocoa/nsview_additions.mm', 117 'cocoa/nsview_additions.mm',
118 'cocoa/remote_layer_api.h', 118 'cocoa/remote_layer_api.h',
119 'cocoa/remote_layer_api.mm', 119 'cocoa/remote_layer_api.mm',
120 'cocoa/three_part_image.h', 120 'cocoa/three_part_image.h',
121 'cocoa/three_part_image.mm', 121 'cocoa/three_part_image.mm',
122 'cocoa/tool_tip_base_view.h',
123 'cocoa/tool_tip_base_view.mm',
122 'cocoa/tracking_area.h', 124 'cocoa/tracking_area.h',
123 'cocoa/tracking_area.mm', 125 'cocoa/tracking_area.mm',
124 'cocoa/underlay_opengl_hosting_window.h', 126 'cocoa/underlay_opengl_hosting_window.h',
125 'cocoa/underlay_opengl_hosting_window.mm', 127 'cocoa/underlay_opengl_hosting_window.mm',
126 'cocoa/view_description.h', 128 'cocoa/view_description.h',
127 'cocoa/view_description.mm', 129 'cocoa/view_description.mm',
128 'cocoa/window_size_constants.h', 130 'cocoa/window_size_constants.h',
129 'cocoa/window_size_constants.mm', 131 'cocoa/window_size_constants.mm',
130 'cursor/cursor.cc', 132 'cursor/cursor.cc',
131 'cursor/cursor.h', 133 'cursor/cursor.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 ], 698 ],
697 'variables': { 699 'variables': {
698 'jni_gen_package': 'ui', 700 'jni_gen_package': 'ui',
699 }, 701 },
700 'includes': [ '../../build/jni_generator.gypi' ], 702 'includes': [ '../../build/jni_generator.gypi' ],
701 }, 703 },
702 ], 704 ],
703 }], 705 }],
704 ], 706 ],
705 } 707 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/tool_tip_base_view.mm ('k') | ui/views/cocoa/bridged_content_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698