| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # | |
| 3 # 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 |
| 4 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 5 | 4 |
| 6 { | 5 { |
| 7 'targets': [ | 6 'targets': [ |
| 8 { | 7 { |
| 9 'target_name': 'browser', | 8 'target_name': 'browser', |
| 10 'type': 'static_library', | 9 'type': 'static_library', |
| 11 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 12 'dependencies': [ | 11 'dependencies': [ |
| (...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 'browser/importer/toolbar_importer_utils.cc', | 909 'browser/importer/toolbar_importer_utils.cc', |
| 911 'browser/importer/toolbar_importer_utils.h', | 910 'browser/importer/toolbar_importer_utils.h', |
| 912 'browser/infobars/infobar.cc', | 911 'browser/infobars/infobar.cc', |
| 913 'browser/infobars/infobar.h', | 912 'browser/infobars/infobar.h', |
| 914 'browser/infobars/infobar_container.cc', | 913 'browser/infobars/infobar_container.cc', |
| 915 'browser/infobars/infobar_container.h', | 914 'browser/infobars/infobar_container.h', |
| 916 'browser/infobars/infobar_tab_helper.cc', | 915 'browser/infobars/infobar_tab_helper.cc', |
| 917 'browser/infobars/infobar_tab_helper.h', | 916 'browser/infobars/infobar_tab_helper.h', |
| 918 'browser/infobars/insecure_content_infobar_delegate.cc', | 917 'browser/infobars/insecure_content_infobar_delegate.cc', |
| 919 'browser/infobars/insecure_content_infobar_delegate.h', | 918 'browser/infobars/insecure_content_infobar_delegate.h', |
| 919 'browser/instant/instant_client.cc', |
| 920 'browser/instant/instant_client.h', |
| 920 'browser/instant/instant_commit_type.h', | 921 'browser/instant/instant_commit_type.h', |
| 921 'browser/instant/instant_controller.cc', | 922 'browser/instant/instant_controller.cc', |
| 922 'browser/instant/instant_controller.h', | 923 'browser/instant/instant_controller.h', |
| 923 'browser/instant/instant_loader.cc', | 924 'browser/instant/instant_loader.cc', |
| 924 'browser/instant/instant_loader.h', | 925 'browser/instant/instant_loader.h', |
| 925 'browser/instant/instant_model.cc', | 926 'browser/instant/instant_model.cc', |
| 926 'browser/instant/instant_model.h', | 927 'browser/instant/instant_model.h', |
| 927 'browser/instant/instant_model_observer.h', | 928 'browser/instant/instant_model_observer.h', |
| 928 'browser/instant/instant_preview_controller.cc', | 929 'browser/instant/instant_preview_controller.cc', |
| 929 'browser/instant/instant_preview_controller.h', | 930 'browser/instant/instant_preview_controller.h', |
| 931 'browser/instant/instant_tab.cc', |
| 932 'browser/instant/instant_tab.h', |
| 930 'browser/instant/instant_unload_handler.cc', | 933 'browser/instant/instant_unload_handler.cc', |
| 931 'browser/instant/instant_unload_handler.h', | 934 'browser/instant/instant_unload_handler.h', |
| 932 'browser/intents/cws_intents_registry.cc', | 935 'browser/intents/cws_intents_registry.cc', |
| 933 'browser/intents/cws_intents_registry.h', | 936 'browser/intents/cws_intents_registry.h', |
| 934 'browser/intents/cws_intents_registry_factory.cc', | 937 'browser/intents/cws_intents_registry_factory.cc', |
| 935 'browser/intents/device_attached_intent_source.cc', | 938 'browser/intents/device_attached_intent_source.cc', |
| 936 'browser/intents/device_attached_intent_source.h', | 939 'browser/intents/device_attached_intent_source.h', |
| 937 'browser/intents/cws_intents_registry_factory.h', | 940 'browser/intents/cws_intents_registry_factory.h', |
| 938 'browser/intents/default_web_intent_service.cc', | 941 'browser/intents/default_web_intent_service.cc', |
| 939 'browser/intents/default_web_intent_service.h', | 942 'browser/intents/default_web_intent_service.h', |
| (...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3070 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3073 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3071 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3074 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3072 }, | 3075 }, |
| 3073 'includes': ['../build/protoc.gypi'], | 3076 'includes': ['../build/protoc.gypi'], |
| 3074 }, | 3077 }, |
| 3075 ], | 3078 ], |
| 3076 }, | 3079 }, |
| 3077 ], | 3080 ], |
| 3078 ], | 3081 ], |
| 3079 } | 3082 } |
| OLD | NEW |