| 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 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2409 'browser/profiles/profile_impl_io_data.h', | 2409 'browser/profiles/profile_impl_io_data.h', |
| 2410 'browser/profiles/profile_info_cache.cc', | 2410 'browser/profiles/profile_info_cache.cc', |
| 2411 'browser/profiles/profile_info_cache.h', | 2411 'browser/profiles/profile_info_cache.h', |
| 2412 'browser/profiles/profile_info_cache_observer.h', | 2412 'browser/profiles/profile_info_cache_observer.h', |
| 2413 'browser/profiles/profile_info_interface.h', | 2413 'browser/profiles/profile_info_interface.h', |
| 2414 'browser/profiles/profile_io_data.cc', | 2414 'browser/profiles/profile_io_data.cc', |
| 2415 'browser/profiles/profile_io_data.h', | 2415 'browser/profiles/profile_io_data.h', |
| 2416 'browser/profiles/profile_list.h', | 2416 'browser/profiles/profile_list.h', |
| 2417 'browser/profiles/profile_manager.cc', | 2417 'browser/profiles/profile_manager.cc', |
| 2418 'browser/profiles/profile_manager.h', | 2418 'browser/profiles/profile_manager.h', |
| 2419 'browser/profiles/profile_attributes_entry.cc', |
| 2420 'browser/profiles/profile_attributes_entry.h', |
| 2421 'browser/profiles/profile_attributes_storage.h', |
| 2419 'browser/profiles/profile_metrics.cc', | 2422 'browser/profiles/profile_metrics.cc', |
| 2420 'browser/profiles/profile_metrics.h', | 2423 'browser/profiles/profile_metrics.h', |
| 2421 'browser/profiles/profile_metrics_mac.mm', | 2424 'browser/profiles/profile_metrics_mac.mm', |
| 2422 'browser/profiles/profile_shortcut_manager_win.cc', | 2425 'browser/profiles/profile_shortcut_manager_win.cc', |
| 2423 'browser/profiles/profile_shortcut_manager_win.h', | 2426 'browser/profiles/profile_shortcut_manager_win.h', |
| 2424 'browser/profiles/profiles_state.cc', | 2427 'browser/profiles/profiles_state.cc', |
| 2425 'browser/profiles/profiles_state.h', | 2428 'browser/profiles/profiles_state.h', |
| 2426 'browser/profiles/storage_partition_descriptor.h', | 2429 'browser/profiles/storage_partition_descriptor.h', |
| 2427 ], | 2430 ], |
| 2428 'chrome_browser_rlz_sources': [ | 2431 'chrome_browser_rlz_sources': [ |
| (...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4050 'variables': { | 4053 'variables': { |
| 4051 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4054 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4052 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4055 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4053 }, | 4056 }, |
| 4054 'includes': [ '../build/protoc.gypi' ] | 4057 'includes': [ '../build/protoc.gypi' ] |
| 4055 }, | 4058 }, |
| 4056 ], | 4059 ], |
| 4057 },], | 4060 },], |
| 4058 ], | 4061 ], |
| 4059 } | 4062 } |
| OLD | NEW |