Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1340493002: Add initial version of chrome://popular-sites-internals page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@finch_country_version
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'chrome_browser_ui_android_sources': [ 518 'chrome_browser_ui_android_sources': [
519 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', 519 'browser/ui/android/autofill/credit_card_scanner_view_android.cc',
520 'browser/ui/android/autofill/credit_card_scanner_view_android.h', 520 'browser/ui/android/autofill/credit_card_scanner_view_android.h',
521 'browser/ui/android/infobars/account_chooser_infobar.cc', 521 'browser/ui/android/infobars/account_chooser_infobar.cc',
522 'browser/ui/android/infobars/account_chooser_infobar.h', 522 'browser/ui/android/infobars/account_chooser_infobar.h',
523 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 523 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
524 'browser/ui/android/infobars/generated_password_saved_infobar.h', 524 'browser/ui/android/infobars/generated_password_saved_infobar.h',
525 'browser/ui/android/snackbars/auto_signin_snackbar_controller.cc', 525 'browser/ui/android/snackbars/auto_signin_snackbar_controller.cc',
526 'browser/ui/android/snackbars/auto_signin_snackbar_controller.h', 526 'browser/ui/android/snackbars/auto_signin_snackbar_controller.h',
527 'browser/ui/screen_capture_notification_ui_stub.cc', 527 'browser/ui/screen_capture_notification_ui_stub.cc',
528 'browser/ui/webui/popular_sites_internals_message_handler.cc',
529 'browser/ui/webui/popular_sites_internals_message_handler.h',
530 'browser/ui/webui/popular_sites_internals_ui.cc',
531 'browser/ui/webui/popular_sites_internals_ui.h',
528 ], 532 ],
529 # Cross-platform ash sources. 533 # Cross-platform ash sources.
530 'chrome_browser_ui_ash_sources': [ 534 'chrome_browser_ui_ash_sources': [
531 'browser/ui/ash/app_list/app_list_controller_ash.cc', 535 'browser/ui/ash/app_list/app_list_controller_ash.cc',
532 'browser/ui/ash/app_list/app_list_controller_ash.h', 536 'browser/ui/ash/app_list/app_list_controller_ash.h',
533 'browser/ui/ash/app_list/app_list_service_ash.cc', 537 'browser/ui/ash/app_list/app_list_service_ash.cc',
534 'browser/ui/ash/app_list/app_list_service_ash.h', 538 'browser/ui/ash/app_list/app_list_service_ash.h',
535 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', 539 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
536 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', 540 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
537 'browser/ui/ash/app_sync_ui_state.cc', 541 'browser/ui/ash/app_sync_ui_state.cc',
(...skipping 2658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3196 ], 3200 ],
3197 'sources': [ 3201 'sources': [
3198 '<@(chrome_browser_ui_non_mobile_sources)', 3202 '<@(chrome_browser_ui_non_mobile_sources)',
3199 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3203 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3200 ], 3204 ],
3201 }], 3205 }],
3202 ], 3206 ],
3203 }, 3207 },
3204 ], 3208 ],
3205 } 3209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698