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

Side by Side Diff: ash/ash.gyp

Issue 11594004: Revert 173417 - Broke on win_aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/launcher/launcher.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 'includes': [ 10 'includes': [
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'shell/toplevel_window.cc', 573 'shell/toplevel_window.cc',
574 'shell/widgets.cc', 574 'shell/widgets.cc',
575 'shell/window_type_launcher.cc', 575 'shell/window_type_launcher.cc',
576 'shell/window_watcher.cc', 576 'shell/window_watcher.cc',
577 'shell/window_watcher_unittest.cc', 577 'shell/window_watcher_unittest.cc',
578 'system/tray/system_tray_unittest.cc', 578 'system/tray/system_tray_unittest.cc',
579 'system/web_notification/web_notification_tray_unittest.cc', 579 'system/web_notification/web_notification_tray_unittest.cc',
580 'test/ash_unittests.cc', 580 'test/ash_unittests.cc',
581 'tooltips/tooltip_controller_unittest.cc', 581 'tooltips/tooltip_controller_unittest.cc',
582 'wm/activation_controller_unittest.cc', 582 'wm/activation_controller_unittest.cc',
583 'wm/ash_activation_controller_unittest.cc',
584 'wm/base_layout_manager_unittest.cc', 583 'wm/base_layout_manager_unittest.cc',
585 'wm/cursor_manager_unittest.cc', 584 'wm/cursor_manager_unittest.cc',
586 'wm/custom_frame_view_ash_unittest.cc', 585 'wm/custom_frame_view_ash_unittest.cc',
587 'wm/drag_window_resizer_unittest.cc', 586 'wm/drag_window_resizer_unittest.cc',
588 'wm/frame_painter_unittest.cc', 587 'wm/frame_painter_unittest.cc',
589 'wm/panel_layout_manager_unittest.cc', 588 'wm/panel_layout_manager_unittest.cc',
590 'wm/power_button_controller_unittest.cc', 589 'wm/power_button_controller_unittest.cc',
591 'wm/screen_dimmer_unittest.cc', 590 'wm/screen_dimmer_unittest.cc',
592 'wm/session_state_controller_impl2_unittest.cc', 591 'wm/session_state_controller_impl2_unittest.cc',
593 'wm/shelf_layout_manager_unittest.cc', 592 'wm/shelf_layout_manager_unittest.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'shell/cocoa/app-Info.plist', 733 'shell/cocoa/app-Info.plist',
735 ], 734 ],
736 'xcode_settings': { 735 'xcode_settings': {
737 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 736 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
738 }, 737 },
739 }], 738 }],
740 ], 739 ],
741 }, 740 },
742 ], 741 ],
743 } 742 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698