| 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 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2279 'browser/profiles/profile_info_cache_observer.h', | 2279 'browser/profiles/profile_info_cache_observer.h', |
| 2280 'browser/profiles/profile_info_interface.h', | 2280 'browser/profiles/profile_info_interface.h', |
| 2281 'browser/profiles/profile_io_data.cc', | 2281 'browser/profiles/profile_io_data.cc', |
| 2282 'browser/profiles/profile_io_data.h', | 2282 'browser/profiles/profile_io_data.h', |
| 2283 'browser/profiles/profile_list.h', | 2283 'browser/profiles/profile_list.h', |
| 2284 'browser/profiles/profile_manager.cc', | 2284 'browser/profiles/profile_manager.cc', |
| 2285 'browser/profiles/profile_manager.h', | 2285 'browser/profiles/profile_manager.h', |
| 2286 'browser/profiles/profile_metrics.cc', | 2286 'browser/profiles/profile_metrics.cc', |
| 2287 'browser/profiles/profile_metrics.h', | 2287 'browser/profiles/profile_metrics.h', |
| 2288 'browser/profiles/profile_metrics_list.h', | 2288 'browser/profiles/profile_metrics_list.h', |
| 2289 'browser/profiles/profile_metrics_mac.mm', |
| 2289 'browser/profiles/profile_shortcut_manager_win.cc', | 2290 'browser/profiles/profile_shortcut_manager_win.cc', |
| 2290 'browser/profiles/profile_shortcut_manager_win.h', | 2291 'browser/profiles/profile_shortcut_manager_win.h', |
| 2291 'browser/profiles/profiles_state.cc', | 2292 'browser/profiles/profiles_state.cc', |
| 2292 'browser/profiles/profiles_state.h', | 2293 'browser/profiles/profiles_state.h', |
| 2293 'browser/profiles/startup_task_runner_service.cc', | 2294 'browser/profiles/startup_task_runner_service.cc', |
| 2294 'browser/profiles/startup_task_runner_service.h', | 2295 'browser/profiles/startup_task_runner_service.h', |
| 2295 'browser/profiles/startup_task_runner_service_factory.cc', | 2296 'browser/profiles/startup_task_runner_service_factory.cc', |
| 2296 'browser/profiles/startup_task_runner_service_factory.h', | 2297 'browser/profiles/startup_task_runner_service_factory.h', |
| 2297 'browser/profiles/storage_partition_descriptor.h', | 2298 'browser/profiles/storage_partition_descriptor.h', |
| 2298 ], | 2299 ], |
| (...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3769 'variables': { | 3770 'variables': { |
| 3770 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3771 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3771 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3772 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3772 }, | 3773 }, |
| 3773 'includes': [ '../build/protoc.gypi' ] | 3774 'includes': [ '../build/protoc.gypi' ] |
| 3774 }, | 3775 }, |
| 3775 ], | 3776 ], |
| 3776 },], | 3777 },], |
| 3777 ], | 3778 ], |
| 3778 } | 3779 } |
| OLD | NEW |