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

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

Issue 510233002: Fix link error when use_ozone=1 and use_aura=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | 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 (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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'views_desktop_aura_win_sources': [ 429 'views_desktop_aura_win_sources': [
430 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', 430 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc',
431 'widget/desktop_aura/desktop_drag_drop_client_win.cc', 431 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
432 'widget/desktop_aura/desktop_drag_drop_client_win.h', 432 'widget/desktop_aura/desktop_drag_drop_client_win.h',
433 'widget/desktop_aura/desktop_screen_win.cc', 433 'widget/desktop_aura/desktop_screen_win.cc',
434 'widget/desktop_aura/desktop_screen_win.h', 434 'widget/desktop_aura/desktop_screen_win.h',
435 'widget/desktop_aura/desktop_window_tree_host_win.cc', 435 'widget/desktop_aura/desktop_window_tree_host_win.cc',
436 'widget/desktop_aura/desktop_window_tree_host_win.h', 436 'widget/desktop_aura/desktop_window_tree_host_win.h',
437 ], 437 ],
438 'views_desktop_aura_ozone_sources': [ 438 'views_desktop_aura_ozone_sources': [
439 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc',
440 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h',
439 'widget/desktop_aura/desktop_factory_ozone.cc', 441 'widget/desktop_aura/desktop_factory_ozone.cc',
440 'widget/desktop_aura/desktop_factory_ozone.h', 442 'widget/desktop_aura/desktop_factory_ozone.h',
441 'widget/desktop_aura/desktop_screen_ozone.cc', 443 'widget/desktop_aura/desktop_screen_ozone.cc',
442 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', 444 'widget/desktop_aura/desktop_window_tree_host_ozone.cc',
443 ], 445 ],
444 'views_test_support_sources': [ 446 'views_test_support_sources': [
445 'controls/textfield/textfield_test_api.cc', 447 'controls/textfield/textfield_test_api.cc',
446 'controls/textfield/textfield_test_api.h', 448 'controls/textfield/textfield_test_api.h',
447 'test/capture_tracking_view.cc', 449 'test/capture_tracking_view.cc',
448 'test/capture_tracking_view.h', 450 'test/capture_tracking_view.h',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 '../aura/aura.gyp:aura', 871 '../aura/aura.gyp:aura',
870 '../wm/wm.gyp:wm', 872 '../wm/wm.gyp:wm',
871 ], 873 ],
872 }], 874 }],
873 ], 875 ],
874 }, # target_name: macviews_interactive_ui_tests 876 }, # target_name: macviews_interactive_ui_tests
875 ], # targets 877 ], # targets
876 }], 878 }],
877 ], # conditions 879 ], # conditions
878 } 880 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698