| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'browser/extension_scoped_prefs.h', | 296 'browser/extension_scoped_prefs.h', |
| 297 'browser/extension_system.cc', | 297 'browser/extension_system.cc', |
| 298 'browser/extension_system.h', | 298 'browser/extension_system.h', |
| 299 'browser/extension_system_provider.cc', | 299 'browser/extension_system_provider.cc', |
| 300 'browser/extension_system_provider.h', | 300 'browser/extension_system_provider.h', |
| 301 'browser/extension_web_contents_observer.cc', | 301 'browser/extension_web_contents_observer.cc', |
| 302 'browser/extension_web_contents_observer.h', | 302 'browser/extension_web_contents_observer.h', |
| 303 'browser/extensions_browser_client.cc', | 303 'browser/extensions_browser_client.cc', |
| 304 'browser/extensions_browser_client.h', | 304 'browser/extensions_browser_client.h', |
| 305 'browser/external_provider_interface.h', | 305 'browser/external_provider_interface.h', |
| 306 'browser/image_util.cc', |
| 307 'browser/image_util.h', |
| 306 'browser/info_map.cc', | 308 'browser/info_map.cc', |
| 307 'browser/info_map.h', | 309 'browser/info_map.h', |
| 308 'browser/file_highlighter.cc', | 310 'browser/file_highlighter.cc', |
| 309 'browser/file_highlighter.h', | 311 'browser/file_highlighter.h', |
| 310 'browser/file_reader.cc', | 312 'browser/file_reader.cc', |
| 311 'browser/file_reader.h', | 313 'browser/file_reader.h', |
| 312 'browser/lazy_background_task_queue.cc', | 314 'browser/lazy_background_task_queue.cc', |
| 313 'browser/lazy_background_task_queue.h', | 315 'browser/lazy_background_task_queue.h', |
| 314 'browser/management_policy.cc', | 316 'browser/management_policy.cc', |
| 315 'browser/management_policy.h', | 317 'browser/management_policy.h', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'common/test_util.cc', | 387 'common/test_util.cc', |
| 386 'common/test_util.h', | 388 'common/test_util.h', |
| 387 'common/value_builder.cc', | 389 'common/value_builder.cc', |
| 388 'common/value_builder.h', | 390 'common/value_builder.h', |
| 389 ], | 391 ], |
| 390 # Disable c4267 warnings until we fix size_t to int truncations. | 392 # Disable c4267 warnings until we fix size_t to int truncations. |
| 391 'msvs_disabled_warnings': [ 4267, ], | 393 'msvs_disabled_warnings': [ 4267, ], |
| 392 }, | 394 }, |
| 393 ] | 395 ] |
| 394 } | 396 } |
| OLD | NEW |