| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 'browser/ui/android/view_android_helper.cc', | 494 'browser/ui/android/view_android_helper.cc', |
| 495 'browser/ui/android/view_android_helper.h', | 495 'browser/ui/android/view_android_helper.h', |
| 496 'browser/ui/android/website_settings_popup_android.cc', | 496 'browser/ui/android/website_settings_popup_android.cc', |
| 497 'browser/ui/android/website_settings_popup_android.h', | 497 'browser/ui/android/website_settings_popup_android.h', |
| 498 'browser/ui/browser_otr_state_android.cc', | 498 'browser/ui/browser_otr_state_android.cc', |
| 499 'browser/ui/screen_capture_notification_ui_stub.cc', | 499 'browser/ui/screen_capture_notification_ui_stub.cc', |
| 500 'browser/ui/webui/popular_sites_internals_message_handler.cc', | 500 'browser/ui/webui/popular_sites_internals_message_handler.cc', |
| 501 'browser/ui/webui/popular_sites_internals_message_handler.h', | 501 'browser/ui/webui/popular_sites_internals_message_handler.h', |
| 502 'browser/ui/webui/popular_sites_internals_ui.cc', | 502 'browser/ui/webui/popular_sites_internals_ui.cc', |
| 503 'browser/ui/webui/popular_sites_internals_ui.h', | 503 'browser/ui/webui/popular_sites_internals_ui.h', |
| 504 'browser/ui/webui/snippets_internals_message_handler.cc', |
| 505 'browser/ui/webui/snippets_internals_message_handler.h', |
| 506 'browser/ui/webui/snippets_internals_ui.cc', |
| 507 'browser/ui/webui/snippets_internals_ui.h', |
| 504 ], | 508 ], |
| 505 # Cross-platform ash sources. | 509 # Cross-platform ash sources. |
| 506 'chrome_browser_ui_ash_sources': [ | 510 'chrome_browser_ui_ash_sources': [ |
| 507 'browser/ui/ash/app_list/app_list_controller_ash.cc', | 511 'browser/ui/ash/app_list/app_list_controller_ash.cc', |
| 508 'browser/ui/ash/app_list/app_list_controller_ash.h', | 512 'browser/ui/ash/app_list/app_list_controller_ash.h', |
| 509 'browser/ui/ash/app_list/app_list_service_ash.cc', | 513 'browser/ui/ash/app_list/app_list_service_ash.cc', |
| 510 'browser/ui/ash/app_list/app_list_service_ash.h', | 514 'browser/ui/ash/app_list/app_list_service_ash.h', |
| 511 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', | 515 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', |
| 512 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', | 516 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', |
| 513 'browser/ui/ash/app_sync_ui_state.cc', | 517 'browser/ui/ash/app_sync_ui_state.cc', |
| (...skipping 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3369 ], | 3373 ], |
| 3370 'sources': [ | 3374 'sources': [ |
| 3371 '<@(chrome_browser_ui_non_mobile_sources)', | 3375 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3373 ], | 3377 ], |
| 3374 }], | 3378 }], |
| 3375 ], | 3379 ], |
| 3376 }, | 3380 }, |
| 3377 ], | 3381 ], |
| 3378 } | 3382 } |
| OLD | NEW |