| 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 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1665 'browser/password_manager/native_backend_libsecret.cc', | 1665 'browser/password_manager/native_backend_libsecret.cc', |
| 1666 'browser/password_manager/native_backend_libsecret.h', | 1666 'browser/password_manager/native_backend_libsecret.h', |
| 1667 ], | 1667 ], |
| 1668 'chrome_browser_google_sources': [ | 1668 'chrome_browser_google_sources': [ |
| 1669 'browser/google/chrome_google_url_tracker_client.cc', | 1669 'browser/google/chrome_google_url_tracker_client.cc', |
| 1670 'browser/google/chrome_google_url_tracker_client.h', | 1670 'browser/google/chrome_google_url_tracker_client.h', |
| 1671 'browser/google/google_brand.cc', | 1671 'browser/google/google_brand.cc', |
| 1672 'browser/google/google_brand.h', | 1672 'browser/google/google_brand.h', |
| 1673 'browser/google/google_brand_chromeos.cc', | 1673 'browser/google/google_brand_chromeos.cc', |
| 1674 'browser/google/google_brand_chromeos.h', | 1674 'browser/google/google_brand_chromeos.h', |
| 1675 'browser/google/google_search_counter.cc', | |
| 1676 'browser/google/google_search_counter.h', | |
| 1677 'browser/google/google_search_counter_android.cc', | |
| 1678 'browser/google/google_search_counter_android.h', | |
| 1679 'browser/google/google_update_settings_posix.cc', | 1675 'browser/google/google_update_settings_posix.cc', |
| 1680 'browser/google/google_update_win.cc', | 1676 'browser/google/google_update_win.cc', |
| 1681 'browser/google/google_update_win.h', | 1677 'browser/google/google_update_win.h', |
| 1682 'browser/google/google_url_tracker_factory.cc', | 1678 'browser/google/google_url_tracker_factory.cc', |
| 1683 'browser/google/google_url_tracker_factory.h', | 1679 'browser/google/google_url_tracker_factory.h', |
| 1684 ], | 1680 ], |
| 1685 'chrome_browser_history_sources': [ | 1681 'chrome_browser_history_sources': [ |
| 1686 'browser/history/android/android_history_provider_service.cc', | 1682 'browser/history/android/android_history_provider_service.cc', |
| 1687 'browser/history/android/android_history_provider_service.h', | 1683 'browser/history/android/android_history_provider_service.h', |
| 1688 'browser/history/android/android_provider_backend.cc', | 1684 'browser/history/android/android_provider_backend.cc', |
| (...skipping 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4114 '../components/components.gyp:omnibox_browser', | 4110 '../components/components.gyp:omnibox_browser', |
| 4115 '../components/components.gyp:rlz', | 4111 '../components/components.gyp:rlz', |
| 4116 '../components/components.gyp:search_engines', | 4112 '../components/components.gyp:search_engines', |
| 4117 '../rlz/rlz.gyp:rlz_lib', | 4113 '../rlz/rlz.gyp:rlz_lib', |
| 4118 ], | 4114 ], |
| 4119 }, | 4115 }, |
| 4120 ], | 4116 ], |
| 4121 }], | 4117 }], |
| 4122 ], | 4118 ], |
| 4123 } | 4119 } |
| OLD | NEW |