| 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_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'variables': { | 11 'variables': { |
| 12 'conditions': [ | 12 'conditions': [ |
| 13 ['sysroot!=""', { | 13 ['sysroot!=""', { |
| 14 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(tar
get_arch)"', | 14 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(tar
get_arch)"', |
| 15 }, { | 15 }, { |
| 16 'pkg-config': 'pkg-config' | 16 'pkg-config': 'pkg-config' |
| 17 }], | 17 }], |
| 18 ], | 18 ], |
| 19 # Override to dynamically link the cras (ChromeOS audio) library. | 19 # Override to dynamically link the cras (ChromeOS audio) library. |
| 20 'use_cras%': 0, | 20 'use_cras%': 0, |
| 21 'enable_wexit_time_destructors': 1, | 21 'enable_wexit_time_destructors': 1, |
| 22 }, | 22 }, |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 # TODO(tbarzic): Cleanup this list. | 24 # TODO(tbarzic): Cleanup this list. |
| 25 'attestation_proto', | 25 'attestation_proto', |
| 26 'app/policy/cloud_policy_codegen.gyp:policy', | |
| 27 'browser/performance_monitor/performance_monitor.gyp:performance_monitor
', | 26 'browser/performance_monitor/performance_monitor.gyp:performance_monitor
', |
| 28 'browser_extensions', | 27 'browser_extensions', |
| 29 'cert_logger_proto', | 28 'cert_logger_proto', |
| 30 'chrome_resources.gyp:chrome_extra_resources', | 29 'chrome_resources.gyp:chrome_extra_resources', |
| 31 'chrome_resources.gyp:chrome_resources', | 30 'chrome_resources.gyp:chrome_resources', |
| 32 'chrome_resources.gyp:platform_locale_settings', | 31 'chrome_resources.gyp:platform_locale_settings', |
| 33 'chrome_resources.gyp:theme_resources', | 32 'chrome_resources.gyp:theme_resources', |
| 34 'common', | 33 'common', |
| 35 'common/extensions/api/api.gyp:api', | 34 'common/extensions/api/api.gyp:api', |
| 36 'common_net', | 35 'common_net', |
| 37 'contacts_proto', | 36 'contacts_proto', |
| 38 'debugger', | 37 'debugger', |
| 39 'device_policy_proto', | 38 'device_policy_proto', |
| 40 'drive_proto', | 39 'drive_proto', |
| 41 'feedback_proto', | 40 'feedback_proto', |
| 42 'in_memory_url_index_cache_proto', | 41 'in_memory_url_index_cache_proto', |
| 43 'installer_util', | 42 'installer_util', |
| 44 'safe_browsing_proto', | 43 'safe_browsing_proto', |
| 45 'safe_browsing_report_proto', | 44 'safe_browsing_report_proto', |
| 46 '../breakpad/breakpad.gyp:breakpad_client', | 45 '../breakpad/breakpad.gyp:breakpad_client', |
| 47 '../build/linux/system.gyp:dbus', | 46 '../build/linux/system.gyp:dbus', |
| 48 '../chromeos/chromeos.gyp:chromeos', | 47 '../chromeos/chromeos.gyp:chromeos', |
| 49 '../chromeos/chromeos.gyp:chromeos_memory', | 48 '../chromeos/chromeos.gyp:chromeos_memory', |
| 50 # browser_chromeos #includes power_supply_properties.pb.h directly. | 49 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 51 '../chromeos/chromeos.gyp:power_manager_proto', | 50 '../chromeos/chromeos.gyp:power_manager_proto', |
| 52 '../chromeos/ime/input_method.gyp:gencode', | 51 '../chromeos/ime/input_method.gyp:gencode', |
| 53 '../components/components.gyp:cloud_policy_proto', | 52 '../components/components.gyp:cloud_policy_proto', |
| 54 '../components/components.gyp:onc_component', | 53 '../components/components.gyp:onc_component', |
| 54 '../components/components.gyp:policy', |
| 55 # This depends directly on the variations target, rather than just | 55 # This depends directly on the variations target, rather than just |
| 56 # transitively via the common target because the proto sources need to | 56 # transitively via the common target because the proto sources need to |
| 57 # be generated before code in this target can start building. | 57 # be generated before code in this target can start building. |
| 58 '../components/components.gyp:variations', | 58 '../components/components.gyp:variations', |
| 59 '../components/component_strings.gyp:component_strings', | 59 '../components/component_strings.gyp:component_strings', |
| 60 '../content/content.gyp:content_browser', | 60 '../content/content.gyp:content_browser', |
| 61 '../content/content.gyp:content_common', | 61 '../content/content.gyp:content_common', |
| 62 '../crypto/crypto.gyp:crypto', | 62 '../crypto/crypto.gyp:crypto', |
| 63 '../dbus/dbus.gyp:dbus', | 63 '../dbus/dbus.gyp:dbus', |
| 64 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 64 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| (...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 'browser/chromeos/attestation/attestation_signed_data.proto', | 1015 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1016 ], | 1016 ], |
| 1017 'variables': { | 1017 'variables': { |
| 1018 'proto_in_dir': 'browser/chromeos/attestation', | 1018 'proto_in_dir': 'browser/chromeos/attestation', |
| 1019 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1019 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1020 }, | 1020 }, |
| 1021 'includes': [ '../build/protoc.gypi' ] | 1021 'includes': [ '../build/protoc.gypi' ] |
| 1022 }, | 1022 }, |
| 1023 ], | 1023 ], |
| 1024 } | 1024 } |
| OLD | NEW |