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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1607483005: Show data usage on Site Details (MDSettings) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test (WIP) Created 4 years, 11 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'browser/status_icons/status_icon.h', 554 'browser/status_icons/status_icon.h',
555 'browser/status_icons/status_icon_menu_model.cc', 555 'browser/status_icons/status_icon_menu_model.cc',
556 'browser/status_icons/status_icon_menu_model.h', 556 'browser/status_icons/status_icon_menu_model.h',
557 'browser/status_icons/status_icon_observer.h', 557 'browser/status_icons/status_icon_observer.h',
558 'browser/status_icons/status_tray.cc', 558 'browser/status_icons/status_tray.cc',
559 'browser/status_icons/status_tray.h', 559 'browser/status_icons/status_tray.h',
560 'browser/storage/durable_storage_permission_context.cc', 560 'browser/storage/durable_storage_permission_context.cc',
561 'browser/storage/durable_storage_permission_context.h', 561 'browser/storage/durable_storage_permission_context.h',
562 'browser/storage/durable_storage_permission_context_factory.cc', 562 'browser/storage/durable_storage_permission_context_factory.cc',
563 'browser/storage/durable_storage_permission_context_factory.h', 563 'browser/storage/durable_storage_permission_context_factory.h',
564 'browser/storage/storage_info_fetcher.cc',
565 'browser/storage/storage_info_fetcher.h',
564 'browser/tab_contents/navigation_metrics_recorder.cc', 566 'browser/tab_contents/navigation_metrics_recorder.cc',
565 'browser/tab_contents/navigation_metrics_recorder.h', 567 'browser/tab_contents/navigation_metrics_recorder.h',
566 'browser/tab_contents/retargeting_details.h', 568 'browser/tab_contents/retargeting_details.h',
567 'browser/tab_contents/tab_util.cc', 569 'browser/tab_contents/tab_util.cc',
568 'browser/tab_contents/tab_util.h', 570 'browser/tab_contents/tab_util.h',
569 'browser/task_management/web_contents_tags.cc', 571 'browser/task_management/web_contents_tags.cc',
570 'browser/task_management/web_contents_tags.h', 572 'browser/task_management/web_contents_tags.h',
571 'browser/task_profiler/task_profiler_data_serializer.cc', 573 'browser/task_profiler/task_profiler_data_serializer.cc',
572 'browser/task_profiler/task_profiler_data_serializer.h', 574 'browser/task_profiler/task_profiler_data_serializer.h',
573 'browser/thumbnails/content_analysis.cc', 575 'browser/thumbnails/content_analysis.cc',
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 'browser/notifications/notification.h', 2065 'browser/notifications/notification.h',
2064 'browser/notifications/notification_delegate.h', 2066 'browser/notifications/notification_delegate.h',
2065 'browser/notifications/notification_object_proxy.cc', 2067 'browser/notifications/notification_object_proxy.cc',
2066 'browser/notifications/notification_object_proxy.h', 2068 'browser/notifications/notification_object_proxy.h',
2067 'browser/notifications/notification_permission_context.cc', 2069 'browser/notifications/notification_permission_context.cc',
2068 'browser/notifications/notification_permission_context.h', 2070 'browser/notifications/notification_permission_context.h',
2069 'browser/notifications/notification_permission_context_factory.cc', 2071 'browser/notifications/notification_permission_context_factory.cc',
2070 'browser/notifications/notification_permission_context_factory.h', 2072 'browser/notifications/notification_permission_context_factory.h',
2071 'browser/notifications/notification_ui_manager.h', 2073 'browser/notifications/notification_ui_manager.h',
2072 'browser/notifications/notification_ui_manager_mac.h', 2074 'browser/notifications/notification_ui_manager_mac.h',
2073 'browser/notifications/notification_ui_manager_mac.mm', 2075 'browser/notifications/notification_ui_manager_mac.mm',
2074 'browser/notifications/notifier_state_tracker.cc', 2076 'browser/notifications/notifier_state_tracker.cc',
2075 'browser/notifications/notifier_state_tracker.h', 2077 'browser/notifications/notifier_state_tracker.h',
2076 'browser/notifications/notifier_state_tracker_factory.cc', 2078 'browser/notifications/notifier_state_tracker_factory.cc',
2077 'browser/notifications/notifier_state_tracker_factory.h', 2079 'browser/notifications/notifier_state_tracker_factory.h',
2078 'browser/notifications/persistent_notification_delegate.cc', 2080 'browser/notifications/persistent_notification_delegate.cc',
2079 'browser/notifications/persistent_notification_delegate.h', 2081 'browser/notifications/persistent_notification_delegate.h',
2080 'browser/notifications/platform_notification_service_impl.cc', 2082 'browser/notifications/platform_notification_service_impl.cc',
2081 'browser/notifications/platform_notification_service_impl.h', 2083 'browser/notifications/platform_notification_service_impl.h',
2082 'browser/notifications/profile_notification.cc', 2084 'browser/notifications/profile_notification.cc',
2083 'browser/notifications/profile_notification.h', 2085 'browser/notifications/profile_notification.h',
(...skipping 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after
4184 '../components/components.gyp:omnibox_browser', 4186 '../components/components.gyp:omnibox_browser',
4185 '../components/components.gyp:rlz', 4187 '../components/components.gyp:rlz',
4186 '../components/components.gyp:search_engines', 4188 '../components/components.gyp:search_engines',
4187 '../rlz/rlz.gyp:rlz_lib', 4189 '../rlz/rlz.gyp:rlz_lib',
4188 ], 4190 ],
4189 }, 4191 },
4190 ], 4192 ],
4191 }], 4193 }],
4192 ], 4194 ],
4193 } 4195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698