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

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

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 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/touch/touch_device_x11.cc ('k') | ui/base/win/dpi_setup.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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'cocoa/remote_layer_api.h', 120 'cocoa/remote_layer_api.h',
121 'cocoa/remote_layer_api.mm', 121 'cocoa/remote_layer_api.mm',
122 'cocoa/tracking_area.h', 122 'cocoa/tracking_area.h',
123 'cocoa/tracking_area.mm', 123 'cocoa/tracking_area.mm',
124 'cocoa/underlay_opengl_hosting_window.h', 124 'cocoa/underlay_opengl_hosting_window.h',
125 'cocoa/underlay_opengl_hosting_window.mm', 125 'cocoa/underlay_opengl_hosting_window.mm',
126 'cocoa/view_description.h', 126 'cocoa/view_description.h',
127 'cocoa/view_description.mm', 127 'cocoa/view_description.mm',
128 'cocoa/window_size_constants.h', 128 'cocoa/window_size_constants.h',
129 'cocoa/window_size_constants.mm', 129 'cocoa/window_size_constants.mm',
130 'cursor/cursor.cc',
131 'cursor/cursor.h', 130 'cursor/cursor.h',
132 'cursor/cursor_android.cc',
133 'cursor/cursor_loader.h',
134 'cursor/cursor_loader_win.cc',
135 'cursor/cursor_loader_win.h',
136 'cursor/cursor_loader_x11.cc',
137 'cursor/cursor_loader_x11.h',
138 'cursor/cursor_util.cc',
139 'cursor/cursor_util.h',
140 'cursor/cursor_win.cc',
141 'cursor/cursor_x11.cc',
142 'device_form_factor_android.cc', 131 'device_form_factor_android.cc',
143 'device_form_factor_android.h', 132 'device_form_factor_android.h',
144 'device_form_factor_desktop.cc', 133 'device_form_factor_desktop.cc',
145 'device_form_factor_ios.mm', 134 'device_form_factor_ios.mm',
146 'device_form_factor.h', 135 'device_form_factor.h',
147 'dragdrop/cocoa_dnd_util.h', 136 'dragdrop/cocoa_dnd_util.h',
148 'dragdrop/cocoa_dnd_util.mm', 137 'dragdrop/cocoa_dnd_util.mm',
149 'dragdrop/drag_drop_types.h', 138 'dragdrop/drag_drop_types.h',
150 'dragdrop/drag_drop_types_win.cc', 139 'dragdrop/drag_drop_types_win.cc',
151 'dragdrop/drag_source_win.cc', 140 'dragdrop/drag_source_win.cc',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 ], 687 ],
699 'variables': { 688 'variables': {
700 'jni_gen_package': 'ui', 689 'jni_gen_package': 'ui',
701 }, 690 },
702 'includes': [ '../../build/jni_generator.gypi' ], 691 'includes': [ '../../build/jni_generator.gypi' ],
703 }, 692 },
704 ], 693 ],
705 }], 694 }],
706 ], 695 ],
707 } 696 }
OLDNEW
« no previous file with comments | « ui/base/touch/touch_device_x11.cc ('k') | ui/base/win/dpi_setup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698