| 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 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2451 'browser/profiles/incognito_helpers.h', | 2451 'browser/profiles/incognito_helpers.h', |
| 2452 'browser/profiles/off_the_record_profile_impl.cc', | 2452 'browser/profiles/off_the_record_profile_impl.cc', |
| 2453 'browser/profiles/off_the_record_profile_impl.h', | 2453 'browser/profiles/off_the_record_profile_impl.h', |
| 2454 'browser/profiles/off_the_record_profile_io_data.cc', | 2454 'browser/profiles/off_the_record_profile_io_data.cc', |
| 2455 'browser/profiles/off_the_record_profile_io_data.h', | 2455 'browser/profiles/off_the_record_profile_io_data.h', |
| 2456 'browser/profiles/profile.cc', | 2456 'browser/profiles/profile.cc', |
| 2457 'browser/profiles/profile.h', | 2457 'browser/profiles/profile.h', |
| 2458 'browser/profiles/profile_attributes_entry.cc', | 2458 'browser/profiles/profile_attributes_entry.cc', |
| 2459 'browser/profiles/profile_attributes_entry.h', | 2459 'browser/profiles/profile_attributes_entry.h', |
| 2460 'browser/profiles/profile_attributes_storage.h', | 2460 'browser/profiles/profile_attributes_storage.h', |
| 2461 'browser/profiles/profile_attributes_storage_observer.h', |
| 2461 'browser/profiles/profile_avatar_downloader.cc', | 2462 'browser/profiles/profile_avatar_downloader.cc', |
| 2462 'browser/profiles/profile_avatar_downloader.h', | 2463 'browser/profiles/profile_avatar_downloader.h', |
| 2463 'browser/profiles/profile_avatar_icon_util.cc', | 2464 'browser/profiles/profile_avatar_icon_util.cc', |
| 2464 'browser/profiles/profile_avatar_icon_util.h', | 2465 'browser/profiles/profile_avatar_icon_util.h', |
| 2465 'browser/profiles/profile_destroyer.cc', | 2466 'browser/profiles/profile_destroyer.cc', |
| 2466 'browser/profiles/profile_destroyer.h', | 2467 'browser/profiles/profile_destroyer.h', |
| 2467 'browser/profiles/profile_downloader.cc', | 2468 'browser/profiles/profile_downloader.cc', |
| 2468 'browser/profiles/profile_downloader.h', | 2469 'browser/profiles/profile_downloader.h', |
| 2469 'browser/profiles/profile_downloader_delegate.h', | 2470 'browser/profiles/profile_downloader_delegate.h', |
| 2470 'browser/profiles/profile_impl.cc', | 2471 'browser/profiles/profile_impl.cc', |
| (...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4192 '../components/components.gyp:omnibox_browser', | 4193 '../components/components.gyp:omnibox_browser', |
| 4193 '../components/components.gyp:rlz', | 4194 '../components/components.gyp:rlz', |
| 4194 '../components/components.gyp:search_engines', | 4195 '../components/components.gyp:search_engines', |
| 4195 '../rlz/rlz.gyp:rlz_lib', | 4196 '../rlz/rlz.gyp:rlz_lib', |
| 4196 ], | 4197 ], |
| 4197 }, | 4198 }, |
| 4198 ], | 4199 ], |
| 4199 }], | 4200 }], |
| 4200 ], | 4201 ], |
| 4201 } | 4202 } |
| OLD | NEW |