| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'browser/mac/master_prefs.h', | 338 'browser/mac/master_prefs.h', |
| 339 'browser/mac/master_prefs.mm', | 339 'browser/mac/master_prefs.mm', |
| 340 'browser/mac/relauncher.cc', | 340 'browser/mac/relauncher.cc', |
| 341 'browser/mac/relauncher.h', | 341 'browser/mac/relauncher.h', |
| 342 'browser/mac/security_wrappers.cc', | 342 'browser/mac/security_wrappers.cc', |
| 343 'browser/mac/security_wrappers.h', | 343 'browser/mac/security_wrappers.h', |
| 344 'browser/manifest/manifest_icon_downloader.cc', | 344 'browser/manifest/manifest_icon_downloader.cc', |
| 345 'browser/manifest/manifest_icon_downloader.h', | 345 'browser/manifest/manifest_icon_downloader.h', |
| 346 'browser/manifest/manifest_icon_selector.cc', | 346 'browser/manifest/manifest_icon_selector.cc', |
| 347 'browser/manifest/manifest_icon_selector.h', | 347 'browser/manifest/manifest_icon_selector.h', |
| 348 'browser/media/desktop_media_list.cc', |
| 348 'browser/media/desktop_media_list.h', | 349 'browser/media/desktop_media_list.h', |
| 349 'browser/media/desktop_media_picker.h', | 350 'browser/media/desktop_media_picker.h', |
| 350 'browser/media/desktop_streams_registry.cc', | 351 'browser/media/desktop_streams_registry.cc', |
| 351 'browser/media/desktop_streams_registry.h', | 352 'browser/media/desktop_streams_registry.h', |
| 352 'browser/media/media_access_handler.h', | 353 'browser/media/media_access_handler.h', |
| 353 'browser/media/media_capture_devices_dispatcher.cc', | 354 'browser/media/media_capture_devices_dispatcher.cc', |
| 354 'browser/media/media_capture_devices_dispatcher.h', | 355 'browser/media/media_capture_devices_dispatcher.h', |
| 355 'browser/media/media_device_id_salt.cc', | 356 'browser/media/media_device_id_salt.cc', |
| 356 'browser/media/media_device_id_salt.h', | 357 'browser/media/media_device_id_salt.h', |
| 357 'browser/media/media_permission.cc', | 358 'browser/media/media_permission.cc', |
| (...skipping 3783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4141 '../components/components.gyp:omnibox_browser', | 4142 '../components/components.gyp:omnibox_browser', |
| 4142 '../components/components.gyp:rlz', | 4143 '../components/components.gyp:rlz', |
| 4143 '../components/components.gyp:search_engines', | 4144 '../components/components.gyp:search_engines', |
| 4144 '../rlz/rlz.gyp:rlz_lib', | 4145 '../rlz/rlz.gyp:rlz_lib', |
| 4145 ], | 4146 ], |
| 4146 }, | 4147 }, |
| 4147 ], | 4148 ], |
| 4148 }], | 4149 }], |
| 4149 ], | 4150 ], |
| 4150 } | 4151 } |
| OLD | NEW |