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

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: review3 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
« no previous file with comments | « chrome/browser/ui/webui/popular_sites_internals_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'chrome_browser_ui_android_sources': [ 510 'chrome_browser_ui_android_sources': [
511 'browser/ui/android/autofill/credit_card_scanner_view_android.cc', 511 'browser/ui/android/autofill/credit_card_scanner_view_android.cc',
512 'browser/ui/android/autofill/credit_card_scanner_view_android.h', 512 'browser/ui/android/autofill/credit_card_scanner_view_android.h',
513 'browser/ui/android/infobars/account_chooser_infobar.cc', 513 'browser/ui/android/infobars/account_chooser_infobar.cc',
514 'browser/ui/android/infobars/account_chooser_infobar.h', 514 'browser/ui/android/infobars/account_chooser_infobar.h',
515 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 515 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
516 'browser/ui/android/infobars/generated_password_saved_infobar.h', 516 'browser/ui/android/infobars/generated_password_saved_infobar.h',
517 'browser/ui/android/snackbars/auto_signin_snackbar_controller.cc', 517 'browser/ui/android/snackbars/auto_signin_snackbar_controller.cc',
518 'browser/ui/android/snackbars/auto_signin_snackbar_controller.h', 518 'browser/ui/android/snackbars/auto_signin_snackbar_controller.h',
519 'browser/ui/screen_capture_notification_ui_stub.cc', 519 'browser/ui/screen_capture_notification_ui_stub.cc',
520 'browser/ui/webui/popular_sites_internals_message_handler.cc',
521 'browser/ui/webui/popular_sites_internals_message_handler.h',
522 'browser/ui/webui/popular_sites_internals_ui.cc',
523 'browser/ui/webui/popular_sites_internals_ui.h',
520 ], 524 ],
521 # Cross-platform ash sources. 525 # Cross-platform ash sources.
522 'chrome_browser_ui_ash_sources': [ 526 'chrome_browser_ui_ash_sources': [
523 'browser/ui/ash/app_list/app_list_controller_ash.cc', 527 'browser/ui/ash/app_list/app_list_controller_ash.cc',
524 'browser/ui/ash/app_list/app_list_controller_ash.h', 528 'browser/ui/ash/app_list/app_list_controller_ash.h',
525 'browser/ui/ash/app_list/app_list_service_ash.cc', 529 'browser/ui/ash/app_list/app_list_service_ash.cc',
526 'browser/ui/ash/app_list/app_list_service_ash.h', 530 'browser/ui/ash/app_list/app_list_service_ash.h',
527 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', 531 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
528 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', 532 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
529 'browser/ui/ash/app_sync_ui_state.cc', 533 'browser/ui/ash/app_sync_ui_state.cc',
(...skipping 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 ], 3207 ],
3204 'sources': [ 3208 'sources': [
3205 '<@(chrome_browser_ui_non_mobile_sources)', 3209 '<@(chrome_browser_ui_non_mobile_sources)',
3206 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3210 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3207 ], 3211 ],
3208 }], 3212 }],
3209 ], 3213 ],
3210 }, 3214 },
3211 ], 3215 ],
3212 } 3216 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/popular_sites_internals_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698