| 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 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
| 10 'ash_sources': [ | 10 'ash_sources': [ |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 'system/tray/tray_image_item.cc', | 422 'system/tray/tray_image_item.cc', |
| 423 'system/tray/tray_image_item.h', | 423 'system/tray/tray_image_item.h', |
| 424 'system/tray/tray_item_more.cc', | 424 'system/tray/tray_item_more.cc', |
| 425 'system/tray/tray_item_more.h', | 425 'system/tray/tray_item_more.h', |
| 426 'system/tray/tray_item_view.cc', | 426 'system/tray/tray_item_view.cc', |
| 427 'system/tray/tray_item_view.h', | 427 'system/tray/tray_item_view.h', |
| 428 'system/tray/tray_notification_view.cc', | 428 'system/tray/tray_notification_view.cc', |
| 429 'system/tray/tray_notification_view.h', | 429 'system/tray/tray_notification_view.h', |
| 430 'system/tray/tray_popup_header_button.cc', | 430 'system/tray/tray_popup_header_button.cc', |
| 431 'system/tray/tray_popup_header_button.h', | 431 'system/tray/tray_popup_header_button.h', |
| 432 'system/tray/tray_popup_item_container.cc', |
| 433 'system/tray/tray_popup_item_container.h', |
| 432 'system/tray/tray_popup_label_button.cc', | 434 'system/tray/tray_popup_label_button.cc', |
| 433 'system/tray/tray_popup_label_button.h', | 435 'system/tray/tray_popup_label_button.h', |
| 434 'system/tray/tray_popup_label_button_border.cc', | 436 'system/tray/tray_popup_label_button_border.cc', |
| 435 'system/tray/tray_popup_label_button_border.h', | 437 'system/tray/tray_popup_label_button_border.h', |
| 436 'system/tray/tray_utils.cc', | 438 'system/tray/tray_utils.cc', |
| 437 'system/tray/tray_utils.h', | 439 'system/tray/tray_utils.h', |
| 438 'system/tray/view_click_listener.h', | 440 'system/tray/view_click_listener.h', |
| 439 'system/tray_accessibility.cc', | 441 'system/tray_accessibility.cc', |
| 440 'system/tray_accessibility.h', | 442 'system/tray_accessibility.h', |
| 441 'system/tray_update.cc', | 443 'system/tray_update.cc', |
| (...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1262 'conditions': [ | 1264 'conditions': [ |
| 1263 ['chromeos==1', { | 1265 ['chromeos==1', { |
| 1264 'dependencies': [ | 1266 'dependencies': [ |
| 1265 '../ui/display/display.gyp:display', | 1267 '../ui/display/display.gyp:display', |
| 1266 ], | 1268 ], |
| 1267 }], | 1269 }], |
| 1268 ], | 1270 ], |
| 1269 }, | 1271 }, |
| 1270 ], | 1272 ], |
| 1271 } | 1273 } |
| OLD | NEW |