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

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

Issue 1883763002: Revert of Move LatencyInfo to ui/latency_info (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/latency_info/latency_info_unittests.gyp ('k') | 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 '../base/ime/ui_base_ime.gyp:ui_base_ime', 664 '../base/ime/ui_base_ime.gyp:ui_base_ime',
665 '../base/ui_base.gyp:ui_base', 665 '../base/ui_base.gyp:ui_base',
666 '../compositor/compositor.gyp:compositor', 666 '../compositor/compositor.gyp:compositor',
667 '../display/display.gyp:display', 667 '../display/display.gyp:display',
668 '../events/events.gyp:events', 668 '../events/events.gyp:events',
669 '../events/events.gyp:events_base', 669 '../events/events.gyp:events_base',
670 '../events/platform/events_platform.gyp:events_platform', 670 '../events/platform/events_platform.gyp:events_platform',
671 '../gfx/gfx.gyp:gfx', 671 '../gfx/gfx.gyp:gfx',
672 '../gfx/gfx.gyp:gfx_geometry', 672 '../gfx/gfx.gyp:gfx_geometry',
673 '../gfx/gfx.gyp:gfx_vector_icons', 673 '../gfx/gfx.gyp:gfx_vector_icons',
674 '../latency_info/latency_info.gyp:latency_info',
675 '../native_theme/native_theme.gyp:native_theme', 674 '../native_theme/native_theme.gyp:native_theme',
676 '../resources/ui_resources.gyp:ui_resources', 675 '../resources/ui_resources.gyp:ui_resources',
677 '../strings/ui_strings.gyp:ui_strings', 676 '../strings/ui_strings.gyp:ui_strings',
678 'resources/views_resources.gyp:views_resources', 677 'resources/views_resources.gyp:views_resources',
679 ], 678 ],
680 'all_dependent_settings': { 679 'all_dependent_settings': {
681 'defines': [ 680 'defines': [
682 'TOOLKIT_VIEWS=1', 681 'TOOLKIT_VIEWS=1',
683 ], 682 ],
684 }, 683 },
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 '../aura/aura.gyp:aura', 1021 '../aura/aura.gyp:aura',
1023 '../wm/wm.gyp:wm', 1022 '../wm/wm.gyp:wm',
1024 ], 1023 ],
1025 }], 1024 }],
1026 ], 1025 ],
1027 }, # target_name: macviews_interactive_ui_tests 1026 }, # target_name: macviews_interactive_ui_tests
1028 ], # targets 1027 ], # targets
1029 }], 1028 }],
1030 ], # conditions 1029 ], # conditions
1031 } 1030 }
OLDNEW
« no previous file with comments | « ui/latency_info/latency_info_unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698