| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 166 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 167 ], | 167 ], |
| 168 'sources': [ | 168 'sources': [ |
| 169 'browser/admin_policy.cc', | 169 'browser/admin_policy.cc', |
| 170 'browser/admin_policy.h', | 170 'browser/admin_policy.h', |
| 171 'browser/api/async_api_function.cc', | 171 'browser/api/async_api_function.cc', |
| 172 'browser/api/async_api_function.h', | 172 'browser/api/async_api_function.h', |
| 173 'browser/api_activity_monitor.h', | 173 'browser/api_activity_monitor.h', |
| 174 'browser/app_sorting.h', | 174 'browser/app_sorting.h', |
| 175 'browser/blacklist_state.h', | 175 'browser/blacklist_state.h', |
| 176 'browser/browser_context_keyed_api_factory.h', |
| 176 'browser/error_map.cc', | 177 'browser/error_map.cc', |
| 177 'browser/error_map.h', | 178 'browser/error_map.h', |
| 178 'browser/event_listener_map.cc', | 179 'browser/event_listener_map.cc', |
| 179 'browser/event_listener_map.h', | 180 'browser/event_listener_map.h', |
| 180 'browser/event_router.cc', | 181 'browser/event_router.cc', |
| 181 'browser/event_router.h', | 182 'browser/event_router.h', |
| 182 'browser/extension_error.cc', | 183 'browser/extension_error.cc', |
| 183 'browser/extension_error.h', | 184 'browser/extension_error.h', |
| 184 'browser/extension_function.cc', | 185 'browser/extension_function.cc', |
| 185 'browser/extension_function.h', | 186 'browser/extension_function.h', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'common/test_util.cc', | 276 'common/test_util.cc', |
| 276 'common/test_util.h', | 277 'common/test_util.h', |
| 277 'common/value_builder.cc', | 278 'common/value_builder.cc', |
| 278 'common/value_builder.h', | 279 'common/value_builder.h', |
| 279 ], | 280 ], |
| 280 # Disable c4267 warnings until we fix size_t to int truncations. | 281 # Disable c4267 warnings until we fix size_t to int truncations. |
| 281 'msvs_disabled_warnings': [ 4267, ], | 282 'msvs_disabled_warnings': [ 4267, ], |
| 282 }, | 283 }, |
| 283 ] | 284 ] |
| 284 } | 285 } |
| OLD | NEW |