| 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'browser/status_icons/status_icon_menu_model.h', | 604 'browser/status_icons/status_icon_menu_model.h', |
| 605 'browser/status_icons/status_icon_observer.h', | 605 'browser/status_icons/status_icon_observer.h', |
| 606 'browser/status_icons/status_tray.cc', | 606 'browser/status_icons/status_tray.cc', |
| 607 'browser/status_icons/status_tray.h', | 607 'browser/status_icons/status_tray.h', |
| 608 'browser/storage/durable_storage_permission_context.cc', | 608 'browser/storage/durable_storage_permission_context.cc', |
| 609 'browser/storage/durable_storage_permission_context.h', | 609 'browser/storage/durable_storage_permission_context.h', |
| 610 'browser/storage/storage_info_fetcher.cc', | 610 'browser/storage/storage_info_fetcher.cc', |
| 611 'browser/storage/storage_info_fetcher.h', | 611 'browser/storage/storage_info_fetcher.h', |
| 612 'browser/tab_contents/navigation_metrics_recorder.cc', | 612 'browser/tab_contents/navigation_metrics_recorder.cc', |
| 613 'browser/tab_contents/navigation_metrics_recorder.h', | 613 'browser/tab_contents/navigation_metrics_recorder.h', |
| 614 'browser/tab_contents/origins_seen_service.cc', | |
| 615 'browser/tab_contents/origins_seen_service.h', | |
| 616 'browser/tab_contents/origins_seen_service_factory.cc', | 614 'browser/tab_contents/origins_seen_service_factory.cc', |
| 617 'browser/tab_contents/origins_seen_service_factory.h', | 615 'browser/tab_contents/origins_seen_service_factory.h', |
| 618 'browser/tab_contents/retargeting_details.h', | 616 'browser/tab_contents/retargeting_details.h', |
| 619 'browser/tab_contents/tab_util.cc', | 617 'browser/tab_contents/tab_util.cc', |
| 620 'browser/tab_contents/tab_util.h', | 618 'browser/tab_contents/tab_util.h', |
| 621 'browser/task_management/web_contents_tags.cc', | 619 'browser/task_management/web_contents_tags.cc', |
| 622 'browser/task_management/web_contents_tags.h', | 620 'browser/task_management/web_contents_tags.h', |
| 623 'browser/task_profiler/task_profiler_data_serializer.cc', | 621 'browser/task_profiler/task_profiler_data_serializer.cc', |
| 624 'browser/task_profiler/task_profiler_data_serializer.h', | 622 'browser/task_profiler/task_profiler_data_serializer.h', |
| 625 'browser/thumbnails/content_analysis.cc', | 623 'browser/thumbnails/content_analysis.cc', |
| (...skipping 3636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4262 '../components/components.gyp:rlz', | 4260 '../components/components.gyp:rlz', |
| 4263 '../components/components.gyp:search_engines', | 4261 '../components/components.gyp:search_engines', |
| 4264 '../rlz/rlz.gyp:rlz_lib', | 4262 '../rlz/rlz.gyp:rlz_lib', |
| 4265 'common', | 4263 'common', |
| 4266 ], | 4264 ], |
| 4267 }, | 4265 }, |
| 4268 ], | 4266 ], |
| 4269 }], | 4267 }], |
| 4270 ], | 4268 ], |
| 4271 } | 4269 } |
| OLD | NEW |