| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'browser/mac/keystone_glue.h', | 327 'browser/mac/keystone_glue.h', |
| 328 'browser/mac/keystone_glue.mm', | 328 'browser/mac/keystone_glue.mm', |
| 329 'browser/mac/keystone_registration.h', | 329 'browser/mac/keystone_registration.h', |
| 330 'browser/mac/keystone_registration.mm', | 330 'browser/mac/keystone_registration.mm', |
| 331 'browser/mac/mac_startup_profiler.cc', | 331 'browser/mac/mac_startup_profiler.cc', |
| 332 'browser/mac/mac_startup_profiler.h', | 332 'browser/mac/mac_startup_profiler.h', |
| 333 'browser/mac/master_prefs.h', | 333 'browser/mac/master_prefs.h', |
| 334 'browser/mac/master_prefs.mm', | 334 'browser/mac/master_prefs.mm', |
| 335 'browser/mac/nsprocessinfo_additions.h', | 335 'browser/mac/nsprocessinfo_additions.h', |
| 336 'browser/mac/nsprocessinfo_additions.mm', | 336 'browser/mac/nsprocessinfo_additions.mm', |
| 337 'browser/mac/relauncher.cc', | 337 'browser/mac/relauncher.mm', |
| 338 'browser/mac/relauncher.h', | 338 'browser/mac/relauncher.h', |
| 339 'browser/mac/security_wrappers.cc', | 339 'browser/mac/security_wrappers.cc', |
| 340 'browser/mac/security_wrappers.h', | 340 'browser/mac/security_wrappers.h', |
| 341 'browser/manifest/manifest_icon_downloader.cc', | 341 'browser/manifest/manifest_icon_downloader.cc', |
| 342 'browser/manifest/manifest_icon_downloader.h', | 342 'browser/manifest/manifest_icon_downloader.h', |
| 343 'browser/manifest/manifest_icon_selector.cc', | 343 'browser/manifest/manifest_icon_selector.cc', |
| 344 'browser/manifest/manifest_icon_selector.h', | 344 'browser/manifest/manifest_icon_selector.h', |
| 345 'browser/media/combined_desktop_media_list.cc', | 345 'browser/media/combined_desktop_media_list.cc', |
| 346 'browser/media/combined_desktop_media_list.h', | 346 'browser/media/combined_desktop_media_list.h', |
| 347 'browser/media/desktop_media_list.h', | 347 'browser/media/desktop_media_list.h', |
| (...skipping 3999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4347 '../components/components.gyp:rlz', | 4347 '../components/components.gyp:rlz', |
| 4348 '../components/components.gyp:search_engines', | 4348 '../components/components.gyp:search_engines', |
| 4349 '../rlz/rlz.gyp:rlz_lib', | 4349 '../rlz/rlz.gyp:rlz_lib', |
| 4350 'common', | 4350 'common', |
| 4351 ], | 4351 ], |
| 4352 }, | 4352 }, |
| 4353 ], | 4353 ], |
| 4354 }], | 4354 }], |
| 4355 ], | 4355 ], |
| 4356 } | 4356 } |
| OLD | NEW |