| 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 ], | 519 ], |
| 520 'chrome_browser_ui_android_sources': [ | 520 'chrome_browser_ui_android_sources': [ |
| 521 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', | 521 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', |
| 522 'browser/ui/android/autofill/credit_card_scanner_view_android.h', | 522 'browser/ui/android/autofill/credit_card_scanner_view_android.h', |
| 523 'browser/ui/android/infobars/account_chooser_infobar.cc', | 523 'browser/ui/android/infobars/account_chooser_infobar.cc', |
| 524 'browser/ui/android/infobars/account_chooser_infobar.h', | 524 'browser/ui/android/infobars/account_chooser_infobar.h', |
| 525 'browser/ui/android/infobars/generated_password_saved_infobar.cc', | 525 'browser/ui/android/infobars/generated_password_saved_infobar.cc', |
| 526 'browser/ui/android/infobars/generated_password_saved_infobar.h', | 526 'browser/ui/android/infobars/generated_password_saved_infobar.h', |
| 527 'browser/ui/auto_login_infobar_delegate.cc', | 527 'browser/ui/auto_login_infobar_delegate.cc', |
| 528 'browser/ui/auto_login_infobar_delegate.h', | 528 'browser/ui/auto_login_infobar_delegate.h', |
| 529 'browser/ui/elide_url.cc', |
| 530 'browser/ui/elide_url.h', |
| 529 'browser/ui/screen_capture_notification_ui_stub.cc', | 531 'browser/ui/screen_capture_notification_ui_stub.cc', |
| 530 ], | 532 ], |
| 531 # Cross-platform ash sources. | 533 # Cross-platform ash sources. |
| 532 'chrome_browser_ui_ash_sources': [ | 534 'chrome_browser_ui_ash_sources': [ |
| 533 'browser/ui/ash/app_list/app_list_controller_ash.cc', | 535 'browser/ui/ash/app_list/app_list_controller_ash.cc', |
| 534 'browser/ui/ash/app_list/app_list_controller_ash.h', | 536 'browser/ui/ash/app_list/app_list_controller_ash.h', |
| 535 'browser/ui/ash/app_list/app_list_service_ash.cc', | 537 'browser/ui/ash/app_list/app_list_service_ash.cc', |
| 536 'browser/ui/ash/app_list/app_list_service_ash.h', | 538 'browser/ui/ash/app_list/app_list_service_ash.h', |
| 537 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', | 539 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', |
| 538 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', | 540 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', |
| (...skipping 2667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3206 ], | 3208 ], |
| 3207 'sources': [ | 3209 'sources': [ |
| 3208 '<@(chrome_browser_ui_non_mobile_sources)', | 3210 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3209 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3211 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3210 ], | 3212 ], |
| 3211 }], | 3213 }], |
| 3212 ], | 3214 ], |
| 3213 }, | 3215 }, |
| 3214 ], | 3216 ], |
| 3215 } | 3217 } |
| OLD | NEW |