| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'desktop_background/desktop_background_resources.cc', | 75 'desktop_background/desktop_background_resources.cc', |
| 76 'desktop_background/desktop_background_resources.h', | 76 'desktop_background/desktop_background_resources.h', |
| 77 'desktop_background/desktop_background_view.cc', | 77 'desktop_background/desktop_background_view.cc', |
| 78 'desktop_background/desktop_background_view.h', | 78 'desktop_background/desktop_background_view.h', |
| 79 'drag_drop/drag_drop_controller.cc', | 79 'drag_drop/drag_drop_controller.cc', |
| 80 'drag_drop/drag_drop_controller.h', | 80 'drag_drop/drag_drop_controller.h', |
| 81 'drag_drop/drag_image_view.cc', | 81 'drag_drop/drag_image_view.cc', |
| 82 'drag_drop/drag_image_view.h', | 82 'drag_drop/drag_image_view.h', |
| 83 'focus_cycler.cc', | 83 'focus_cycler.cc', |
| 84 'focus_cycler.h', | 84 'focus_cycler.h', |
| 85 'high_contrast/high_contrast_controller.cc', |
| 86 'high_contrast/high_contrast_controller.h', |
| 85 'ime/input_method_event_filter.cc', | 87 'ime/input_method_event_filter.cc', |
| 86 'ime/input_method_event_filter.h', | 88 'ime/input_method_event_filter.h', |
| 87 'key_rewriter_delegate.h', | 89 'key_rewriter_delegate.h', |
| 88 'launcher/background_animator.cc', | 90 'launcher/background_animator.cc', |
| 89 'launcher/background_animator.h', | 91 'launcher/background_animator.h', |
| 90 'launcher/launcher.cc', | 92 'launcher/launcher.cc', |
| 91 'launcher/launcher.h', | 93 'launcher/launcher.h', |
| 92 'launcher/launcher_button.cc', | 94 'launcher/launcher_button.cc', |
| 93 'launcher/launcher_button.h', | 95 'launcher/launcher_button.h', |
| 94 'launcher/launcher_context_menu.cc', | 96 'launcher/launcher_context_menu.cc', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 'shell/cocoa/app-Info.plist', | 534 'shell/cocoa/app-Info.plist', |
| 533 ], | 535 ], |
| 534 'xcode_settings': { | 536 'xcode_settings': { |
| 535 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 537 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 536 }, | 538 }, |
| 537 }], | 539 }], |
| 538 ], | 540 ], |
| 539 }, | 541 }, |
| 540 ], | 542 ], |
| 541 } | 543 } |
| OLD | NEW |