| 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/combined_desktop_media_list.cc', |
| 349 'browser/media/combined_desktop_media_list.h', |
| 348 'browser/media/desktop_media_list.h', | 350 'browser/media/desktop_media_list.h', |
| 349 'browser/media/desktop_media_picker.h', | 351 'browser/media/desktop_media_picker.h', |
| 350 'browser/media/desktop_streams_registry.cc', | 352 'browser/media/desktop_streams_registry.cc', |
| 351 'browser/media/desktop_streams_registry.h', | 353 'browser/media/desktop_streams_registry.h', |
| 352 'browser/media/media_access_handler.h', | 354 'browser/media/media_access_handler.h', |
| 353 'browser/media/media_capture_devices_dispatcher.cc', | 355 'browser/media/media_capture_devices_dispatcher.cc', |
| 354 'browser/media/media_capture_devices_dispatcher.h', | 356 'browser/media/media_capture_devices_dispatcher.h', |
| 355 'browser/media/media_device_id_salt.cc', | 357 'browser/media/media_device_id_salt.cc', |
| 356 'browser/media/media_device_id_salt.h', | 358 'browser/media/media_device_id_salt.h', |
| 357 'browser/media/media_permission.cc', | 359 'browser/media/media_permission.cc', |
| (...skipping 3835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4193 '../components/components.gyp:omnibox_browser', | 4195 '../components/components.gyp:omnibox_browser', |
| 4194 '../components/components.gyp:rlz', | 4196 '../components/components.gyp:rlz', |
| 4195 '../components/components.gyp:search_engines', | 4197 '../components/components.gyp:search_engines', |
| 4196 '../rlz/rlz.gyp:rlz_lib', | 4198 '../rlz/rlz.gyp:rlz_lib', |
| 4197 ], | 4199 ], |
| 4198 }, | 4200 }, |
| 4199 ], | 4201 ], |
| 4200 }], | 4202 }], |
| 4201 ], | 4203 ], |
| 4202 } | 4204 } |
| OLD | NEW |