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 25 matching lines...) Expand all Loading... |
36 'common_net', | 36 'common_net', |
37 'contacts_proto', | 37 'contacts_proto', |
38 'debugger', | 38 'debugger', |
39 'device_policy_proto', | 39 'device_policy_proto', |
40 'drive_proto', | 40 'drive_proto', |
41 'feedback_proto', | 41 'feedback_proto', |
42 'in_memory_url_index_cache_proto', | 42 'in_memory_url_index_cache_proto', |
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 'variations_seed_proto', | |
47 '../breakpad/breakpad.gyp:breakpad_client', | 46 '../breakpad/breakpad.gyp:breakpad_client', |
48 '../build/linux/system.gyp:dbus', | 47 '../build/linux/system.gyp:dbus', |
49 '../chromeos/chromeos.gyp:chromeos', | 48 '../chromeos/chromeos.gyp:chromeos', |
50 '../chromeos/chromeos.gyp:chromeos_memory', | 49 '../chromeos/chromeos.gyp:chromeos_memory', |
51 # browser_chromeos #includes power_supply_properties.pb.h directly. | 50 # browser_chromeos #includes power_supply_properties.pb.h directly. |
52 '../chromeos/chromeos.gyp:power_manager_proto', | 51 '../chromeos/chromeos.gyp:power_manager_proto', |
53 '../chromeos/ime/input_method.gyp:gencode', | 52 '../chromeos/ime/input_method.gyp:gencode', |
54 '../content/content.gyp:content_browser', | 53 '../content/content.gyp:content_browser', |
55 '../content/content.gyp:content_common', | 54 '../content/content.gyp:content_common', |
56 '../crypto/crypto.gyp:crypto', | 55 '../crypto/crypto.gyp:crypto', |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 'browser/chromeos/attestation/attestation_key_payload.proto', | 973 'browser/chromeos/attestation/attestation_key_payload.proto', |
975 ], | 974 ], |
976 'variables': { | 975 'variables': { |
977 'proto_in_dir': 'browser/chromeos/attestation', | 976 'proto_in_dir': 'browser/chromeos/attestation', |
978 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 977 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
979 }, | 978 }, |
980 'includes': [ '../build/protoc.gypi' ] | 979 'includes': [ '../build/protoc.gypi' ] |
981 }, | 980 }, |
982 ], | 981 ], |
983 } | 982 } |
OLD | NEW |