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 # 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 Loading... |
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 3615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4191 '../components/components.gyp:omnibox_browser', | 4193 '../components/components.gyp:omnibox_browser', |
4192 '../components/components.gyp:rlz', | 4194 '../components/components.gyp:rlz', |
4193 '../components/components.gyp:search_engines', | 4195 '../components/components.gyp:search_engines', |
4194 '../rlz/rlz.gyp:rlz_lib', | 4196 '../rlz/rlz.gyp:rlz_lib', |
4195 ], | 4197 ], |
4196 }, | 4198 }, |
4197 ], | 4199 ], |
4198 }], | 4200 }], |
4199 ], | 4201 ], |
4200 } | 4202 } |
OLD | NEW |