| 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 'browser/status_icons/status_icon_menu_model.h', | 600 'browser/status_icons/status_icon_menu_model.h', |
| 601 'browser/status_icons/status_icon_observer.h', | 601 'browser/status_icons/status_icon_observer.h', |
| 602 'browser/status_icons/status_tray.cc', | 602 'browser/status_icons/status_tray.cc', |
| 603 'browser/status_icons/status_tray.h', | 603 'browser/status_icons/status_tray.h', |
| 604 'browser/storage/durable_storage_permission_context.cc', | 604 'browser/storage/durable_storage_permission_context.cc', |
| 605 'browser/storage/durable_storage_permission_context.h', | 605 'browser/storage/durable_storage_permission_context.h', |
| 606 'browser/storage/storage_info_fetcher.cc', | 606 'browser/storage/storage_info_fetcher.cc', |
| 607 'browser/storage/storage_info_fetcher.h', | 607 'browser/storage/storage_info_fetcher.h', |
| 608 'browser/tab_contents/navigation_metrics_recorder.cc', | 608 'browser/tab_contents/navigation_metrics_recorder.cc', |
| 609 'browser/tab_contents/navigation_metrics_recorder.h', | 609 'browser/tab_contents/navigation_metrics_recorder.h', |
| 610 'browser/tab_contents/origins_seen_service.cc', | |
| 611 'browser/tab_contents/origins_seen_service.h', | |
| 612 'browser/tab_contents/origins_seen_service_factory.cc', | 610 'browser/tab_contents/origins_seen_service_factory.cc', |
| 613 'browser/tab_contents/origins_seen_service_factory.h', | 611 'browser/tab_contents/origins_seen_service_factory.h', |
| 614 'browser/tab_contents/retargeting_details.h', | 612 'browser/tab_contents/retargeting_details.h', |
| 615 'browser/tab_contents/tab_util.cc', | 613 'browser/tab_contents/tab_util.cc', |
| 616 'browser/tab_contents/tab_util.h', | 614 'browser/tab_contents/tab_util.h', |
| 617 'browser/task_management/web_contents_tags.cc', | 615 'browser/task_management/web_contents_tags.cc', |
| 618 'browser/task_management/web_contents_tags.h', | 616 'browser/task_management/web_contents_tags.h', |
| 619 'browser/task_profiler/task_profiler_data_serializer.cc', | 617 'browser/task_profiler/task_profiler_data_serializer.cc', |
| 620 'browser/task_profiler/task_profiler_data_serializer.h', | 618 'browser/task_profiler/task_profiler_data_serializer.h', |
| 621 'browser/thumbnails/content_analysis.cc', | 619 'browser/thumbnails/content_analysis.cc', |
| (...skipping 3585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4207 '../components/components.gyp:rlz', | 4205 '../components/components.gyp:rlz', |
| 4208 '../components/components.gyp:search_engines', | 4206 '../components/components.gyp:search_engines', |
| 4209 '../rlz/rlz.gyp:rlz_lib', | 4207 '../rlz/rlz.gyp:rlz_lib', |
| 4210 'common', | 4208 'common', |
| 4211 ], | 4209 ], |
| 4212 }, | 4210 }, |
| 4213 ], | 4211 ], |
| 4214 }], | 4212 }], |
| 4215 ], | 4213 ], |
| 4216 } | 4214 } |
| OLD | NEW |