| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'common/features/feature_provider.cc', | 52 'common/features/feature_provider.cc', |
| 53 'common/features/feature_provider.h', | 53 'common/features/feature_provider.h', |
| 54 'common/id_util.cc', | 54 'common/id_util.cc', |
| 55 'common/id_util.h', | 55 'common/id_util.h', |
| 56 'common/install_warning.cc', | 56 'common/install_warning.cc', |
| 57 'common/install_warning.h', | 57 'common/install_warning.h', |
| 58 'common/manifest.cc', | 58 'common/manifest.cc', |
| 59 'common/manifest.h', | 59 'common/manifest.h', |
| 60 'common/manifest_constants.cc', | 60 'common/manifest_constants.cc', |
| 61 'common/manifest_constants.h', | 61 'common/manifest_constants.h', |
| 62 'common/manifest_handler.cc', | |
| 63 'common/manifest_handler.h', | |
| 64 'common/matcher/regex_set_matcher.cc', | 62 'common/matcher/regex_set_matcher.cc', |
| 65 'common/matcher/regex_set_matcher.h', | 63 'common/matcher/regex_set_matcher.h', |
| 66 'common/matcher/string_pattern.cc', | 64 'common/matcher/string_pattern.cc', |
| 67 'common/matcher/string_pattern.h', | 65 'common/matcher/string_pattern.h', |
| 68 'common/matcher/substring_set_matcher.cc', | 66 'common/matcher/substring_set_matcher.cc', |
| 69 'common/matcher/substring_set_matcher.h', | 67 'common/matcher/substring_set_matcher.h', |
| 70 'common/matcher/url_matcher.cc', | 68 'common/matcher/url_matcher.cc', |
| 71 'common/matcher/url_matcher.h', | 69 'common/matcher/url_matcher.h', |
| 72 'common/matcher/url_matcher_constants.cc', | 70 'common/matcher/url_matcher_constants.cc', |
| 73 'common/matcher/url_matcher_constants.h', | 71 'common/matcher/url_matcher_constants.h', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'browser/pref_names.cc', | 142 'browser/pref_names.cc', |
| 145 'browser/pref_names.h', | 143 'browser/pref_names.h', |
| 146 'browser/view_type_utils.cc', | 144 'browser/view_type_utils.cc', |
| 147 'browser/view_type_utils.h', | 145 'browser/view_type_utils.h', |
| 148 ], | 146 ], |
| 149 # Disable c4267 warnings until we fix size_t to int truncations. | 147 # Disable c4267 warnings until we fix size_t to int truncations. |
| 150 'msvs_disabled_warnings': [ 4267, ], | 148 'msvs_disabled_warnings': [ 4267, ], |
| 151 }, | 149 }, |
| 152 ] | 150 ] |
| 153 } | 151 } |
| OLD | NEW |