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

Side by Side Diff: ash/ash.gyp

Issue 872113004: Modified OverviewMode's LabelButton bounds to cover the entire item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 5 years, 10 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', 530 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
531 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', 531 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
532 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', 532 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
533 'wm/maximize_mode/workspace_backdrop_delegate.cc', 533 'wm/maximize_mode/workspace_backdrop_delegate.cc',
534 'wm/maximize_mode/workspace_backdrop_delegate.h', 534 'wm/maximize_mode/workspace_backdrop_delegate.h',
535 'wm/mru_window_tracker.cc', 535 'wm/mru_window_tracker.cc',
536 'wm/mru_window_tracker.h', 536 'wm/mru_window_tracker.h',
537 'wm/overlay_event_filter.cc', 537 'wm/overlay_event_filter.cc',
538 'wm/overlay_event_filter.h', 538 'wm/overlay_event_filter.h',
539 'wm/overview/overview_animation_type.h', 539 'wm/overview/overview_animation_type.h',
540 'wm/overview/overview_window_button.h',
541 'wm/overview/overview_window_button.cc',
542 'wm/overview/overview_window_targeter.h',
543 'wm/overview/overview_window_targeter.cc',
544 'wm/overview/scoped_overview_animation_settings.h', 540 'wm/overview/scoped_overview_animation_settings.h',
545 'wm/overview/scoped_overview_animation_settings.cc', 541 'wm/overview/scoped_overview_animation_settings.cc',
546 'wm/overview/scoped_transform_overview_window.cc', 542 'wm/overview/scoped_transform_overview_window.cc',
547 'wm/overview/scoped_transform_overview_window.h', 543 'wm/overview/scoped_transform_overview_window.h',
548 'wm/overview/window_grid.cc', 544 'wm/overview/window_grid.cc',
549 'wm/overview/window_grid.h', 545 'wm/overview/window_grid.h',
550 'wm/overview/window_selector.cc', 546 'wm/overview/window_selector.cc',
551 'wm/overview/window_selector.h', 547 'wm/overview/window_selector.h',
552 'wm/window_cycle_controller.cc', 548 'wm/window_cycle_controller.cc',
553 'wm/window_cycle_controller.h', 549 'wm/window_cycle_controller.h',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 '../build/isolate.gypi', 1284 '../build/isolate.gypi',
1289 ], 1285 ],
1290 'sources': [ 1286 'sources': [
1291 'ash_unittests.isolate', 1287 'ash_unittests.isolate',
1292 ], 1288 ],
1293 }, 1289 },
1294 ], 1290 ],
1295 }], 1291 }],
1296 ], 1292 ],
1297 } 1293 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/overview/overview_window_button.h » ('j') | ash/wm/overview/window_selector_item.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698