| 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'system/tray/tray_image_item.cc', | 420 'system/tray/tray_image_item.cc', |
| 421 'system/tray/tray_image_item.h', | 421 'system/tray/tray_image_item.h', |
| 422 'system/tray/tray_item_more.cc', | 422 'system/tray/tray_item_more.cc', |
| 423 'system/tray/tray_item_more.h', | 423 'system/tray/tray_item_more.h', |
| 424 'system/tray/tray_item_view.cc', | 424 'system/tray/tray_item_view.cc', |
| 425 'system/tray/tray_item_view.h', | 425 'system/tray/tray_item_view.h', |
| 426 'system/tray/tray_notification_view.cc', | 426 'system/tray/tray_notification_view.cc', |
| 427 'system/tray/tray_notification_view.h', | 427 'system/tray/tray_notification_view.h', |
| 428 'system/tray/tray_popup_header_button.cc', | 428 'system/tray/tray_popup_header_button.cc', |
| 429 'system/tray/tray_popup_header_button.h', | 429 'system/tray/tray_popup_header_button.h', |
| 430 'system/tray/tray_popup_item_container.cc', |
| 431 'system/tray/tray_popup_item_container.h', |
| 430 'system/tray/tray_popup_label_button.cc', | 432 'system/tray/tray_popup_label_button.cc', |
| 431 'system/tray/tray_popup_label_button.h', | 433 'system/tray/tray_popup_label_button.h', |
| 432 'system/tray/tray_popup_label_button_border.cc', | 434 'system/tray/tray_popup_label_button_border.cc', |
| 433 'system/tray/tray_popup_label_button_border.h', | 435 'system/tray/tray_popup_label_button_border.h', |
| 434 'system/tray/tray_utils.cc', | 436 'system/tray/tray_utils.cc', |
| 435 'system/tray/tray_utils.h', | 437 'system/tray/tray_utils.h', |
| 436 'system/tray/view_click_listener.h', | 438 'system/tray/view_click_listener.h', |
| 437 'system/tray_accessibility.cc', | 439 'system/tray_accessibility.cc', |
| 438 'system/tray_accessibility.h', | 440 'system/tray_accessibility.h', |
| 439 'system/tray_update.cc', | 441 'system/tray_update.cc', |
| (...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1289 '../build/isolate.gypi', | 1291 '../build/isolate.gypi', |
| 1290 ], | 1292 ], |
| 1291 'sources': [ | 1293 'sources': [ |
| 1292 'ash_unittests.isolate', | 1294 'ash_unittests.isolate', |
| 1293 ], | 1295 ], |
| 1294 }, | 1296 }, |
| 1295 ], | 1297 ], |
| 1296 }], | 1298 }], |
| 1297 ], | 1299 ], |
| 1298 } | 1300 } |
| OLD | NEW |