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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'system/chromeos/screen_security/screen_capture_tray_item.h', | 253 'system/chromeos/screen_security/screen_capture_tray_item.h', |
254 'system/chromeos/screen_security/screen_share_observer.h', | 254 'system/chromeos/screen_security/screen_share_observer.h', |
255 'system/chromeos/screen_security/screen_share_tray_item.cc', | 255 'system/chromeos/screen_security/screen_share_tray_item.cc', |
256 'system/chromeos/screen_security/screen_share_tray_item.h', | 256 'system/chromeos/screen_security/screen_share_tray_item.h', |
257 'system/chromeos/screen_security/screen_tray_item.cc', | 257 'system/chromeos/screen_security/screen_tray_item.cc', |
258 'system/chromeos/screen_security/screen_tray_item.h', | 258 'system/chromeos/screen_security/screen_tray_item.h', |
259 'system/chromeos/settings/tray_settings.cc', | 259 'system/chromeos/settings/tray_settings.cc', |
260 'system/chromeos/settings/tray_settings.h', | 260 'system/chromeos/settings/tray_settings.h', |
261 'system/chromeos/tray_display.cc', | 261 'system/chromeos/tray_display.cc', |
262 'system/chromeos/tray_display.h', | 262 'system/chromeos/tray_display.h', |
| 263 'system/chromeos/tray_tracing.cc', |
| 264 'system/chromeos/tray_tracing.h', |
263 'system/date/clock_observer.h', | 265 'system/date/clock_observer.h', |
264 'system/date/date_view.cc', | 266 'system/date/date_view.cc', |
265 'system/date/date_view.h', | 267 'system/date/date_view.h', |
266 'system/date/tray_date.cc', | 268 'system/date/tray_date.cc', |
267 'system/date/tray_date.h', | 269 'system/date/tray_date.h', |
268 'system/drive/drive_observer.h', | 270 'system/drive/drive_observer.h', |
269 'system/drive/tray_drive.cc', | 271 'system/drive/tray_drive.cc', |
270 'system/drive/tray_drive.h', | 272 'system/drive/tray_drive.h', |
271 'system/ime/ime_observer.h', | 273 'system/ime/ime_observer.h', |
272 'system/ime/tray_ime.cc', | 274 'system/ime/tray_ime.cc', |
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 'shell/cocoa/app-Info.plist', | 917 'shell/cocoa/app-Info.plist', |
916 ], | 918 ], |
917 'xcode_settings': { | 919 'xcode_settings': { |
918 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 920 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
919 }, | 921 }, |
920 }], | 922 }], |
921 ], | 923 ], |
922 }, | 924 }, |
923 ], | 925 ], |
924 } | 926 } |
OLD | NEW |