| 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 13 matching lines...) Expand all Loading... |
| 24 # TODO(tbarzic): Cleanup this list. | 24 # TODO(tbarzic): Cleanup this list. |
| 25 'attestation_proto', | 25 'attestation_proto', |
| 26 'browser/performance_monitor/performance_monitor.gyp:performance_monitor
', | 26 'browser/performance_monitor/performance_monitor.gyp:performance_monitor
', |
| 27 'browser_extensions', | 27 'browser_extensions', |
| 28 'cert_logger_proto', | 28 'cert_logger_proto', |
| 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:api', | 34 'common/extensions/api/api.gyp:chrome_api', |
| 35 'common_net', | 35 'common_net', |
| 36 'contacts_proto', | 36 'contacts_proto', |
| 37 'debugger', | 37 'debugger', |
| 38 'device_policy_proto', | 38 'device_policy_proto', |
| 39 'drive_proto', | 39 'drive_proto', |
| 40 'feedback_proto', | 40 'feedback_proto', |
| 41 'in_memory_url_index_cache_proto', | 41 'in_memory_url_index_cache_proto', |
| 42 'installer_util', | 42 'installer_util', |
| 43 'safe_browsing_proto', | 43 'safe_browsing_proto', |
| 44 'safe_browsing_report_proto', | 44 'safe_browsing_report_proto', |
| (...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 'browser/chromeos/attestation/attestation_signed_data.proto', | 1038 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1039 ], | 1039 ], |
| 1040 'variables': { | 1040 'variables': { |
| 1041 'proto_in_dir': 'browser/chromeos/attestation', | 1041 'proto_in_dir': 'browser/chromeos/attestation', |
| 1042 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1042 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1043 }, | 1043 }, |
| 1044 'includes': [ '../build/protoc.gypi' ] | 1044 'includes': [ '../build/protoc.gypi' ] |
| 1045 }, | 1045 }, |
| 1046 ], | 1046 ], |
| 1047 } | 1047 } |
| OLD | NEW |