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

Side by Side Diff: ash/ash.gyp

Issue 24108003: [Cleanup] Rename WindowSettings to WindowState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
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 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'wm/panels/panel_layout_manager.cc', 451 'wm/panels/panel_layout_manager.cc',
452 'wm/panels/panel_layout_manager.h', 452 'wm/panels/panel_layout_manager.h',
453 'wm/panels/panel_window_event_handler.cc', 453 'wm/panels/panel_window_event_handler.cc',
454 'wm/panels/panel_window_event_handler.h', 454 'wm/panels/panel_window_event_handler.h',
455 'wm/panels/panel_window_resizer.cc', 455 'wm/panels/panel_window_resizer.cc',
456 'wm/panels/panel_window_resizer.h', 456 'wm/panels/panel_window_resizer.h',
457 'wm/partial_screenshot_view.cc', 457 'wm/partial_screenshot_view.cc',
458 'wm/partial_screenshot_view.h', 458 'wm/partial_screenshot_view.h',
459 'wm/power_button_controller.cc', 459 'wm/power_button_controller.cc',
460 'wm/power_button_controller.h', 460 'wm/power_button_controller.h',
461 'wm/property_util.cc',
462 'wm/property_util.h',
463 'wm/resize_shadow.cc', 461 'wm/resize_shadow.cc',
464 'wm/resize_shadow.h', 462 'wm/resize_shadow.h',
465 'wm/resize_shadow_controller.cc', 463 'wm/resize_shadow_controller.cc',
466 'wm/resize_shadow_controller.h', 464 'wm/resize_shadow_controller.h',
467 'wm/root_window_layout_manager.cc', 465 'wm/root_window_layout_manager.cc',
468 'wm/root_window_layout_manager.h', 466 'wm/root_window_layout_manager.h',
469 'wm/screen_dimmer.cc', 467 'wm/screen_dimmer.cc',
470 'wm/screen_dimmer.h', 468 'wm/screen_dimmer.h',
471 'wm/session_state_animator.cc', 469 'wm/session_state_animator.cc',
472 'wm/session_state_animator.h', 470 'wm/session_state_animator.h',
(...skipping 20 matching lines...) Expand all
493 'wm/user_activity_detector.h', 491 'wm/user_activity_detector.h',
494 'wm/user_activity_observer.h', 492 'wm/user_activity_observer.h',
495 'wm/video_detector.cc', 493 'wm/video_detector.cc',
496 'wm/video_detector.h', 494 'wm/video_detector.h',
497 'wm/window_animations.cc', 495 'wm/window_animations.cc',
498 'wm/window_animations.h', 496 'wm/window_animations.h',
499 'wm/window_cycle_controller.cc', 497 'wm/window_cycle_controller.cc',
500 'wm/window_cycle_controller.h', 498 'wm/window_cycle_controller.h',
501 'wm/window_cycle_list.cc', 499 'wm/window_cycle_list.cc',
502 'wm/window_cycle_list.h', 500 'wm/window_cycle_list.h',
503 'wm/window_settings.cc', 501 'wm/window_state.cc',
504 'wm/window_settings.h', 502 'wm/window_state.h',
505 'wm/window_properties.cc', 503 'wm/window_properties.cc',
506 'wm/window_properties.h', 504 'wm/window_properties.h',
507 'wm/window_resizer.cc', 505 'wm/window_resizer.cc',
508 'wm/window_resizer.h', 506 'wm/window_resizer.h',
509 'wm/window_util.cc', 507 'wm/window_util.cc',
510 'wm/window_util.h', 508 'wm/window_util.h',
511 'wm/workspace_controller.cc', 509 'wm/workspace_controller.cc',
512 'wm/workspace_controller.h', 510 'wm/workspace_controller.h',
513 'wm/workspace/auto_window_management.cc', 511 'wm/workspace/auto_window_management.cc',
514 'wm/workspace/auto_window_management.h', 512 'wm/workspace/auto_window_management.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'shell/cocoa/app-Info.plist', 938 'shell/cocoa/app-Info.plist',
941 ], 939 ],
942 'xcode_settings': { 940 'xcode_settings': {
943 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 941 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
944 }, 942 },
945 }], 943 }],
946 ], 944 ],
947 }, 945 },
948 ], 946 ],
949 } 947 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698