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

Side by Side Diff: ash/ash.gyp

Issue 10201014: Implement High Contrast mode for Chrome OS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove extra define guard 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
« 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',
70 'key_rewriter_delegate.h', 72 'key_rewriter_delegate.h',
71 'launcher/background_animator.cc', 73 'launcher/background_animator.cc',
72 'launcher/background_animator.h', 74 'launcher/background_animator.h',
73 'launcher/launcher.cc', 75 'launcher/launcher.cc',
74 'launcher/launcher.h', 76 'launcher/launcher.h',
75 'launcher/launcher_alignment_menu.cc', 77 'launcher/launcher_alignment_menu.cc',
76 'launcher/launcher_alignment_menu.h', 78 'launcher/launcher_alignment_menu.h',
77 'launcher/launcher_button.cc', 79 'launcher/launcher_button.cc',
78 'launcher/launcher_button.h', 80 'launcher/launcher_button.h',
79 'launcher/launcher_context_menu.cc', 81 'launcher/launcher_context_menu.cc',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'shell/cocoa/app-Info.plist', 532 'shell/cocoa/app-Info.plist',
531 ], 533 ],
532 'xcode_settings': { 534 'xcode_settings': {
533 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 535 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
534 }, 536 },
535 }], 537 }],
536 ], 538 ],
537 }, 539 },
538 ], 540 ],
539 } 541 }
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