OLD | NEW |
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'desktop_background/desktop_background_resources.cc', | 58 'desktop_background/desktop_background_resources.cc', |
59 'desktop_background/desktop_background_resources.h', | 59 'desktop_background/desktop_background_resources.h', |
60 'desktop_background/desktop_background_view.cc', | 60 'desktop_background/desktop_background_view.cc', |
61 'desktop_background/desktop_background_view.h', | 61 'desktop_background/desktop_background_view.h', |
62 'drag_drop/drag_drop_controller.cc', | 62 'drag_drop/drag_drop_controller.cc', |
63 'drag_drop/drag_drop_controller.h', | 63 'drag_drop/drag_drop_controller.h', |
64 'drag_drop/drag_image_view.cc', | 64 'drag_drop/drag_image_view.cc', |
65 'drag_drop/drag_image_view.h', | 65 'drag_drop/drag_image_view.h', |
66 'focus_cycler.cc', | 66 'focus_cycler.cc', |
67 'focus_cycler.h', | 67 'focus_cycler.h', |
| 68 'high_contrast/high_contrast_controller.cc', |
| 69 'high_contrast/high_contrast_controller.h', |
68 'key_rewriter_delegate.h', | 70 'key_rewriter_delegate.h', |
69 'launcher/background_animator.cc', | 71 'launcher/background_animator.cc', |
70 'launcher/background_animator.h', | 72 'launcher/background_animator.h', |
71 'launcher/launcher.cc', | 73 'launcher/launcher.cc', |
72 'launcher/launcher.h', | 74 'launcher/launcher.h', |
73 'launcher/launcher_alignment_menu.cc', | 75 'launcher/launcher_alignment_menu.cc', |
74 'launcher/launcher_alignment_menu.h', | 76 'launcher/launcher_alignment_menu.h', |
75 'launcher/launcher_button.cc', | 77 'launcher/launcher_button.cc', |
76 'launcher/launcher_button.h', | 78 'launcher/launcher_button.h', |
77 'launcher/launcher_context_menu.cc', | 79 'launcher/launcher_context_menu.cc', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 'shell/cocoa/app-Info.plist', | 524 'shell/cocoa/app-Info.plist', |
523 ], | 525 ], |
524 'xcode_settings': { | 526 'xcode_settings': { |
525 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 527 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
526 }, | 528 }, |
527 }], | 529 }], |
528 ], | 530 ], |
529 }, | 531 }, |
530 ], | 532 ], |
531 } | 533 } |
OLD | NEW |