| 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 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2422 'browser/profiles/profile_impl_io_data.h', | 2422 'browser/profiles/profile_impl_io_data.h', |
| 2423 'browser/profiles/profile_info_cache.cc', | 2423 'browser/profiles/profile_info_cache.cc', |
| 2424 'browser/profiles/profile_info_cache.h', | 2424 'browser/profiles/profile_info_cache.h', |
| 2425 'browser/profiles/profile_info_cache_observer.h', | 2425 'browser/profiles/profile_info_cache_observer.h', |
| 2426 'browser/profiles/profile_info_interface.h', | 2426 'browser/profiles/profile_info_interface.h', |
| 2427 'browser/profiles/profile_io_data.cc', | 2427 'browser/profiles/profile_io_data.cc', |
| 2428 'browser/profiles/profile_io_data.h', | 2428 'browser/profiles/profile_io_data.h', |
| 2429 'browser/profiles/profile_list.h', | 2429 'browser/profiles/profile_list.h', |
| 2430 'browser/profiles/profile_manager.cc', | 2430 'browser/profiles/profile_manager.cc', |
| 2431 'browser/profiles/profile_manager.h', | 2431 'browser/profiles/profile_manager.h', |
| 2432 'browser/profiles/profile_attributes_entry.cc', |
| 2433 'browser/profiles/profile_attributes_entry.h', |
| 2434 'browser/profiles/profile_attributes_storage.h', |
| 2432 'browser/profiles/profile_metrics.cc', | 2435 'browser/profiles/profile_metrics.cc', |
| 2433 'browser/profiles/profile_metrics.h', | 2436 'browser/profiles/profile_metrics.h', |
| 2434 'browser/profiles/profile_metrics_mac.mm', | 2437 'browser/profiles/profile_metrics_mac.mm', |
| 2435 'browser/profiles/profile_shortcut_manager_win.cc', | 2438 'browser/profiles/profile_shortcut_manager_win.cc', |
| 2436 'browser/profiles/profile_shortcut_manager_win.h', | 2439 'browser/profiles/profile_shortcut_manager_win.h', |
| 2437 'browser/profiles/profiles_state.cc', | 2440 'browser/profiles/profiles_state.cc', |
| 2438 'browser/profiles/profiles_state.h', | 2441 'browser/profiles/profiles_state.h', |
| 2439 'browser/profiles/storage_partition_descriptor.h', | 2442 'browser/profiles/storage_partition_descriptor.h', |
| 2440 ], | 2443 ], |
| 2441 'chrome_browser_rlz_sources': [ | 2444 'chrome_browser_rlz_sources': [ |
| (...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4084 'variables': { | 4087 'variables': { |
| 4085 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4088 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4086 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4089 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4087 }, | 4090 }, |
| 4088 'includes': [ '../build/protoc.gypi' ] | 4091 'includes': [ '../build/protoc.gypi' ] |
| 4089 }, | 4092 }, |
| 4090 ], | 4093 ], |
| 4091 },], | 4094 },], |
| 4092 ], | 4095 ], |
| 4093 } | 4096 } |
| OLD | NEW |