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

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

Issue 1825723002: Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 (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',
665 '../events/events.gyp:events', 666 '../events/events.gyp:events',
666 '../events/events.gyp:events_base', 667 '../events/events.gyp:events_base',
667 '../events/platform/events_platform.gyp:events_platform', 668 '../events/platform/events_platform.gyp:events_platform',
668 '../gfx/gfx.gyp:gfx', 669 '../gfx/gfx.gyp:gfx',
669 '../gfx/gfx.gyp:gfx_geometry', 670 '../gfx/gfx.gyp:gfx_geometry',
670 '../gfx/gfx.gyp:gfx_vector_icons', 671 '../gfx/gfx.gyp:gfx_vector_icons',
671 '../native_theme/native_theme.gyp:native_theme', 672 '../native_theme/native_theme.gyp:native_theme',
672 '../resources/ui_resources.gyp:ui_resources', 673 '../resources/ui_resources.gyp:ui_resources',
673 '../strings/ui_strings.gyp:ui_strings', 674 '../strings/ui_strings.gyp:ui_strings',
674 'resources/views_resources.gyp:views_resources', 675 'resources/views_resources.gyp:views_resources',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 '../aura/aura.gyp:aura', 1018 '../aura/aura.gyp:aura',
1018 '../wm/wm.gyp:wm', 1019 '../wm/wm.gyp:wm',
1019 ], 1020 ],
1020 }], 1021 }],
1021 ], 1022 ],
1022 }, # target_name: macviews_interactive_ui_tests 1023 }, # target_name: macviews_interactive_ui_tests
1023 ], # targets 1024 ], # targets
1024 }], 1025 }],
1025 ], # conditions 1026 ], # conditions
1026 } 1027 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698