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

Side by Side Diff: ash/ash.gyp

Issue 2223063003: Move DisplayLayoutStore from ash to ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/add TODO. Created 4 years, 4 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/common/ash_switches.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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'display/display_animator_chromeos.cc', 541 'display/display_animator_chromeos.cc',
542 'display/display_animator_chromeos.h', 542 'display/display_animator_chromeos.h',
543 'display/display_change_observer_chromeos.cc', 543 'display/display_change_observer_chromeos.cc',
544 'display/display_change_observer_chromeos.h', 544 'display/display_change_observer_chromeos.h',
545 'display/display_color_manager_chromeos.cc', 545 'display/display_color_manager_chromeos.cc',
546 'display/display_color_manager_chromeos.h', 546 'display/display_color_manager_chromeos.h',
547 'display/display_configuration_controller.cc', 547 'display/display_configuration_controller.cc',
548 'display/display_configuration_controller.h', 548 'display/display_configuration_controller.h',
549 'display/display_error_observer_chromeos.cc', 549 'display/display_error_observer_chromeos.cc',
550 'display/display_error_observer_chromeos.h', 550 'display/display_error_observer_chromeos.h',
551 'display/display_layout_store.cc',
552 'display/display_layout_store.h',
553 'display/display_manager.cc', 551 'display/display_manager.cc',
554 'display/display_manager.h', 552 'display/display_manager.h',
555 'display/display_pref_util.h', 553 'display/display_pref_util.h',
556 'display/display_util.cc', 554 'display/display_util.cc',
557 'display/display_util.h', 555 'display/display_util.h',
558 'display/event_transformation_handler.cc', 556 'display/event_transformation_handler.cc',
559 'display/event_transformation_handler.h', 557 'display/event_transformation_handler.h',
560 'display/extended_mouse_warp_controller.cc', 558 'display/extended_mouse_warp_controller.cc',
561 'display/extended_mouse_warp_controller.h', 559 'display/extended_mouse_warp_controller.h',
562 'display/json_converter.cc', 560 'display/json_converter.cc',
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1494 ], 1492 ],
1495 } 1493 }
1496 ], 1494 ],
1497 ], 1495 ],
1498 }, 1496 },
1499 ], 1497 ],
1500 }], 1498 }],
1501 ], 1499 ],
1502 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698