| 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 18 matching lines...) Expand all Loading... |
| 29 'chrome_resources.gyp:chrome_extra_resources', | 29 'chrome_resources.gyp:chrome_extra_resources', |
| 30 'chrome_resources.gyp:chrome_resources', | 30 'chrome_resources.gyp:chrome_resources', |
| 31 'chrome_resources.gyp:platform_locale_settings', | 31 'chrome_resources.gyp:platform_locale_settings', |
| 32 'chrome_resources.gyp:theme_resources', | 32 'chrome_resources.gyp:theme_resources', |
| 33 'common', | 33 'common', |
| 34 'common/extensions/api/api.gyp:chrome_api', | 34 'common/extensions/api/api.gyp:chrome_api', |
| 35 'common_net', | 35 'common_net', |
| 36 'debugger', | 36 'debugger', |
| 37 'device_policy_proto', | 37 'device_policy_proto', |
| 38 'drive_proto', | 38 'drive_proto', |
| 39 'feedback_proto', | |
| 40 'in_memory_url_index_cache_proto', | 39 'in_memory_url_index_cache_proto', |
| 41 'installer_util', | 40 'installer_util', |
| 42 'safe_browsing_proto', | 41 'safe_browsing_proto', |
| 43 'safe_browsing_report_proto', | 42 'safe_browsing_report_proto', |
| 44 '../breakpad/breakpad.gyp:breakpad_client', | 43 '../breakpad/breakpad.gyp:breakpad_client', |
| 45 '../build/linux/system.gyp:dbus', | 44 '../build/linux/system.gyp:dbus', |
| 46 '../chromeos/chromeos.gyp:chromeos', | 45 '../chromeos/chromeos.gyp:chromeos', |
| 47 # browser_chromeos #includes signed_secret.pb.h directly. | 46 # browser_chromeos #includes signed_secret.pb.h directly. |
| 48 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 47 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
| 49 # browser_chromeos #includes power_supply_properties.pb.h directly. | 48 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| (...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 'browser/chromeos/attestation/attestation_signed_data.proto', | 1099 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1101 ], | 1100 ], |
| 1102 'variables': { | 1101 'variables': { |
| 1103 'proto_in_dir': 'browser/chromeos/attestation', | 1102 'proto_in_dir': 'browser/chromeos/attestation', |
| 1104 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1103 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1105 }, | 1104 }, |
| 1106 'includes': [ '../build/protoc.gypi' ] | 1105 'includes': [ '../build/protoc.gypi' ] |
| 1107 }, | 1106 }, |
| 1108 ], | 1107 ], |
| 1109 } | 1108 } |
| OLD | NEW |