| 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 2379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2390 'browser/profiles/profile_io_data.cc', | 2390 'browser/profiles/profile_io_data.cc', |
| 2391 'browser/profiles/profile_io_data.h', | 2391 'browser/profiles/profile_io_data.h', |
| 2392 'browser/profiles/profile_list.h', | 2392 'browser/profiles/profile_list.h', |
| 2393 'browser/profiles/profile_manager.cc', | 2393 'browser/profiles/profile_manager.cc', |
| 2394 'browser/profiles/profile_manager.h', | 2394 'browser/profiles/profile_manager.h', |
| 2395 'browser/profiles/profile_metrics.cc', | 2395 'browser/profiles/profile_metrics.cc', |
| 2396 'browser/profiles/profile_metrics.h', | 2396 'browser/profiles/profile_metrics.h', |
| 2397 'browser/profiles/profile_metrics_mac.mm', | 2397 'browser/profiles/profile_metrics_mac.mm', |
| 2398 'browser/profiles/profile_shortcut_manager_win.cc', | 2398 'browser/profiles/profile_shortcut_manager_win.cc', |
| 2399 'browser/profiles/profile_shortcut_manager_win.h', | 2399 'browser/profiles/profile_shortcut_manager_win.h', |
| 2400 'browser/profiles/profile_statistics.cc', |
| 2401 'browser/profiles/profile_statistics.h', |
| 2400 'browser/profiles/profiles_state.cc', | 2402 'browser/profiles/profiles_state.cc', |
| 2401 'browser/profiles/profiles_state.h', | 2403 'browser/profiles/profiles_state.h', |
| 2402 'browser/profiles/storage_partition_descriptor.h', | 2404 'browser/profiles/storage_partition_descriptor.h', |
| 2403 ], | 2405 ], |
| 2404 'chrome_browser_rlz_sources': [ | 2406 'chrome_browser_rlz_sources': [ |
| 2405 'browser/rlz/chrome_rlz_tracker_delegate.cc', | 2407 'browser/rlz/chrome_rlz_tracker_delegate.cc', |
| 2406 'browser/rlz/chrome_rlz_tracker_delegate.h', | 2408 'browser/rlz/chrome_rlz_tracker_delegate.h', |
| 2407 ], | 2409 ], |
| 2408 # "Safe Browsing Basic" files used for safe browsing in full mode | 2410 # "Safe Browsing Basic" files used for safe browsing in full mode |
| 2409 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). | 2411 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). |
| (...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4076 '../components/components.gyp:omnibox_browser', | 4078 '../components/components.gyp:omnibox_browser', |
| 4077 '../components/components.gyp:rlz', | 4079 '../components/components.gyp:rlz', |
| 4078 '../components/components.gyp:search_engines', | 4080 '../components/components.gyp:search_engines', |
| 4079 '../rlz/rlz.gyp:rlz_lib', | 4081 '../rlz/rlz.gyp:rlz_lib', |
| 4080 ], | 4082 ], |
| 4081 }, | 4083 }, |
| 4082 ], | 4084 ], |
| 4083 }], | 4085 }], |
| 4084 ], | 4086 ], |
| 4085 } | 4087 } |
| OLD | NEW |