| OLD | NEW |
| 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 | 10 |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'wm/panel_frame_view.cc', | 217 'wm/panel_frame_view.cc', |
| 218 'wm/panel_frame_view.h', | 218 'wm/panel_frame_view.h', |
| 219 'wm/panel_layout_manager.cc', | 219 'wm/panel_layout_manager.cc', |
| 220 'wm/panel_layout_manager.h', | 220 'wm/panel_layout_manager.h', |
| 221 'wm/panel_window_event_filter.cc', | 221 'wm/panel_window_event_filter.cc', |
| 222 'wm/panel_window_event_filter.h', | 222 'wm/panel_window_event_filter.h', |
| 223 'wm/partial_screenshot_event_filter.cc', | 223 'wm/partial_screenshot_event_filter.cc', |
| 224 'wm/partial_screenshot_event_filter.h', | 224 'wm/partial_screenshot_event_filter.h', |
| 225 'wm/partial_screenshot_view.cc', | 225 'wm/partial_screenshot_view.cc', |
| 226 'wm/partial_screenshot_view.h', | 226 'wm/partial_screenshot_view.h', |
| 227 'wm/shelf_auto_hide_behavior.h', | |
| 228 'wm/slow_animation_event_filter.cc', | |
| 229 'wm/slow_animation_event_filter.h', | |
| 230 'wm/system_gesture_event_filter.cc', | |
| 231 'wm/system_gesture_event_filter.h', | |
| 232 'wm/system_modal_container_layout_manager.cc', | |
| 233 'wm/system_modal_container_layout_manager.h', | |
| 234 'wm/system_modal_container_event_filter.cc', | |
| 235 'wm/system_modal_container_event_filter.h', | |
| 236 'wm/system_modal_container_event_filter_delegate.h', | |
| 237 'wm/power_button_controller.cc', | 227 'wm/power_button_controller.cc', |
| 238 'wm/power_button_controller.h', | 228 'wm/power_button_controller.h', |
| 239 'wm/property_util.cc', | 229 'wm/property_util.cc', |
| 240 'wm/property_util.h', | 230 'wm/property_util.h', |
| 241 'wm/resize_shadow.cc', | 231 'wm/resize_shadow.cc', |
| 242 'wm/resize_shadow.h', | 232 'wm/resize_shadow.h', |
| 243 'wm/resize_shadow_controller.cc', | 233 'wm/resize_shadow_controller.cc', |
| 244 'wm/resize_shadow_controller.h', | 234 'wm/resize_shadow_controller.h', |
| 245 'wm/root_window_layout_manager.cc', | 235 'wm/root_window_layout_manager.cc', |
| 246 'wm/root_window_layout_manager.h', | 236 'wm/root_window_layout_manager.h', |
| 247 'wm/scoped_observer.h', | 237 'wm/scoped_observer.h', |
| 248 'wm/screen_dimmer.cc', | 238 'wm/screen_dimmer.cc', |
| 249 'wm/screen_dimmer.h', | 239 'wm/screen_dimmer.h', |
| 250 'wm/shadow.cc', | 240 'wm/shadow.cc', |
| 251 'wm/shadow.h', | 241 'wm/shadow.h', |
| 252 'wm/shadow_controller.cc', | 242 'wm/shadow_controller.cc', |
| 253 'wm/shadow_controller.h', | 243 'wm/shadow_controller.h', |
| 254 'wm/shadow_types.cc', | 244 'wm/shadow_types.cc', |
| 255 'wm/shadow_types.h', | 245 'wm/shadow_types.h', |
| 246 'wm/shelf_auto_hide_behavior.h', |
| 256 'wm/shelf_layout_manager.cc', | 247 'wm/shelf_layout_manager.cc', |
| 257 'wm/shelf_layout_manager.h', | 248 'wm/shelf_layout_manager.h', |
| 249 'wm/slow_animation_event_filter.cc', |
| 250 'wm/slow_animation_event_filter.h', |
| 258 'wm/stacking_controller.cc', | 251 'wm/stacking_controller.cc', |
| 259 'wm/stacking_controller.h', | 252 'wm/stacking_controller.h', |
| 260 'wm/status_area_layout_manager.cc', | 253 'wm/status_area_layout_manager.cc', |
| 261 'wm/status_area_layout_manager.h', | 254 'wm/status_area_layout_manager.h', |
| 255 'wm/system_gesture_event_filter.cc', |
| 256 'wm/system_gesture_event_filter.h', |
| 257 'wm/system_modal_container_event_filter.cc', |
| 258 'wm/system_modal_container_event_filter.h', |
| 259 'wm/system_modal_container_event_filter_delegate.h', |
| 260 'wm/system_modal_container_layout_manager.cc', |
| 261 'wm/system_modal_container_layout_manager.h', |
| 262 'wm/toplevel_window_event_filter.cc', | 262 'wm/toplevel_window_event_filter.cc', |
| 263 'wm/toplevel_window_event_filter.h', | 263 'wm/toplevel_window_event_filter.h', |
| 264 'wm/user_activity_detector.cc', |
| 265 'wm/user_activity_detector.h', |
| 266 'wm/user_activity_observer.h', |
| 264 'wm/video_detector.cc', | 267 'wm/video_detector.cc', |
| 265 'wm/video_detector.h', | 268 'wm/video_detector.h', |
| 266 'wm/visibility_controller.cc', | 269 'wm/visibility_controller.cc', |
| 267 'wm/visibility_controller.h', | 270 'wm/visibility_controller.h', |
| 268 'wm/window_animations.cc', | 271 'wm/window_animations.cc', |
| 269 'wm/window_animations.h', | 272 'wm/window_animations.h', |
| 270 'wm/window_cycle_controller.cc', | 273 'wm/window_cycle_controller.cc', |
| 271 'wm/window_cycle_controller.h', | 274 'wm/window_cycle_controller.h', |
| 272 'wm/window_cycle_list.cc', | 275 'wm/window_cycle_list.cc', |
| 273 'wm/window_cycle_list.h', | 276 'wm/window_cycle_list.h', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'shell/cocoa/app-Info.plist', | 539 'shell/cocoa/app-Info.plist', |
| 537 ], | 540 ], |
| 538 'xcode_settings': { | 541 'xcode_settings': { |
| 539 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 542 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 540 }, | 543 }, |
| 541 }], | 544 }], |
| 542 ], | 545 ], |
| 543 }, | 546 }, |
| 544 ], | 547 ], |
| 545 } | 548 } |
| OLD | NEW |