| 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 2469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2480 'browser/profiles/profile_list.h', | 2480 'browser/profiles/profile_list.h', |
| 2481 'browser/profiles/profile_manager.cc', | 2481 'browser/profiles/profile_manager.cc', |
| 2482 'browser/profiles/profile_manager.h', | 2482 'browser/profiles/profile_manager.h', |
| 2483 'browser/profiles/profile_metrics.cc', | 2483 'browser/profiles/profile_metrics.cc', |
| 2484 'browser/profiles/profile_metrics.h', | 2484 'browser/profiles/profile_metrics.h', |
| 2485 'browser/profiles/profile_metrics_mac.mm', | 2485 'browser/profiles/profile_metrics_mac.mm', |
| 2486 'browser/profiles/profile_shortcut_manager_win.cc', | 2486 'browser/profiles/profile_shortcut_manager_win.cc', |
| 2487 'browser/profiles/profile_shortcut_manager_win.h', | 2487 'browser/profiles/profile_shortcut_manager_win.h', |
| 2488 'browser/profiles/profile_statistics.cc', | 2488 'browser/profiles/profile_statistics.cc', |
| 2489 'browser/profiles/profile_statistics.h', | 2489 'browser/profiles/profile_statistics.h', |
| 2490 'browser/profiles/profile_statistics_aggregator.cc', |
| 2491 'browser/profiles/profile_statistics_aggregator.h', |
| 2492 'browser/profiles/profile_statistics_constants.cc', |
| 2493 'browser/profiles/profile_statistics_constants.h', |
| 2494 'browser/profiles/profile_statistics_types.h', |
| 2490 'browser/profiles/profiles_state.cc', | 2495 'browser/profiles/profiles_state.cc', |
| 2491 'browser/profiles/profiles_state.h', | 2496 'browser/profiles/profiles_state.h', |
| 2492 'browser/profiles/storage_partition_descriptor.h', | 2497 'browser/profiles/storage_partition_descriptor.h', |
| 2493 ], | 2498 ], |
| 2494 'chrome_browser_rlz_sources': [ | 2499 'chrome_browser_rlz_sources': [ |
| 2495 'browser/rlz/chrome_rlz_tracker_delegate.cc', | 2500 'browser/rlz/chrome_rlz_tracker_delegate.cc', |
| 2496 'browser/rlz/chrome_rlz_tracker_delegate.h', | 2501 'browser/rlz/chrome_rlz_tracker_delegate.h', |
| 2497 ], | 2502 ], |
| 2498 # "Safe Browsing Basic" files used for safe browsing in full mode | 2503 # "Safe Browsing Basic" files used for safe browsing in full mode |
| 2499 # (safe_browsing=1) and mobile (=2) | 2504 # (safe_browsing=1) and mobile (=2) |
| (...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4192 '../components/components.gyp:omnibox_browser', | 4197 '../components/components.gyp:omnibox_browser', |
| 4193 '../components/components.gyp:rlz', | 4198 '../components/components.gyp:rlz', |
| 4194 '../components/components.gyp:search_engines', | 4199 '../components/components.gyp:search_engines', |
| 4195 '../rlz/rlz.gyp:rlz_lib', | 4200 '../rlz/rlz.gyp:rlz_lib', |
| 4196 ], | 4201 ], |
| 4197 }, | 4202 }, |
| 4198 ], | 4203 ], |
| 4199 }], | 4204 }], |
| 4200 ], | 4205 ], |
| 4201 } | 4206 } |
| OLD | NEW |