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

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

Issue 347653005: Make cross-process CALayers work on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@image_transport_1
Patch Set: Incorporate review feedback Created 6 years, 6 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
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'cocoa/hover_button.h', 100 'cocoa/hover_button.h',
101 'cocoa/hover_button.mm', 101 'cocoa/hover_button.mm',
102 'cocoa/hover_image_button.h', 102 'cocoa/hover_image_button.h',
103 'cocoa/hover_image_button.mm', 103 'cocoa/hover_image_button.mm',
104 'cocoa/menu_controller.h', 104 'cocoa/menu_controller.h',
105 'cocoa/menu_controller.mm', 105 'cocoa/menu_controller.mm',
106 'cocoa/nib_loading.h', 106 'cocoa/nib_loading.h',
107 'cocoa/nib_loading.mm', 107 'cocoa/nib_loading.mm',
108 'cocoa/nsgraphics_context_additions.h', 108 'cocoa/nsgraphics_context_additions.h',
109 'cocoa/nsgraphics_context_additions.mm', 109 'cocoa/nsgraphics_context_additions.mm',
110 'cocoa/remote_layer_api.h',
111 'cocoa/remote_layer_api.mm',
110 'cocoa/tracking_area.h', 112 'cocoa/tracking_area.h',
111 'cocoa/tracking_area.mm', 113 'cocoa/tracking_area.mm',
112 'cocoa/underlay_opengl_hosting_window.h', 114 'cocoa/underlay_opengl_hosting_window.h',
113 'cocoa/underlay_opengl_hosting_window.mm', 115 'cocoa/underlay_opengl_hosting_window.mm',
114 'cocoa/view_description.h', 116 'cocoa/view_description.h',
115 'cocoa/view_description.mm', 117 'cocoa/view_description.mm',
116 'cocoa/window_size_constants.h', 118 'cocoa/window_size_constants.h',
117 'cocoa/window_size_constants.mm', 119 'cocoa/window_size_constants.mm',
118 'cursor/cursor.cc', 120 'cursor/cursor.cc',
119 'cursor/cursor.h', 121 'cursor/cursor.h',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 ], 632 ],
631 'variables': { 633 'variables': {
632 'jni_gen_package': 'ui', 634 'jni_gen_package': 'ui',
633 }, 635 },
634 'includes': [ '../../build/jni_generator.gypi' ], 636 'includes': [ '../../build/jni_generator.gypi' ],
635 }, 637 },
636 ], 638 ],
637 }], 639 }],
638 ], 640 ],
639 } 641 }
OLDNEW
« ui/base/cocoa/remote_layer_api.h ('K') | « ui/base/cocoa/remote_layer_api.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698