| 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 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2222 'browser/profiles/profile_info_cache_observer.h', | 2222 'browser/profiles/profile_info_cache_observer.h', |
| 2223 'browser/profiles/profile_info_interface.h', | 2223 'browser/profiles/profile_info_interface.h', |
| 2224 'browser/profiles/profile_io_data.cc', | 2224 'browser/profiles/profile_io_data.cc', |
| 2225 'browser/profiles/profile_io_data.h', | 2225 'browser/profiles/profile_io_data.h', |
| 2226 'browser/profiles/profile_list.h', | 2226 'browser/profiles/profile_list.h', |
| 2227 'browser/profiles/profile_manager.cc', | 2227 'browser/profiles/profile_manager.cc', |
| 2228 'browser/profiles/profile_manager.h', | 2228 'browser/profiles/profile_manager.h', |
| 2229 'browser/profiles/profile_metrics.cc', | 2229 'browser/profiles/profile_metrics.cc', |
| 2230 'browser/profiles/profile_metrics.h', | 2230 'browser/profiles/profile_metrics.h', |
| 2231 'browser/profiles/profile_metrics_list.h', | 2231 'browser/profiles/profile_metrics_list.h', |
| 2232 'browser/profiles/profile_metrics_mac.mm', |
| 2232 'browser/profiles/profile_shortcut_manager_win.cc', | 2233 'browser/profiles/profile_shortcut_manager_win.cc', |
| 2233 'browser/profiles/profile_shortcut_manager_win.h', | 2234 'browser/profiles/profile_shortcut_manager_win.h', |
| 2234 'browser/profiles/profiles_state.cc', | 2235 'browser/profiles/profiles_state.cc', |
| 2235 'browser/profiles/profiles_state.h', | 2236 'browser/profiles/profiles_state.h', |
| 2236 'browser/profiles/startup_task_runner_service.cc', | 2237 'browser/profiles/startup_task_runner_service.cc', |
| 2237 'browser/profiles/startup_task_runner_service.h', | 2238 'browser/profiles/startup_task_runner_service.h', |
| 2238 'browser/profiles/startup_task_runner_service_factory.cc', | 2239 'browser/profiles/startup_task_runner_service_factory.cc', |
| 2239 'browser/profiles/startup_task_runner_service_factory.h', | 2240 'browser/profiles/startup_task_runner_service_factory.h', |
| 2240 'browser/profiles/storage_partition_descriptor.h', | 2241 'browser/profiles/storage_partition_descriptor.h', |
| 2241 ], | 2242 ], |
| (...skipping 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3697 'variables': { | 3698 'variables': { |
| 3698 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3699 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3699 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3700 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3700 }, | 3701 }, |
| 3701 'includes': [ '../build/protoc.gypi' ] | 3702 'includes': [ '../build/protoc.gypi' ] |
| 3702 }, | 3703 }, |
| 3703 ], | 3704 ], |
| 3704 },], | 3705 },], |
| 3705 ], | 3706 ], |
| 3706 } | 3707 } |
| OLD | NEW |