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

Side by Side Diff: ash/ash.gyp

Issue 10789018: aura: Add X11 host window management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/ash_switches.h » ('j') | ash/ash_switches.h » ('J')
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'desktop_background/desktop_background_view.h', 62 'desktop_background/desktop_background_view.h',
63 'drag_drop/drag_drop_controller.cc', 63 'drag_drop/drag_drop_controller.cc',
64 'drag_drop/drag_drop_controller.h', 64 'drag_drop/drag_drop_controller.h',
65 'drag_drop/drag_image_view.cc', 65 'drag_drop/drag_image_view.cc',
66 'drag_drop/drag_image_view.h', 66 'drag_drop/drag_image_view.h',
67 'event_rewriter_delegate.h', 67 'event_rewriter_delegate.h',
68 'focus_cycler.cc', 68 'focus_cycler.cc',
69 'focus_cycler.h', 69 'focus_cycler.h',
70 'high_contrast/high_contrast_controller.cc', 70 'high_contrast/high_contrast_controller.cc',
71 'high_contrast/high_contrast_controller.h', 71 'high_contrast/high_contrast_controller.h',
72 'hostwm/host_window_container.cc',
73 'hostwm/host_window_container.h',
74 'hostwm/host_window_manager.cc',
75 'hostwm/host_window_manager.h',
72 'launcher/app_list_button.cc', 76 'launcher/app_list_button.cc',
73 'launcher/app_list_button.h', 77 'launcher/app_list_button.h',
74 'launcher/background_animator.cc', 78 'launcher/background_animator.cc',
75 'launcher/background_animator.h', 79 'launcher/background_animator.h',
76 'launcher/launcher.cc', 80 'launcher/launcher.cc',
77 'launcher/launcher.h', 81 'launcher/launcher.h',
78 'launcher/launcher_alignment_menu.cc', 82 'launcher/launcher_alignment_menu.cc',
79 'launcher/launcher_alignment_menu.h', 83 'launcher/launcher_alignment_menu.h',
80 'launcher/launcher_button.cc', 84 'launcher/launcher_button.cc',
81 'launcher/launcher_button.h', 85 'launcher/launcher_button.h',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'shell/cocoa/app-Info.plist', 602 'shell/cocoa/app-Info.plist',
599 ], 603 ],
600 'xcode_settings': { 604 'xcode_settings': {
601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
602 }, 606 },
603 }], 607 }],
604 ], 608 ],
605 }, 609 },
606 ], 610 ],
607 } 611 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/ash_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698