| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'browser/android/history_report/historic_visits_migration_task.cc', | 149 'browser/android/history_report/historic_visits_migration_task.cc', |
| 150 'browser/android/history_report/historic_visits_migration_task.h', | 150 'browser/android/history_report/historic_visits_migration_task.h', |
| 151 'browser/android/history_report/history_report_jni_bridge.cc', | 151 'browser/android/history_report/history_report_jni_bridge.cc', |
| 152 'browser/android/history_report/history_report_jni_bridge.h', | 152 'browser/android/history_report/history_report_jni_bridge.h', |
| 153 'browser/android/history_report/usage_report_util.cc', | 153 'browser/android/history_report/usage_report_util.cc', |
| 154 'browser/android/history_report/usage_report_util.h', | 154 'browser/android/history_report/usage_report_util.h', |
| 155 'browser/android/history_report/usage_reports_buffer_backend.cc', | 155 'browser/android/history_report/usage_reports_buffer_backend.cc', |
| 156 'browser/android/history_report/usage_reports_buffer_backend.h', | 156 'browser/android/history_report/usage_reports_buffer_backend.h', |
| 157 'browser/android/history_report/usage_reports_buffer_service.cc', | 157 'browser/android/history_report/usage_reports_buffer_service.cc', |
| 158 'browser/android/history_report/usage_reports_buffer_service.h', | 158 'browser/android/history_report/usage_reports_buffer_service.h', |
| 159 'browser/android/hung_renderer_infobar_delegate.cc', |
| 160 'browser/android/hung_renderer_infobar_delegate.h', |
| 159 'browser/android/intent_helper.cc', | 161 'browser/android/intent_helper.cc', |
| 160 'browser/android/intent_helper.h', | 162 'browser/android/intent_helper.h', |
| 161 'browser/android/intercept_download_resource_throttle.cc', | 163 'browser/android/intercept_download_resource_throttle.cc', |
| 162 'browser/android/intercept_download_resource_throttle.h', | 164 'browser/android/intercept_download_resource_throttle.h', |
| 163 'browser/android/java_exception_reporter.cc', | 165 'browser/android/java_exception_reporter.cc', |
| 164 'browser/android/java_exception_reporter.h', | 166 'browser/android/java_exception_reporter.h', |
| 165 'browser/android/large_icon_bridge.cc', | 167 'browser/android/large_icon_bridge.cc', |
| 166 'browser/android/large_icon_bridge.h', | 168 'browser/android/large_icon_bridge.h', |
| 167 'browser/android/location_settings.h', | 169 'browser/android/location_settings.h', |
| 168 'browser/android/location_settings_impl.cc', | 170 'browser/android/location_settings_impl.cc', |
| (...skipping 3910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4079 '../components/components.gyp:omnibox_browser', | 4081 '../components/components.gyp:omnibox_browser', |
| 4080 '../components/components.gyp:rlz', | 4082 '../components/components.gyp:rlz', |
| 4081 '../components/components.gyp:search_engines', | 4083 '../components/components.gyp:search_engines', |
| 4082 '../rlz/rlz.gyp:rlz_lib', | 4084 '../rlz/rlz.gyp:rlz_lib', |
| 4083 ], | 4085 ], |
| 4084 }, | 4086 }, |
| 4085 ], | 4087 ], |
| 4086 }], | 4088 }], |
| 4087 ], | 4089 ], |
| 4088 } | 4090 } |
| OLD | NEW |