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

Side by Side Diff: ash/ash.gyp

Issue 10407089: Revert 138212 - Implement High Contrast mode for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/high_contrast/high_contrast_controller.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'desktop_background/desktop_background_resources.cc', 60 'desktop_background/desktop_background_resources.cc',
61 'desktop_background/desktop_background_resources.h', 61 'desktop_background/desktop_background_resources.h',
62 'desktop_background/desktop_background_view.cc', 62 'desktop_background/desktop_background_view.cc',
63 'desktop_background/desktop_background_view.h', 63 'desktop_background/desktop_background_view.h',
64 'drag_drop/drag_drop_controller.cc', 64 'drag_drop/drag_drop_controller.cc',
65 'drag_drop/drag_drop_controller.h', 65 'drag_drop/drag_drop_controller.h',
66 'drag_drop/drag_image_view.cc', 66 'drag_drop/drag_image_view.cc',
67 'drag_drop/drag_image_view.h', 67 'drag_drop/drag_image_view.h',
68 'focus_cycler.cc', 68 'focus_cycler.cc',
69 'focus_cycler.h', 69 'focus_cycler.h',
70 'high_contrast/high_contrast_controller.cc',
71 'high_contrast/high_contrast_controller.h',
72 'key_rewriter_delegate.h', 70 'key_rewriter_delegate.h',
73 'launcher/background_animator.cc', 71 'launcher/background_animator.cc',
74 'launcher/background_animator.h', 72 'launcher/background_animator.h',
75 'launcher/launcher.cc', 73 'launcher/launcher.cc',
76 'launcher/launcher.h', 74 'launcher/launcher.h',
77 'launcher/launcher_alignment_menu.cc', 75 'launcher/launcher_alignment_menu.cc',
78 'launcher/launcher_alignment_menu.h', 76 'launcher/launcher_alignment_menu.h',
79 'launcher/launcher_button.cc', 77 'launcher/launcher_button.cc',
80 'launcher/launcher_button.h', 78 'launcher/launcher_button.h',
81 'launcher/launcher_context_menu.cc', 79 'launcher/launcher_context_menu.cc',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'shell/cocoa/app-Info.plist', 530 'shell/cocoa/app-Info.plist',
533 ], 531 ],
534 'xcode_settings': { 532 'xcode_settings': {
535 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 533 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
536 }, 534 },
537 }], 535 }],
538 ], 536 ],
539 }, 537 },
540 ], 538 ],
541 } 539 }
OLDNEW
« no previous file with comments | « no previous file | ash/high_contrast/high_contrast_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698