| 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 'browser/predictors/predictor_table_base.cc', | 876 'browser/predictors/predictor_table_base.cc', |
| 877 'browser/predictors/predictor_table_base.h', | 877 'browser/predictors/predictor_table_base.h', |
| 878 'browser/pref_service_flags_storage.cc', | 878 'browser/pref_service_flags_storage.cc', |
| 879 'browser/pref_service_flags_storage.h', | 879 'browser/pref_service_flags_storage.h', |
| 880 'browser/prefetch/prefetch.cc', | 880 'browser/prefetch/prefetch.cc', |
| 881 'browser/prefetch/prefetch.h', | 881 'browser/prefetch/prefetch.h', |
| 882 'browser/prefetch/prefetch_field_trial.cc', | 882 'browser/prefetch/prefetch_field_trial.cc', |
| 883 'browser/prefetch/prefetch_field_trial.h', | 883 'browser/prefetch/prefetch_field_trial.h', |
| 884 'browser/prefs/browser_prefs.cc', | 884 'browser/prefs/browser_prefs.cc', |
| 885 'browser/prefs/browser_prefs.h', | 885 'browser/prefs/browser_prefs.h', |
| 886 'browser/prefs/browser_ui_prefs_migrator.cc', |
| 887 'browser/prefs/browser_ui_prefs_migrator.h', |
| 886 'browser/prefs/chrome_pref_service_factory.cc', | 888 'browser/prefs/chrome_pref_service_factory.cc', |
| 887 'browser/prefs/chrome_pref_service_factory.h', | 889 'browser/prefs/chrome_pref_service_factory.h', |
| 888 'browser/prefs/command_line_pref_store.cc', | 890 'browser/prefs/command_line_pref_store.cc', |
| 889 'browser/prefs/command_line_pref_store.h', | 891 'browser/prefs/command_line_pref_store.h', |
| 890 'browser/prefs/incognito_mode_prefs.cc', | 892 'browser/prefs/incognito_mode_prefs.cc', |
| 891 'browser/prefs/incognito_mode_prefs.h', | 893 'browser/prefs/incognito_mode_prefs.h', |
| 892 'browser/prefs/interceptable_pref_filter.cc', | 894 'browser/prefs/interceptable_pref_filter.cc', |
| 893 'browser/prefs/interceptable_pref_filter.h', | 895 'browser/prefs/interceptable_pref_filter.h', |
| 894 'browser/prefs/leveldb_pref_store.cc', | 896 'browser/prefs/leveldb_pref_store.cc', |
| 895 'browser/prefs/leveldb_pref_store.h', | 897 'browser/prefs/leveldb_pref_store.h', |
| (...skipping 2664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3560 'variables': { | 3562 'variables': { |
| 3561 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3563 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3564 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3563 }, | 3565 }, |
| 3564 'includes': [ '../build/protoc.gypi' ] | 3566 'includes': [ '../build/protoc.gypi' ] |
| 3565 }, | 3567 }, |
| 3566 ], | 3568 ], |
| 3567 },], | 3569 },], |
| 3568 ], | 3570 ], |
| 3569 } | 3571 } |
| OLD | NEW |