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

Side by Side Diff: ash/ash.gyp

Issue 10263011: chromeos: Add support for dimming the screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shell.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'wm/property_util.h', 224 'wm/property_util.h',
225 'wm/resize_shadow.cc', 225 'wm/resize_shadow.cc',
226 'wm/resize_shadow.h', 226 'wm/resize_shadow.h',
227 'wm/resize_shadow_controller.cc', 227 'wm/resize_shadow_controller.cc',
228 'wm/resize_shadow_controller.h', 228 'wm/resize_shadow_controller.h',
229 'wm/root_window_event_filter.cc', 229 'wm/root_window_event_filter.cc',
230 'wm/root_window_event_filter.h', 230 'wm/root_window_event_filter.h',
231 'wm/root_window_layout_manager.cc', 231 'wm/root_window_layout_manager.cc',
232 'wm/root_window_layout_manager.h', 232 'wm/root_window_layout_manager.h',
233 'wm/scoped_observer.h', 233 'wm/scoped_observer.h',
234 'wm/screen_dimmer.cc',
235 'wm/screen_dimmer.h',
234 'wm/shadow.cc', 236 'wm/shadow.cc',
235 'wm/shadow.h', 237 'wm/shadow.h',
236 'wm/shadow_controller.cc', 238 'wm/shadow_controller.cc',
237 'wm/shadow_controller.h', 239 'wm/shadow_controller.h',
238 'wm/shadow_types.cc', 240 'wm/shadow_types.cc',
239 'wm/shadow_types.h', 241 'wm/shadow_types.h',
240 'wm/shelf_layout_manager.cc', 242 'wm/shelf_layout_manager.cc',
241 'wm/shelf_layout_manager.h', 243 'wm/shelf_layout_manager.h',
242 'wm/stacking_controller.cc', 244 'wm/stacking_controller.cc',
243 'wm/stacking_controller.h', 245 'wm/stacking_controller.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'test/test_suite_init.h', 370 'test/test_suite_init.h',
369 'test/test_suite_init.mm', 371 'test/test_suite_init.mm',
370 'tooltips/tooltip_controller_unittest.cc', 372 'tooltips/tooltip_controller_unittest.cc',
371 'wm/activation_controller_unittest.cc', 373 'wm/activation_controller_unittest.cc',
372 'wm/base_layout_manager_unittest.cc', 374 'wm/base_layout_manager_unittest.cc',
373 'wm/frame_painter_unittest.cc', 375 'wm/frame_painter_unittest.cc',
374 'wm/image_grid_unittest.cc', 376 'wm/image_grid_unittest.cc',
375 'wm/panel_layout_manager_unittest.cc', 377 'wm/panel_layout_manager_unittest.cc',
376 'wm/power_button_controller_unittest.cc', 378 'wm/power_button_controller_unittest.cc',
377 'wm/root_window_event_filter_unittest.cc', 379 'wm/root_window_event_filter_unittest.cc',
380 'wm/screen_dimmer_unittest.cc',
378 'wm/shadow_controller_unittest.cc', 381 'wm/shadow_controller_unittest.cc',
379 'wm/shelf_layout_manager_unittest.cc', 382 'wm/shelf_layout_manager_unittest.cc',
380 'wm/system_gesture_event_filter_unittest.cc', 383 'wm/system_gesture_event_filter_unittest.cc',
381 'wm/system_modal_container_layout_manager_unittest.cc', 384 'wm/system_modal_container_layout_manager_unittest.cc',
382 'wm/toplevel_window_event_filter_unittest.cc', 385 'wm/toplevel_window_event_filter_unittest.cc',
383 'wm/video_detector_unittest.cc', 386 'wm/video_detector_unittest.cc',
384 'wm/visibility_controller_unittest.cc', 387 'wm/visibility_controller_unittest.cc',
385 'wm/window_animations_unittest.cc', 388 'wm/window_animations_unittest.cc',
386 'wm/window_cycle_controller_unittest.cc', 389 'wm/window_cycle_controller_unittest.cc',
387 'wm/window_modality_controller_unittest.cc', 390 'wm/window_modality_controller_unittest.cc',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'shell/cocoa/app-Info.plist', 517 'shell/cocoa/app-Info.plist',
515 ], 518 ],
516 'xcode_settings': { 519 'xcode_settings': {
517 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 520 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
518 }, 521 },
519 }], 522 }],
520 ], 523 ],
521 }, 524 },
522 ], 525 ],
523 } 526 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698