OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 'browser/instant/instant_model_observer.h', | 933 'browser/instant/instant_model_observer.h', |
934 'browser/instant/instant_preview_controller.cc', | 934 'browser/instant/instant_preview_controller.cc', |
935 'browser/instant/instant_preview_controller.h', | 935 'browser/instant/instant_preview_controller.h', |
936 'browser/instant/instant_tab.cc', | 936 'browser/instant/instant_tab.cc', |
937 'browser/instant/instant_tab.h', | 937 'browser/instant/instant_tab.h', |
938 'browser/instant/instant_unload_handler.cc', | 938 'browser/instant/instant_unload_handler.cc', |
939 'browser/instant/instant_unload_handler.h', | 939 'browser/instant/instant_unload_handler.h', |
940 'browser/intents/cws_intents_registry.cc', | 940 'browser/intents/cws_intents_registry.cc', |
941 'browser/intents/cws_intents_registry.h', | 941 'browser/intents/cws_intents_registry.h', |
942 'browser/intents/cws_intents_registry_factory.cc', | 942 'browser/intents/cws_intents_registry_factory.cc', |
943 'browser/intents/device_attached_intent_source.cc', | |
944 'browser/intents/device_attached_intent_source.h', | |
945 'browser/intents/cws_intents_registry_factory.h', | 943 'browser/intents/cws_intents_registry_factory.h', |
946 'browser/intents/default_web_intent_service.cc', | 944 'browser/intents/default_web_intent_service.cc', |
947 'browser/intents/default_web_intent_service.h', | 945 'browser/intents/default_web_intent_service.h', |
948 'browser/intents/intent_service_host.h', | 946 'browser/intents/intent_service_host.h', |
949 'browser/intents/native_services.cc', | 947 'browser/intents/native_services.cc', |
950 'browser/intents/native_services.h', | 948 'browser/intents/native_services.h', |
951 'browser/intents/register_intent_handler_infobar_delegate.cc', | 949 'browser/intents/register_intent_handler_infobar_delegate.cc', |
952 'browser/intents/register_intent_handler_infobar_delegate.h', | 950 'browser/intents/register_intent_handler_infobar_delegate.h', |
953 'browser/intents/web_intents_registry.cc', | 951 'browser/intents/web_intents_registry.cc', |
954 'browser/intents/web_intents_registry.h', | 952 'browser/intents/web_intents_registry.h', |
(...skipping 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3116 'variables': { | 3114 'variables': { |
3117 'jni_gen_dir': 'chrome', | 3115 'jni_gen_dir': 'chrome', |
3118 }, | 3116 }, |
3119 'includes': [ '../build/jni_generator.gypi' ], | 3117 'includes': [ '../build/jni_generator.gypi' ], |
3120 }, | 3118 }, |
3121 ], | 3119 ], |
3122 }, | 3120 }, |
3123 ], | 3121 ], |
3124 ], | 3122 ], |
3125 } | 3123 } |
OLD | NEW |