OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 'browser/command_updater.h', | 857 'browser/command_updater.h', |
858 'browser/component_updater/component_updater_configurator.cc', | 858 'browser/component_updater/component_updater_configurator.cc', |
859 'browser/component_updater/component_updater_configurator.h', | 859 'browser/component_updater/component_updater_configurator.h', |
860 'browser/component_updater/component_unpacker.cc', | 860 'browser/component_updater/component_unpacker.cc', |
861 'browser/component_updater/component_unpacker.h', | 861 'browser/component_updater/component_unpacker.h', |
862 'browser/component_updater/component_updater_service.cc', | 862 'browser/component_updater/component_updater_service.cc', |
863 'browser/component_updater/component_updater_service.h', | 863 'browser/component_updater/component_updater_service.h', |
864 'browser/component_updater/flash_component_installer.h', | 864 'browser/component_updater/flash_component_installer.h', |
865 'browser/component_updater/npapi_flash_component_installer.cc', | 865 'browser/component_updater/npapi_flash_component_installer.cc', |
866 'browser/component_updater/pepper_flash_component_installer.cc', | 866 'browser/component_updater/pepper_flash_component_installer.cc', |
867 'browser/component_updater/pepper_flash_field_trial.cc', | |
868 'browser/component_updater/pepper_flash_field_trial.h', | |
869 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 867 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
870 'browser/component_updater/pnacl/pnacl_component_installer.h', | 868 'browser/component_updater/pnacl/pnacl_component_installer.h', |
871 'browser/component_updater/recovery_component_installer.cc', | 869 'browser/component_updater/recovery_component_installer.cc', |
872 'browser/component_updater/recovery_component_installer.h', | 870 'browser/component_updater/recovery_component_installer.h', |
873 'browser/component_updater/swiftshader_component_installer.cc', | 871 'browser/component_updater/swiftshader_component_installer.cc', |
874 'browser/component_updater/swiftshader_component_installer.h', | 872 'browser/component_updater/swiftshader_component_installer.h', |
875 'browser/content_settings/content_settings_default_provider.cc', | 873 'browser/content_settings/content_settings_default_provider.cc', |
876 'browser/content_settings/content_settings_default_provider.h', | 874 'browser/content_settings/content_settings_default_provider.h', |
877 'browser/content_settings/content_settings_details.cc', | 875 'browser/content_settings/content_settings_details.cc', |
878 'browser/content_settings/content_settings_details.h', | 876 'browser/content_settings/content_settings_details.h', |
(...skipping 4352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5231 'type': 'static_library', | 5229 'type': 'static_library', |
5232 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5230 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5233 'variables': { | 5231 'variables': { |
5234 'proto_in_dir': 'browser/chromeos/gdata', | 5232 'proto_in_dir': 'browser/chromeos/gdata', |
5235 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5233 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5236 }, | 5234 }, |
5237 'includes': [ '../build/protoc.gypi' ] | 5235 'includes': [ '../build/protoc.gypi' ] |
5238 }, | 5236 }, |
5239 ], | 5237 ], |
5240 } | 5238 } |
OLD | NEW |