| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'app_list/app_list_model_view.cc', | 60 'app_list/app_list_model_view.cc', |
| 61 'app_list/app_list_model_view.h', | 61 'app_list/app_list_model_view.h', |
| 62 'app_list/app_list_view.cc', | 62 'app_list/app_list_view.cc', |
| 63 'app_list/app_list_view.h', | 63 'app_list/app_list_view.h', |
| 64 'app_list/app_list_view_delegate.h', | 64 'app_list/app_list_view_delegate.h', |
| 65 'app_list/drop_shadow_label.cc', | 65 'app_list/drop_shadow_label.cc', |
| 66 'app_list/drop_shadow_label.h', | 66 'app_list/drop_shadow_label.h', |
| 67 'ash_switches.cc', | 67 'ash_switches.cc', |
| 68 'ash_switches.h', | 68 'ash_switches.h', |
| 69 'caps_lock_delegate.h', | 69 'caps_lock_delegate.h', |
| 70 'desktop_background/desktop_background_controller.cc', |
| 71 'desktop_background/desktop_background_controller.h', |
| 72 'desktop_background/desktop_background_resources.cc', |
| 73 'desktop_background/desktop_background_resources.h', |
| 70 'desktop_background/desktop_background_view.cc', | 74 'desktop_background/desktop_background_view.cc', |
| 71 'desktop_background/desktop_background_view.h', | 75 'desktop_background/desktop_background_view.h', |
| 72 'drag_drop/drag_drop_controller.cc', | 76 'drag_drop/drag_drop_controller.cc', |
| 73 'drag_drop/drag_drop_controller.h', | 77 'drag_drop/drag_drop_controller.h', |
| 74 'drag_drop/drag_image_view.cc', | 78 'drag_drop/drag_image_view.cc', |
| 75 'drag_drop/drag_image_view.h', | 79 'drag_drop/drag_image_view.h', |
| 76 'focus_cycler.cc', | 80 'focus_cycler.cc', |
| 77 'focus_cycler.h', | 81 'focus_cycler.h', |
| 78 'ime/event.cc', | 82 'ime/event.cc', |
| 79 'ime/event.h', | 83 'ime/event.h', |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 'shell/cocoa/app-Info.plist', | 419 'shell/cocoa/app-Info.plist', |
| 416 ], | 420 ], |
| 417 'xcode_settings': { | 421 'xcode_settings': { |
| 418 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 422 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 419 }, | 423 }, |
| 420 }], | 424 }], |
| 421 ], | 425 ], |
| 422 }, | 426 }, |
| 423 ], | 427 ], |
| 424 } | 428 } |
| OLD | NEW |