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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 'browser/infobars/infobar.h', | 924 'browser/infobars/infobar.h', |
925 'browser/infobars/infobar_container.cc', | 925 'browser/infobars/infobar_container.cc', |
926 'browser/infobars/infobar_container.h', | 926 'browser/infobars/infobar_container.h', |
927 'browser/infobars/infobar_tab_helper.cc', | 927 'browser/infobars/infobar_tab_helper.cc', |
928 'browser/infobars/infobar_tab_helper.h', | 928 'browser/infobars/infobar_tab_helper.h', |
929 'browser/infobars/insecure_content_infobar_delegate.cc', | 929 'browser/infobars/insecure_content_infobar_delegate.cc', |
930 'browser/infobars/insecure_content_infobar_delegate.h', | 930 'browser/infobars/insecure_content_infobar_delegate.h', |
931 'browser/instant/instant_commit_type.h', | 931 'browser/instant/instant_commit_type.h', |
932 'browser/instant/instant_controller.cc', | 932 'browser/instant/instant_controller.cc', |
933 'browser/instant/instant_controller.h', | 933 'browser/instant/instant_controller.h', |
934 'browser/instant/instant_controller_delegate.h', | |
935 'browser/instant/instant_loader.cc', | 934 'browser/instant/instant_loader.cc', |
936 'browser/instant/instant_loader.h', | 935 'browser/instant/instant_loader.h', |
937 'browser/instant/instant_loader_delegate.h', | |
938 'browser/instant/instant_model.cc', | 936 'browser/instant/instant_model.cc', |
939 'browser/instant/instant_model.h', | 937 'browser/instant/instant_model.h', |
940 'browser/instant/instant_model_observer.h', | 938 'browser/instant/instant_model_observer.h', |
941 'browser/instant/instant_preview_controller.cc', | 939 'browser/instant/instant_preview_controller.cc', |
942 'browser/instant/instant_preview_controller.h', | 940 'browser/instant/instant_preview_controller.h', |
943 'browser/instant/instant_unload_handler.cc', | 941 'browser/instant/instant_unload_handler.cc', |
944 'browser/instant/instant_unload_handler.h', | 942 'browser/instant/instant_unload_handler.h', |
945 'browser/intents/cws_intents_registry.cc', | 943 'browser/intents/cws_intents_registry.cc', |
946 'browser/intents/cws_intents_registry.h', | 944 'browser/intents/cws_intents_registry.h', |
947 'browser/intents/cws_intents_registry_factory.cc', | 945 'browser/intents/cws_intents_registry_factory.cc', |
(...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2934 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2932 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2935 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2933 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2936 }, | 2934 }, |
2937 'includes': ['../build/protoc.gypi'], | 2935 'includes': ['../build/protoc.gypi'], |
2938 }, | 2936 }, |
2939 ], | 2937 ], |
2940 }, | 2938 }, |
2941 ], | 2939 ], |
2942 ], | 2940 ], |
2943 } | 2941 } |
OLD | NEW |