| 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 2402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2413 'browser/profiles/profile_io_data.cc', | 2413 'browser/profiles/profile_io_data.cc', |
| 2414 'browser/profiles/profile_io_data.h', | 2414 'browser/profiles/profile_io_data.h', |
| 2415 'browser/profiles/profile_list.h', | 2415 'browser/profiles/profile_list.h', |
| 2416 'browser/profiles/profile_manager.cc', | 2416 'browser/profiles/profile_manager.cc', |
| 2417 'browser/profiles/profile_manager.h', | 2417 'browser/profiles/profile_manager.h', |
| 2418 'browser/profiles/profile_metrics.cc', | 2418 'browser/profiles/profile_metrics.cc', |
| 2419 'browser/profiles/profile_metrics.h', | 2419 'browser/profiles/profile_metrics.h', |
| 2420 'browser/profiles/profile_metrics_mac.mm', | 2420 'browser/profiles/profile_metrics_mac.mm', |
| 2421 'browser/profiles/profile_shortcut_manager_win.cc', | 2421 'browser/profiles/profile_shortcut_manager_win.cc', |
| 2422 'browser/profiles/profile_shortcut_manager_win.h', | 2422 'browser/profiles/profile_shortcut_manager_win.h', |
| 2423 'browser/profiles/profile_statistics.cc', |
| 2424 'browser/profiles/profile_statistics.h', |
| 2423 'browser/profiles/profiles_state.cc', | 2425 'browser/profiles/profiles_state.cc', |
| 2424 'browser/profiles/profiles_state.h', | 2426 'browser/profiles/profiles_state.h', |
| 2425 'browser/profiles/storage_partition_descriptor.h', | 2427 'browser/profiles/storage_partition_descriptor.h', |
| 2426 ], | 2428 ], |
| 2427 'chrome_browser_rlz_sources': [ | 2429 'chrome_browser_rlz_sources': [ |
| 2428 'browser/rlz/chrome_rlz_tracker_delegate.cc', | 2430 'browser/rlz/chrome_rlz_tracker_delegate.cc', |
| 2429 'browser/rlz/chrome_rlz_tracker_delegate.h', | 2431 'browser/rlz/chrome_rlz_tracker_delegate.h', |
| 2430 ], | 2432 ], |
| 2431 # "Safe Browsing Basic" files used for safe browsing in full mode | 2433 # "Safe Browsing Basic" files used for safe browsing in full mode |
| 2432 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). | 2434 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). |
| (...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4103 '../components/components.gyp:omnibox_browser', | 4105 '../components/components.gyp:omnibox_browser', |
| 4104 '../components/components.gyp:rlz', | 4106 '../components/components.gyp:rlz', |
| 4105 '../components/components.gyp:search_engines', | 4107 '../components/components.gyp:search_engines', |
| 4106 '../rlz/rlz.gyp:rlz_lib', | 4108 '../rlz/rlz.gyp:rlz_lib', |
| 4107 ], | 4109 ], |
| 4108 }, | 4110 }, |
| 4109 ], | 4111 ], |
| 4110 }], | 4112 }], |
| 4111 ], | 4113 ], |
| 4112 } | 4114 } |
| OLD | NEW |