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

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: Augment test Created 4 years, 10 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'browser/status_icons/status_icon.h', 556 'browser/status_icons/status_icon.h',
557 'browser/status_icons/status_icon_menu_model.cc', 557 'browser/status_icons/status_icon_menu_model.cc',
558 'browser/status_icons/status_icon_menu_model.h', 558 'browser/status_icons/status_icon_menu_model.h',
559 'browser/status_icons/status_icon_observer.h', 559 'browser/status_icons/status_icon_observer.h',
560 'browser/status_icons/status_tray.cc', 560 'browser/status_icons/status_tray.cc',
561 'browser/status_icons/status_tray.h', 561 'browser/status_icons/status_tray.h',
562 'browser/storage/durable_storage_permission_context.cc', 562 'browser/storage/durable_storage_permission_context.cc',
563 'browser/storage/durable_storage_permission_context.h', 563 'browser/storage/durable_storage_permission_context.h',
564 'browser/storage/durable_storage_permission_context_factory.cc', 564 'browser/storage/durable_storage_permission_context_factory.cc',
565 'browser/storage/durable_storage_permission_context_factory.h', 565 'browser/storage/durable_storage_permission_context_factory.h',
566 'browser/storage/storage_info_fetcher.cc',
567 'browser/storage/storage_info_fetcher.h',
566 'browser/tab_contents/navigation_metrics_recorder.cc', 568 'browser/tab_contents/navigation_metrics_recorder.cc',
567 'browser/tab_contents/navigation_metrics_recorder.h', 569 'browser/tab_contents/navigation_metrics_recorder.h',
568 'browser/tab_contents/retargeting_details.h', 570 'browser/tab_contents/retargeting_details.h',
569 'browser/tab_contents/tab_util.cc', 571 'browser/tab_contents/tab_util.cc',
570 'browser/tab_contents/tab_util.h', 572 'browser/tab_contents/tab_util.h',
571 'browser/task_management/web_contents_tags.cc', 573 'browser/task_management/web_contents_tags.cc',
572 'browser/task_management/web_contents_tags.h', 574 'browser/task_management/web_contents_tags.h',
573 'browser/task_profiler/task_profiler_data_serializer.cc', 575 'browser/task_profiler/task_profiler_data_serializer.cc',
574 'browser/task_profiler/task_profiler_data_serializer.h', 576 'browser/task_profiler/task_profiler_data_serializer.h',
575 'browser/thumbnails/content_analysis.cc', 577 'browser/thumbnails/content_analysis.cc',
(...skipping 3616 matching lines...) Expand 10 before | Expand all | Expand 10 after
4192 '../components/components.gyp:omnibox_browser', 4194 '../components/components.gyp:omnibox_browser',
4193 '../components/components.gyp:rlz', 4195 '../components/components.gyp:rlz',
4194 '../components/components.gyp:search_engines', 4196 '../components/components.gyp:search_engines',
4195 '../rlz/rlz.gyp:rlz_lib', 4197 '../rlz/rlz.gyp:rlz_lib',
4196 ], 4198 ],
4197 }, 4199 },
4198 ], 4200 ],
4199 }], 4201 }],
4200 ], 4202 ],
4201 } 4203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698