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

Side by Side Diff: ui/views/views.gyp

Issue 1403293003: Introduce AndroidFocusRules and NativeWidgetAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add NOTIMPLEMENTED Created 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'view_targeter.cc', 285 'view_targeter.cc',
286 'view_targeter.h', 286 'view_targeter.h',
287 'view_targeter_delegate.cc', 287 'view_targeter_delegate.cc',
288 'view_targeter_delegate.h', 288 'view_targeter_delegate.h',
289 'views_delegate.cc', 289 'views_delegate.cc',
290 'views_delegate.h', 290 'views_delegate.h',
291 'views_switches.cc', 291 'views_switches.cc',
292 'views_switches.h', 292 'views_switches.h',
293 'views_touch_selection_controller_factory.h', 293 'views_touch_selection_controller_factory.h',
294 'views_touch_selection_controller_factory_mac.cc', 294 'views_touch_selection_controller_factory_mac.cc',
295 'widget/android/android_focus_rules.cc',
mfomitchev 2015/11/04 23:21:13 We modify GYP but not GN?
bshe 2015/11/11 00:38:28 Looks like GN use the gyp value. So we only need t
296 'widget/android/android_focus_rules.h',
297 'widget/android/native_widget_android.cc',
298 'widget/android/native_widget_android.h',
295 'widget/drop_helper.cc', 299 'widget/drop_helper.cc',
296 'widget/drop_helper.h', 300 'widget/drop_helper.h',
297 'widget/monitor_win.cc', 301 'widget/monitor_win.cc',
298 'widget/monitor_win.h', 302 'widget/monitor_win.h',
299 'widget/native_widget.h', 303 'widget/native_widget.h',
300 'widget/native_widget_delegate.h', 304 'widget/native_widget_delegate.h',
301 'widget/native_widget_mac.h', 305 'widget/native_widget_mac.h',
302 'widget/native_widget_mac.mm', 306 'widget/native_widget_mac.mm',
303 'widget/native_widget_private.h', 307 'widget/native_widget_private.h',
304 'widget/root_view.cc', 308 'widget/root_view.cc',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 '../aura/aura.gyp:aura', 961 '../aura/aura.gyp:aura',
958 '../wm/wm.gyp:wm', 962 '../wm/wm.gyp:wm',
959 ], 963 ],
960 }], 964 }],
961 ], 965 ],
962 }, # target_name: macviews_interactive_ui_tests 966 }, # target_name: macviews_interactive_ui_tests
963 ], # targets 967 ], # targets
964 }], 968 }],
965 ], # conditions 969 ], # conditions
966 } 970 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698