| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'system/chromeos/screen_security/screen_capture_tray_item.h', | 251 'system/chromeos/screen_security/screen_capture_tray_item.h', |
| 252 'system/chromeos/screen_security/screen_share_observer.h', | 252 'system/chromeos/screen_security/screen_share_observer.h', |
| 253 'system/chromeos/screen_security/screen_share_tray_item.cc', | 253 'system/chromeos/screen_security/screen_share_tray_item.cc', |
| 254 'system/chromeos/screen_security/screen_share_tray_item.h', | 254 'system/chromeos/screen_security/screen_share_tray_item.h', |
| 255 'system/chromeos/screen_security/screen_tray_item.cc', | 255 'system/chromeos/screen_security/screen_tray_item.cc', |
| 256 'system/chromeos/screen_security/screen_tray_item.h', | 256 'system/chromeos/screen_security/screen_tray_item.h', |
| 257 'system/chromeos/settings/tray_settings.cc', | 257 'system/chromeos/settings/tray_settings.cc', |
| 258 'system/chromeos/settings/tray_settings.h', | 258 'system/chromeos/settings/tray_settings.h', |
| 259 'system/chromeos/tray_display.cc', | 259 'system/chromeos/tray_display.cc', |
| 260 'system/chromeos/tray_display.h', | 260 'system/chromeos/tray_display.h', |
| 261 'system/chromeos/tray_tracing.cc', |
| 262 'system/chromeos/tray_tracing.h', |
| 261 'system/date/clock_observer.h', | 263 'system/date/clock_observer.h', |
| 262 'system/date/date_view.cc', | 264 'system/date/date_view.cc', |
| 263 'system/date/date_view.h', | 265 'system/date/date_view.h', |
| 264 'system/date/tray_date.cc', | 266 'system/date/tray_date.cc', |
| 265 'system/date/tray_date.h', | 267 'system/date/tray_date.h', |
| 266 'system/drive/drive_observer.h', | 268 'system/drive/drive_observer.h', |
| 267 'system/drive/tray_drive.cc', | 269 'system/drive/tray_drive.cc', |
| 268 'system/drive/tray_drive.h', | 270 'system/drive/tray_drive.h', |
| 269 'system/ime/ime_observer.h', | 271 'system/ime/ime_observer.h', |
| 270 'system/ime/tray_ime.cc', | 272 'system/ime/tray_ime.cc', |
| (...skipping 641 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 |