| 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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1096 'browser/importer/importer_uma.cc', | 1096 'browser/importer/importer_uma.cc', |
| 1097 'browser/importer/importer_uma.h', | 1097 'browser/importer/importer_uma.h', |
| 1098 'browser/importer/in_process_importer_bridge.cc', | 1098 'browser/importer/in_process_importer_bridge.cc', |
| 1099 'browser/importer/in_process_importer_bridge.h', | 1099 'browser/importer/in_process_importer_bridge.h', |
| 1100 'browser/importer/profile_writer.cc', | 1100 'browser/importer/profile_writer.cc', |
| 1101 'browser/importer/profile_writer.h', | 1101 'browser/importer/profile_writer.h', |
| 1102 'browser/invalidation/ticl_profile_settings_provider.cc', | 1102 'browser/invalidation/ticl_profile_settings_provider.cc', |
| 1103 'browser/invalidation/ticl_profile_settings_provider.h', | 1103 'browser/invalidation/ticl_profile_settings_provider.h', |
| 1104 'browser/lifetime/browser_close_manager.cc', | 1104 'browser/lifetime/browser_close_manager.cc', |
| 1105 'browser/lifetime/browser_close_manager.h', | 1105 'browser/lifetime/browser_close_manager.h', |
| 1106 'browser/lifetime/browser_keep_alive.cc', |
| 1107 'browser/lifetime/browser_keep_alive.h', |
| 1106 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', | 1108 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', |
| 1107 'browser/media_galleries/fileapi/av_scanning_file_validator.h', | 1109 'browser/media_galleries/fileapi/av_scanning_file_validator.h', |
| 1108 'browser/media_galleries/fileapi/device_media_async_file_util.cc', | 1110 'browser/media_galleries/fileapi/device_media_async_file_util.cc', |
| 1109 'browser/media_galleries/fileapi/device_media_async_file_util.h', | 1111 'browser/media_galleries/fileapi/device_media_async_file_util.h', |
| 1110 'browser/media_galleries/fileapi/iapps_finder.h', | 1112 'browser/media_galleries/fileapi/iapps_finder.h', |
| 1111 'browser/media_galleries/fileapi/iapps_finder_impl.cc', | 1113 'browser/media_galleries/fileapi/iapps_finder_impl.cc', |
| 1112 'browser/media_galleries/fileapi/iapps_finder_impl.h', | 1114 'browser/media_galleries/fileapi/iapps_finder_impl.h', |
| 1113 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm', | 1115 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm', |
| 1114 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc', | 1116 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc', |
| 1115 'browser/media_galleries/fileapi/media_file_system_backend.cc', | 1117 'browser/media_galleries/fileapi/media_file_system_backend.cc', |
| (...skipping 2991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4107 '../components/components.gyp:omnibox_browser', | 4109 '../components/components.gyp:omnibox_browser', |
| 4108 '../components/components.gyp:rlz', | 4110 '../components/components.gyp:rlz', |
| 4109 '../components/components.gyp:search_engines', | 4111 '../components/components.gyp:search_engines', |
| 4110 '../rlz/rlz.gyp:rlz_lib', | 4112 '../rlz/rlz.gyp:rlz_lib', |
| 4111 ], | 4113 ], |
| 4112 }, | 4114 }, |
| 4113 ], | 4115 ], |
| 4114 }], | 4116 }], |
| 4115 ], | 4117 ], |
| 4116 } | 4118 } |
| OLD | NEW |