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', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'installer_util', | 43 'installer_util', |
44 'safe_browsing_proto', | 44 'safe_browsing_proto', |
45 'safe_browsing_report_proto', | 45 'safe_browsing_report_proto', |
46 '../breakpad/breakpad.gyp:breakpad_client', | 46 '../breakpad/breakpad.gyp:breakpad_client', |
47 '../build/linux/system.gyp:dbus', | 47 '../build/linux/system.gyp:dbus', |
48 '../chromeos/chromeos.gyp:chromeos', | 48 '../chromeos/chromeos.gyp:chromeos', |
49 '../chromeos/chromeos.gyp:chromeos_memory', | 49 '../chromeos/chromeos.gyp:chromeos_memory', |
50 # browser_chromeos #includes power_supply_properties.pb.h directly. | 50 # browser_chromeos #includes power_supply_properties.pb.h directly. |
51 '../chromeos/chromeos.gyp:power_manager_proto', | 51 '../chromeos/chromeos.gyp:power_manager_proto', |
52 '../chromeos/ime/input_method.gyp:gencode', | 52 '../chromeos/ime/input_method.gyp:gencode', |
53 # The direct variations_seed_proto dependency is needed, rather than | 53 # This depends directly on the variations target, rather than just |
54 # using common's dependency on variations, because the proto sources | 54 # transitively via the common target because the proto sources need to |
55 # need to be generated before code in this target can start building. | 55 # be generated before code in this target can start building. |
56 '../components/components.gyp:variations_seed_proto', | 56 '../components/components.gyp:variations', |
57 '../content/content.gyp:content_browser', | 57 '../content/content.gyp:content_browser', |
58 '../content/content.gyp:content_common', | 58 '../content/content.gyp:content_common', |
59 '../crypto/crypto.gyp:crypto', | 59 '../crypto/crypto.gyp:crypto', |
60 '../dbus/dbus.gyp:dbus', | 60 '../dbus/dbus.gyp:dbus', |
61 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 61 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
62 '../media/media.gyp:media', | 62 '../media/media.gyp:media', |
63 '../net/net.gyp:net', | 63 '../net/net.gyp:net', |
64 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 64 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
65 '../printing/printing.gyp:printing', | 65 '../printing/printing.gyp:printing', |
66 '../skia/skia.gyp:skia', | 66 '../skia/skia.gyp:skia', |
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 'browser/chromeos/attestation/attestation_key_payload.proto', | 989 'browser/chromeos/attestation/attestation_key_payload.proto', |
990 ], | 990 ], |
991 'variables': { | 991 'variables': { |
992 'proto_in_dir': 'browser/chromeos/attestation', | 992 'proto_in_dir': 'browser/chromeos/attestation', |
993 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 993 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
994 }, | 994 }, |
995 'includes': [ '../build/protoc.gypi' ] | 995 'includes': [ '../build/protoc.gypi' ] |
996 }, | 996 }, |
997 ], | 997 ], |
998 } | 998 } |
OLD | NEW |