| 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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 'browser/instant/instant_controller.cc', | 893 'browser/instant/instant_controller.cc', |
| 894 'browser/instant/instant_controller.h', | 894 'browser/instant/instant_controller.h', |
| 895 'browser/instant/instant_controller_delegate.h', | 895 'browser/instant/instant_controller_delegate.h', |
| 896 'browser/instant/instant_field_trials.h', | 896 'browser/instant/instant_field_trials.h', |
| 897 'browser/instant/instant_field_trials.cc', | 897 'browser/instant/instant_field_trials.cc', |
| 898 'browser/instant/instant_loader.cc', | 898 'browser/instant/instant_loader.cc', |
| 899 'browser/instant/instant_loader.h', | 899 'browser/instant/instant_loader.h', |
| 900 'browser/instant/instant_loader_delegate.h', | 900 'browser/instant/instant_loader_delegate.h', |
| 901 'browser/instant/instant_unload_handler.cc', | 901 'browser/instant/instant_unload_handler.cc', |
| 902 'browser/instant/instant_unload_handler.h', | 902 'browser/instant/instant_unload_handler.h', |
| 903 'browser/intents/api_key.cc', | |
| 904 'browser/intents/api_key.h', | |
| 905 'browser/intents/cws_intents_registry.cc', | 903 'browser/intents/cws_intents_registry.cc', |
| 906 'browser/intents/cws_intents_registry.h', | 904 'browser/intents/cws_intents_registry.h', |
| 907 'browser/intents/cws_intents_registry_factory.cc', | 905 'browser/intents/cws_intents_registry_factory.cc', |
| 908 'browser/intents/device_attached_intent_source.cc', | 906 'browser/intents/device_attached_intent_source.cc', |
| 909 'browser/intents/device_attached_intent_source.h', | 907 'browser/intents/device_attached_intent_source.h', |
| 910 'browser/intents/cws_intents_registry_factory.h', | 908 'browser/intents/cws_intents_registry_factory.h', |
| 911 'browser/intents/default_web_intent_service.cc', | 909 'browser/intents/default_web_intent_service.cc', |
| 912 'browser/intents/default_web_intent_service.h', | 910 'browser/intents/default_web_intent_service.h', |
| 913 'browser/intents/register_intent_handler_helper.cc', | 911 'browser/intents/register_intent_handler_helper.cc', |
| 914 'browser/intents/register_intent_handler_infobar_delegate.cc', | 912 'browser/intents/register_intent_handler_infobar_delegate.cc', |
| (...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2824 'includes': [ '../build/jni_generator.gypi' ], | 2822 'includes': [ '../build/jni_generator.gypi' ], |
| 2825 'dependencies': [ | 2823 'dependencies': [ |
| 2826 'android_jar_jni_headers', | 2824 'android_jar_jni_headers', |
| 2827 ], | 2825 ], |
| 2828 }, | 2826 }, |
| 2829 ], | 2827 ], |
| 2830 }, | 2828 }, |
| 2831 ], | 2829 ], |
| 2832 ], | 2830 ], |
| 2833 } | 2831 } |
| OLD | NEW |