| 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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 'browser/predictors/predictor_table_base.cc', | 854 'browser/predictors/predictor_table_base.cc', |
| 855 'browser/predictors/predictor_table_base.h', | 855 'browser/predictors/predictor_table_base.h', |
| 856 'browser/pref_service_flags_storage.cc', | 856 'browser/pref_service_flags_storage.cc', |
| 857 'browser/pref_service_flags_storage.h', | 857 'browser/pref_service_flags_storage.h', |
| 858 'browser/prefetch/prefetch.cc', | 858 'browser/prefetch/prefetch.cc', |
| 859 'browser/prefetch/prefetch.h', | 859 'browser/prefetch/prefetch.h', |
| 860 'browser/prefetch/prefetch_field_trial.cc', | 860 'browser/prefetch/prefetch_field_trial.cc', |
| 861 'browser/prefetch/prefetch_field_trial.h', | 861 'browser/prefetch/prefetch_field_trial.h', |
| 862 'browser/prefs/browser_prefs.cc', | 862 'browser/prefs/browser_prefs.cc', |
| 863 'browser/prefs/browser_prefs.h', | 863 'browser/prefs/browser_prefs.h', |
| 864 'browser/prefs/browser_ui_prefs_migrator.cc', |
| 865 'browser/prefs/browser_ui_prefs_migrator.h', |
| 864 'browser/prefs/chrome_pref_service_factory.cc', | 866 'browser/prefs/chrome_pref_service_factory.cc', |
| 865 'browser/prefs/chrome_pref_service_factory.h', | 867 'browser/prefs/chrome_pref_service_factory.h', |
| 866 'browser/prefs/command_line_pref_store.cc', | 868 'browser/prefs/command_line_pref_store.cc', |
| 867 'browser/prefs/command_line_pref_store.h', | 869 'browser/prefs/command_line_pref_store.h', |
| 868 'browser/prefs/incognito_mode_prefs.cc', | 870 'browser/prefs/incognito_mode_prefs.cc', |
| 869 'browser/prefs/incognito_mode_prefs.h', | 871 'browser/prefs/incognito_mode_prefs.h', |
| 870 'browser/prefs/interceptable_pref_filter.cc', | 872 'browser/prefs/interceptable_pref_filter.cc', |
| 871 'browser/prefs/interceptable_pref_filter.h', | 873 'browser/prefs/interceptable_pref_filter.h', |
| 872 'browser/prefs/leveldb_pref_store.cc', | 874 'browser/prefs/leveldb_pref_store.cc', |
| 873 'browser/prefs/leveldb_pref_store.h', | 875 'browser/prefs/leveldb_pref_store.h', |
| (...skipping 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3536 'variables': { | 3538 'variables': { |
| 3537 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3539 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3538 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3540 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3539 }, | 3541 }, |
| 3540 'includes': [ '../build/protoc.gypi' ] | 3542 'includes': [ '../build/protoc.gypi' ] |
| 3541 }, | 3543 }, |
| 3542 ], | 3544 ], |
| 3543 },], | 3545 },], |
| 3544 ], | 3546 ], |
| 3545 } | 3547 } |
| OLD | NEW |