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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 'browser/status_icons/status_tray.cc', | 609 'browser/status_icons/status_tray.cc', |
610 'browser/status_icons/status_tray.h', | 610 'browser/status_icons/status_tray.h', |
611 'browser/storage/durable_storage_permission_context.cc', | 611 'browser/storage/durable_storage_permission_context.cc', |
612 'browser/storage/durable_storage_permission_context.h', | 612 'browser/storage/durable_storage_permission_context.h', |
613 'browser/storage/durable_storage_permission_context_factory.cc', | 613 'browser/storage/durable_storage_permission_context_factory.cc', |
614 'browser/storage/durable_storage_permission_context_factory.h', | 614 'browser/storage/durable_storage_permission_context_factory.h', |
615 'browser/storage/storage_info_fetcher.cc', | 615 'browser/storage/storage_info_fetcher.cc', |
616 'browser/storage/storage_info_fetcher.h', | 616 'browser/storage/storage_info_fetcher.h', |
617 'browser/tab_contents/navigation_metrics_recorder.cc', | 617 'browser/tab_contents/navigation_metrics_recorder.cc', |
618 'browser/tab_contents/navigation_metrics_recorder.h', | 618 'browser/tab_contents/navigation_metrics_recorder.h', |
| 619 'browser/tab_contents/origins_seen_service.cc', |
| 620 'browser/tab_contents/origins_seen_service.h', |
| 621 'browser/tab_contents/origins_seen_service_factory.cc', |
| 622 'browser/tab_contents/origins_seen_service_factory.h', |
619 'browser/tab_contents/retargeting_details.h', | 623 'browser/tab_contents/retargeting_details.h', |
620 'browser/tab_contents/tab_util.cc', | 624 'browser/tab_contents/tab_util.cc', |
621 'browser/tab_contents/tab_util.h', | 625 'browser/tab_contents/tab_util.h', |
622 'browser/task_management/web_contents_tags.cc', | 626 'browser/task_management/web_contents_tags.cc', |
623 'browser/task_management/web_contents_tags.h', | 627 'browser/task_management/web_contents_tags.h', |
624 'browser/task_profiler/task_profiler_data_serializer.cc', | 628 'browser/task_profiler/task_profiler_data_serializer.cc', |
625 'browser/task_profiler/task_profiler_data_serializer.h', | 629 'browser/task_profiler/task_profiler_data_serializer.h', |
626 'browser/thumbnails/content_analysis.cc', | 630 'browser/thumbnails/content_analysis.cc', |
627 'browser/thumbnails/content_analysis.h', | 631 'browser/thumbnails/content_analysis.h', |
628 'browser/thumbnails/content_based_thumbnailing_algorithm.cc', | 632 'browser/thumbnails/content_based_thumbnailing_algorithm.cc', |
(...skipping 3594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4223 '../components/components.gyp:rlz', | 4227 '../components/components.gyp:rlz', |
4224 '../components/components.gyp:search_engines', | 4228 '../components/components.gyp:search_engines', |
4225 '../rlz/rlz.gyp:rlz_lib', | 4229 '../rlz/rlz.gyp:rlz_lib', |
4226 'common', | 4230 'common', |
4227 ], | 4231 ], |
4228 }, | 4232 }, |
4229 ], | 4233 ], |
4230 }], | 4234 }], |
4231 ], | 4235 ], |
4232 } | 4236 } |
OLD | NEW |