| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'system/tray_accessibility.h', | 184 'system/tray_accessibility.h', |
| 185 'system/tray_caps_lock.cc', | 185 'system/tray_caps_lock.cc', |
| 186 'system/tray_caps_lock.h', | 186 'system/tray_caps_lock.h', |
| 187 'system/tray_update.cc', | 187 'system/tray_update.cc', |
| 188 'system/tray_update.h', | 188 'system/tray_update.h', |
| 189 'system/user/login_status.h', | 189 'system/user/login_status.h', |
| 190 'system/user/tray_user.cc', | 190 'system/user/tray_user.cc', |
| 191 'system/user/tray_user.h', | 191 'system/user/tray_user.h', |
| 192 'system/user/update_observer.h', | 192 'system/user/update_observer.h', |
| 193 'system/user/user_observer.h', | 193 'system/user/user_observer.h', |
| 194 'system/web_notification/web_notification_tray.cc', |
| 195 'system/web_notification/web_notification_tray.h', |
| 194 'tooltips/tooltip_controller.cc', | 196 'tooltips/tooltip_controller.cc', |
| 195 'tooltips/tooltip_controller.h', | 197 'tooltips/tooltip_controller.h', |
| 196 'touch/touch_observer_hud.cc', | 198 'touch/touch_observer_hud.cc', |
| 197 'touch/touch_observer_hud.h', | 199 'touch/touch_observer_hud.h', |
| 198 'ui_controls_ash.cc', | 200 'ui_controls_ash.cc', |
| 199 'volume_control_delegate.h', | 201 'volume_control_delegate.h', |
| 200 'wm/app_list_controller.cc', | 202 'wm/app_list_controller.cc', |
| 201 'wm/app_list_controller.h', | 203 'wm/app_list_controller.h', |
| 202 'wm/activation_controller.cc', | 204 'wm/activation_controller.cc', |
| 203 'wm/activation_controller.h', | 205 'wm/activation_controller.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'focus_cycler_unittest.cc', | 376 'focus_cycler_unittest.cc', |
| 375 'launcher/launcher_context_menu_unittest.cc', | 377 'launcher/launcher_context_menu_unittest.cc', |
| 376 'launcher/launcher_model_unittest.cc', | 378 'launcher/launcher_model_unittest.cc', |
| 377 'launcher/launcher_navigator_unittest.cc', | 379 'launcher/launcher_navigator_unittest.cc', |
| 378 'launcher/launcher_unittest.cc', | 380 'launcher/launcher_unittest.cc', |
| 379 'launcher/launcher_view_unittest.cc', | 381 'launcher/launcher_view_unittest.cc', |
| 380 'monitor/multi_monitor_manager_unittest.cc', | 382 'monitor/multi_monitor_manager_unittest.cc', |
| 381 'screensaver/screensaver_view_unittest.cc', | 383 'screensaver/screensaver_view_unittest.cc', |
| 382 'shell_unittest.cc', | 384 'shell_unittest.cc', |
| 383 'system/tray/system_tray_unittest.cc', | 385 'system/tray/system_tray_unittest.cc', |
| 386 'system/web_notification/web_notification_tray_unittest.cc', |
| 384 'test/ash_test_base.cc', | 387 'test/ash_test_base.cc', |
| 385 'test/ash_test_base.h', | 388 'test/ash_test_base.h', |
| 386 'test/ash_unittests.cc', | 389 'test/ash_unittests.cc', |
| 387 'test/capture_tracking_view.cc', | 390 'test/capture_tracking_view.cc', |
| 388 'test/capture_tracking_view.h', | 391 'test/capture_tracking_view.h', |
| 389 'test/launcher_view_test_api.cc', | 392 'test/launcher_view_test_api.cc', |
| 390 'test/launcher_view_test_api.h', | 393 'test/launcher_view_test_api.h', |
| 391 'test/test_activation_delegate.cc', | 394 'test/test_activation_delegate.cc', |
| 392 'test/test_activation_delegate.h', | 395 'test/test_activation_delegate.h', |
| 393 'test/test_launcher_delegate.cc', | 396 'test/test_launcher_delegate.cc', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 'shell/cocoa/app-Info.plist', | 549 'shell/cocoa/app-Info.plist', |
| 547 ], | 550 ], |
| 548 'xcode_settings': { | 551 'xcode_settings': { |
| 549 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 552 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 550 }, | 553 }, |
| 551 }], | 554 }], |
| 552 ], | 555 ], |
| 553 }, | 556 }, |
| 554 ], | 557 ], |
| 555 } | 558 } |
| OLD | NEW |