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

Side by Side Diff: ash/ash.gyp

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs Created 4 years, 7 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 | ash/system/web_notification/ash_popup_alignment_delegate.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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 'type': '<(component)', 1047 'type': '<(component)',
1048 'dependencies': [ 1048 'dependencies': [
1049 '../base/base.gyp:base', 1049 '../base/base.gyp:base',
1050 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1050 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1051 '../content/content.gyp:content_browser', 1051 '../content/content.gyp:content_browser',
1052 '../ipc/ipc.gyp:ipc', 1052 '../ipc/ipc.gyp:ipc',
1053 '../skia/skia.gyp:skia', 1053 '../skia/skia.gyp:skia',
1054 '../ui/aura/aura.gyp:aura', 1054 '../ui/aura/aura.gyp:aura',
1055 '../ui/base/ui_base.gyp:ui_base', 1055 '../ui/base/ui_base.gyp:ui_base',
1056 '../ui/compositor/compositor.gyp:compositor', 1056 '../ui/compositor/compositor.gyp:compositor',
1057 '../ui/display/display.gyp:display',
1057 '../ui/events/events.gyp:events', 1058 '../ui/events/events.gyp:events',
1058 '../ui/gfx/gfx.gyp:gfx', 1059 '../ui/gfx/gfx.gyp:gfx',
1059 '../ui/gfx/gfx.gyp:gfx_geometry', 1060 '../ui/gfx/gfx.gyp:gfx_geometry',
1060 '../ui/keyboard/keyboard.gyp:keyboard_with_content', 1061 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
1061 '../ui/resources/ui_resources.gyp:ui_resources', 1062 '../ui/resources/ui_resources.gyp:ui_resources',
1062 '../ui/strings/ui_strings.gyp:ui_strings', 1063 '../ui/strings/ui_strings.gyp:ui_strings',
1063 '../ui/views/controls/webview/webview.gyp:webview', 1064 '../ui/views/controls/webview/webview.gyp:webview',
1064 '../ui/views/views.gyp:views', 1065 '../ui/views/views.gyp:views',
1065 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 1066 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
1066 '../url/url.gyp:url_lib', 1067 '../url/url.gyp:url_lib',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1350 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1350 ], 1351 ],
1351 } 1352 }
1352 ], 1353 ],
1353 ], 1354 ],
1354 }, 1355 },
1355 ], 1356 ],
1356 }], 1357 }],
1357 ], 1358 ],
1358 } 1359 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/web_notification/ash_popup_alignment_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698