| 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'browser/extension_registry_observer.h', | 626 'browser/extension_registry_observer.h', |
| 627 'browser/extension_scoped_prefs.h', | 627 'browser/extension_scoped_prefs.h', |
| 628 'browser/extension_system.cc', | 628 'browser/extension_system.cc', |
| 629 'browser/extension_system.h', | 629 'browser/extension_system.h', |
| 630 'browser/extension_system_provider.cc', | 630 'browser/extension_system_provider.cc', |
| 631 'browser/extension_system_provider.h', | 631 'browser/extension_system_provider.h', |
| 632 'browser/extension_util.cc', | 632 'browser/extension_util.cc', |
| 633 'browser/extension_util.h', | 633 'browser/extension_util.h', |
| 634 'browser/extension_web_contents_observer.cc', | 634 'browser/extension_web_contents_observer.cc', |
| 635 'browser/extension_web_contents_observer.h', | 635 'browser/extension_web_contents_observer.h', |
| 636 'browser/extension_zoom_request_client.cc', |
| 637 'browser/extension_zoom_request_client.h', |
| 636 'browser/extensions_browser_client.cc', | 638 'browser/extensions_browser_client.cc', |
| 637 'browser/extensions_browser_client.h', | 639 'browser/extensions_browser_client.h', |
| 638 'browser/external_provider_interface.h', | 640 'browser/external_provider_interface.h', |
| 639 'browser/granted_file_entry.cc', | 641 'browser/granted_file_entry.cc', |
| 640 'browser/granted_file_entry.h', | 642 'browser/granted_file_entry.h', |
| 641 'browser/guest_view/app_view/app_view_constants.cc', | 643 'browser/guest_view/app_view/app_view_constants.cc', |
| 642 'browser/guest_view/app_view/app_view_constants.h', | 644 'browser/guest_view/app_view/app_view_constants.h', |
| 643 'browser/guest_view/app_view/app_view_guest.cc', | 645 'browser/guest_view/app_view/app_view_guest.cc', |
| 644 'browser/guest_view/app_view/app_view_guest.h', | 646 'browser/guest_view/app_view/app_view_guest.h', |
| 645 'browser/guest_view/app_view/app_view_guest_delegate.cc', | 647 'browser/guest_view/app_view/app_view_guest_delegate.cc', |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1266 'conditions': [ | 1268 'conditions': [ |
| 1267 ['OS=="win" and win_use_allocator_shim==1', { | 1269 ['OS=="win" and win_use_allocator_shim==1', { |
| 1268 'dependencies': [ | 1270 'dependencies': [ |
| 1269 '../base/allocator/allocator.gyp:allocator', | 1271 '../base/allocator/allocator.gyp:allocator', |
| 1270 ], | 1272 ], |
| 1271 }], | 1273 }], |
| 1272 ], | 1274 ], |
| 1273 }, | 1275 }, |
| 1274 ] | 1276 ] |
| 1275 } | 1277 } |
| OLD | NEW |