| 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 'includes': [ | 10 'includes': [ |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 'system/tray/tray_popup_label_button.h', | 337 'system/tray/tray_popup_label_button.h', |
| 338 'system/tray/tray_popup_label_button_border.cc', | 338 'system/tray/tray_popup_label_button_border.cc', |
| 339 'system/tray/tray_popup_label_button_border.h', | 339 'system/tray/tray_popup_label_button_border.h', |
| 340 'system/tray/tray_utils.cc', | 340 'system/tray/tray_utils.cc', |
| 341 'system/tray/tray_utils.h', | 341 'system/tray/tray_utils.h', |
| 342 'system/tray/view_click_listener.h', | 342 'system/tray/view_click_listener.h', |
| 343 'system/tray_accessibility.cc', | 343 'system/tray_accessibility.cc', |
| 344 'system/tray_accessibility.h', | 344 'system/tray_accessibility.h', |
| 345 'system/tray_caps_lock.cc', | 345 'system/tray_caps_lock.cc', |
| 346 'system/tray_caps_lock.h', | 346 'system/tray_caps_lock.h', |
| 347 'system/tray_tracing.cc', |
| 348 'system/tray_tracing.h', |
| 347 'system/tray_update.cc', | 349 'system/tray_update.cc', |
| 348 'system/tray_update.h', | 350 'system/tray_update.h', |
| 349 'system/user/login_status.cc', | 351 'system/user/login_status.cc', |
| 350 'system/user/login_status.h', | 352 'system/user/login_status.h', |
| 351 'system/user/tray_user.cc', | 353 'system/user/tray_user.cc', |
| 352 'system/user/tray_user.h', | 354 'system/user/tray_user.h', |
| 353 'system/user/update_observer.h', | 355 'system/user/update_observer.h', |
| 354 'system/user/user_observer.h', | 356 'system/user/user_observer.h', |
| 355 'system/web_notification/web_notification_tray.cc', | 357 'system/web_notification/web_notification_tray.cc', |
| 356 'system/web_notification/web_notification_tray.h', | 358 'system/web_notification/web_notification_tray.h', |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 'shell/cocoa/app-Info.plist', | 914 'shell/cocoa/app-Info.plist', |
| 913 ], | 915 ], |
| 914 'xcode_settings': { | 916 'xcode_settings': { |
| 915 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 917 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 916 }, | 918 }, |
| 917 }], | 919 }], |
| 918 ], | 920 ], |
| 919 }, | 921 }, |
| 920 ], | 922 ], |
| 921 } | 923 } |
| OLD | NEW |