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 2226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2237 'browser/profiles/profile_info_cache_observer.h', | 2237 'browser/profiles/profile_info_cache_observer.h', |
2238 'browser/profiles/profile_info_interface.h', | 2238 'browser/profiles/profile_info_interface.h', |
2239 'browser/profiles/profile_io_data.cc', | 2239 'browser/profiles/profile_io_data.cc', |
2240 'browser/profiles/profile_io_data.h', | 2240 'browser/profiles/profile_io_data.h', |
2241 'browser/profiles/profile_list.h', | 2241 'browser/profiles/profile_list.h', |
2242 'browser/profiles/profile_manager.cc', | 2242 'browser/profiles/profile_manager.cc', |
2243 'browser/profiles/profile_manager.h', | 2243 'browser/profiles/profile_manager.h', |
2244 'browser/profiles/profile_metrics.cc', | 2244 'browser/profiles/profile_metrics.cc', |
2245 'browser/profiles/profile_metrics.h', | 2245 'browser/profiles/profile_metrics.h', |
2246 'browser/profiles/profile_metrics_list.h', | 2246 'browser/profiles/profile_metrics_list.h', |
2247 'browser/profiles/profile_metrics_mac.mm', | |
2248 'browser/profiles/profile_shortcut_manager_win.cc', | 2247 'browser/profiles/profile_shortcut_manager_win.cc', |
2249 'browser/profiles/profile_shortcut_manager_win.h', | 2248 'browser/profiles/profile_shortcut_manager_win.h', |
2250 'browser/profiles/profiles_state.cc', | 2249 'browser/profiles/profiles_state.cc', |
2251 'browser/profiles/profiles_state.h', | 2250 'browser/profiles/profiles_state.h', |
2252 'browser/profiles/startup_task_runner_service.cc', | 2251 'browser/profiles/startup_task_runner_service.cc', |
2253 'browser/profiles/startup_task_runner_service.h', | 2252 'browser/profiles/startup_task_runner_service.h', |
2254 'browser/profiles/startup_task_runner_service_factory.cc', | 2253 'browser/profiles/startup_task_runner_service_factory.cc', |
2255 'browser/profiles/startup_task_runner_service_factory.h', | 2254 'browser/profiles/startup_task_runner_service_factory.h', |
2256 'browser/profiles/storage_partition_descriptor.h', | 2255 'browser/profiles/storage_partition_descriptor.h', |
2257 ], | 2256 ], |
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3708 'variables': { | 3707 'variables': { |
3709 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3708 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3710 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3709 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3711 }, | 3710 }, |
3712 'includes': [ '../build/protoc.gypi' ] | 3711 'includes': [ '../build/protoc.gypi' ] |
3713 }, | 3712 }, |
3714 ], | 3713 ], |
3715 },], | 3714 },], |
3716 ], | 3715 ], |
3717 } | 3716 } |
OLD | NEW |