| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1552 'browser/renderer_host/plugin_info_message_filter.cc', | 1552 'browser/renderer_host/plugin_info_message_filter.cc', |
| 1553 'browser/renderer_host/plugin_info_message_filter.h', | 1553 'browser/renderer_host/plugin_info_message_filter.h', |
| 1554 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 1554 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 1555 'browser/renderer_host/safe_browsing_resource_throttle.h', | 1555 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 1556 'browser/renderer_host/web_cache_manager.cc', | 1556 'browser/renderer_host/web_cache_manager.cc', |
| 1557 'browser/renderer_host/web_cache_manager.h', | 1557 'browser/renderer_host/web_cache_manager.h', |
| 1558 'browser/renderer_preferences_util.cc', | 1558 'browser/renderer_preferences_util.cc', |
| 1559 'browser/renderer_preferences_util.h', | 1559 'browser/renderer_preferences_util.h', |
| 1560 'browser/repost_form_warning_controller.cc', | 1560 'browser/repost_form_warning_controller.cc', |
| 1561 'browser/repost_form_warning_controller.h', | 1561 'browser/repost_form_warning_controller.h', |
| 1562 'browser/resource_request_allowed_notifier.cc', |
| 1563 'browser/resource_request_allowed_notifier.h', |
| 1562 'browser/resources_util.cc', | 1564 'browser/resources_util.cc', |
| 1563 'browser/resources_util.h', | 1565 'browser/resources_util.h', |
| 1564 'browser/rlz/rlz.cc', | 1566 'browser/rlz/rlz.cc', |
| 1565 'browser/rlz/rlz.h', | 1567 'browser/rlz/rlz.h', |
| 1566 'browser/safe_browsing/bloom_filter.cc', | 1568 'browser/safe_browsing/bloom_filter.cc', |
| 1567 'browser/safe_browsing/bloom_filter.h', | 1569 'browser/safe_browsing/bloom_filter.h', |
| 1568 'browser/safe_browsing/browser_feature_extractor.cc', | 1570 'browser/safe_browsing/browser_feature_extractor.cc', |
| 1569 'browser/safe_browsing/browser_feature_extractor.h', | 1571 'browser/safe_browsing/browser_feature_extractor.h', |
| 1570 'browser/safe_browsing/browser_features.cc', | 1572 'browser/safe_browsing/browser_features.cc', |
| 1571 'browser/safe_browsing/browser_features.h', | 1573 'browser/safe_browsing/browser_features.h', |
| (...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2773 'includes': [ '../build/jni_generator.gypi' ], | 2775 'includes': [ '../build/jni_generator.gypi' ], |
| 2774 'dependencies': [ | 2776 'dependencies': [ |
| 2775 'android_jar_jni_headers', | 2777 'android_jar_jni_headers', |
| 2776 ], | 2778 ], |
| 2777 }, | 2779 }, |
| 2778 ], | 2780 ], |
| 2779 }, | 2781 }, |
| 2780 ], | 2782 ], |
| 2781 ], | 2783 ], |
| 2782 } | 2784 } |
| OLD | NEW |