| 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 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 'browser/speech/tts_platform.cc', | 793 'browser/speech/tts_platform.cc', |
| 794 'browser/speech/tts_platform.h', | 794 'browser/speech/tts_platform.h', |
| 795 'browser/speech/tts_win.cc', | 795 'browser/speech/tts_win.cc', |
| 796 'browser/status_icons/status_icon.cc', | 796 'browser/status_icons/status_icon.cc', |
| 797 'browser/status_icons/status_icon.h', | 797 'browser/status_icons/status_icon.h', |
| 798 'browser/status_icons/status_icon_menu_model.cc', | 798 'browser/status_icons/status_icon_menu_model.cc', |
| 799 'browser/status_icons/status_icon_menu_model.h', | 799 'browser/status_icons/status_icon_menu_model.h', |
| 800 'browser/status_icons/status_icon_observer.h', | 800 'browser/status_icons/status_icon_observer.h', |
| 801 'browser/status_icons/status_tray.cc', | 801 'browser/status_icons/status_tray.cc', |
| 802 'browser/status_icons/status_tray.h', | 802 'browser/status_icons/status_tray.h', |
| 803 'browser/storage/durable_storage_permission_context.cc', |
| 804 'browser/storage/durable_storage_permission_context.h', |
| 805 'browser/storage/durable_storage_permission_context_factory.cc', |
| 806 'browser/storage/durable_storage_permission_context_factory.h', |
| 807 'browser/storage/durable_storage_permission_infobar_delegate.cc', |
| 808 'browser/storage/durable_storage_permission_infobar_delegate.h', |
| 803 'browser/tab_contents/navigation_metrics_recorder.cc', | 809 'browser/tab_contents/navigation_metrics_recorder.cc', |
| 804 'browser/tab_contents/navigation_metrics_recorder.h', | 810 'browser/tab_contents/navigation_metrics_recorder.h', |
| 805 'browser/tab_contents/retargeting_details.h', | 811 'browser/tab_contents/retargeting_details.h', |
| 806 'browser/tab_contents/tab_util.cc', | 812 'browser/tab_contents/tab_util.cc', |
| 807 'browser/tab_contents/tab_util.h', | 813 'browser/tab_contents/tab_util.h', |
| 808 'browser/task_management/web_contents_tags.cc', | 814 'browser/task_management/web_contents_tags.cc', |
| 809 'browser/task_management/web_contents_tags.h', | 815 'browser/task_management/web_contents_tags.h', |
| 810 'browser/task_profiler/task_profiler_data_serializer.cc', | 816 'browser/task_profiler/task_profiler_data_serializer.cc', |
| 811 'browser/task_profiler/task_profiler_data_serializer.h', | 817 'browser/task_profiler/task_profiler_data_serializer.h', |
| 812 'browser/thumbnails/content_analysis.cc', | 818 'browser/thumbnails/content_analysis.cc', |
| (...skipping 3263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4076 '../components/components.gyp:omnibox_browser', | 4082 '../components/components.gyp:omnibox_browser', |
| 4077 '../components/components.gyp:rlz', | 4083 '../components/components.gyp:rlz', |
| 4078 '../components/components.gyp:search_engines', | 4084 '../components/components.gyp:search_engines', |
| 4079 '../rlz/rlz.gyp:rlz_lib', | 4085 '../rlz/rlz.gyp:rlz_lib', |
| 4080 ], | 4086 ], |
| 4081 }, | 4087 }, |
| 4082 ], | 4088 ], |
| 4083 }], | 4089 }], |
| 4084 ], | 4090 ], |
| 4085 } | 4091 } |
| OLD | NEW |