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

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

Issue 1834243003: Revert of Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/views/BUILD.gn ('k') | ui/views/widget/desktop_aura/desktop_screen_win.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 (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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 655 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
656 '../../skia/skia.gyp:skia', 656 '../../skia/skia.gyp:skia',
657 '../../third_party/icu/icu.gyp:icui18n', 657 '../../third_party/icu/icu.gyp:icui18n',
658 '../../third_party/icu/icu.gyp:icuuc', 658 '../../third_party/icu/icu.gyp:icuuc',
659 '../../url/url.gyp:url_lib', 659 '../../url/url.gyp:url_lib',
660 '../accessibility/accessibility.gyp:accessibility', 660 '../accessibility/accessibility.gyp:accessibility',
661 '../accessibility/accessibility.gyp:ax_gen', 661 '../accessibility/accessibility.gyp:ax_gen',
662 '../base/ime/ui_base_ime.gyp:ui_base_ime', 662 '../base/ime/ui_base_ime.gyp:ui_base_ime',
663 '../base/ui_base.gyp:ui_base', 663 '../base/ui_base.gyp:ui_base',
664 '../compositor/compositor.gyp:compositor', 664 '../compositor/compositor.gyp:compositor',
665 '../display/display.gyp:display',
666 '../events/events.gyp:events', 665 '../events/events.gyp:events',
667 '../events/events.gyp:events_base', 666 '../events/events.gyp:events_base',
668 '../events/platform/events_platform.gyp:events_platform', 667 '../events/platform/events_platform.gyp:events_platform',
669 '../gfx/gfx.gyp:gfx', 668 '../gfx/gfx.gyp:gfx',
670 '../gfx/gfx.gyp:gfx_geometry', 669 '../gfx/gfx.gyp:gfx_geometry',
671 '../gfx/gfx.gyp:gfx_vector_icons', 670 '../gfx/gfx.gyp:gfx_vector_icons',
672 '../native_theme/native_theme.gyp:native_theme', 671 '../native_theme/native_theme.gyp:native_theme',
673 '../resources/ui_resources.gyp:ui_resources', 672 '../resources/ui_resources.gyp:ui_resources',
674 '../strings/ui_strings.gyp:ui_strings', 673 '../strings/ui_strings.gyp:ui_strings',
675 'resources/views_resources.gyp:views_resources', 674 'resources/views_resources.gyp:views_resources',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 '../aura/aura.gyp:aura', 1017 '../aura/aura.gyp:aura',
1019 '../wm/wm.gyp:wm', 1018 '../wm/wm.gyp:wm',
1020 ], 1019 ],
1021 }], 1020 }],
1022 ], 1021 ],
1023 }, # target_name: macviews_interactive_ui_tests 1022 }, # target_name: macviews_interactive_ui_tests
1024 ], # targets 1023 ], # targets
1025 }], 1024 }],
1026 ], # conditions 1025 ], # conditions
1027 } 1026 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/widget/desktop_aura/desktop_screen_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698