| 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 'variables': { | 7 'variables': { |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
| 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
| (...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1120 'chrome_resources.gyp:chrome_extra_resources', | 1120 'chrome_resources.gyp:chrome_extra_resources', |
| 1121 'chrome_resources.gyp:chrome_resources', | 1121 'chrome_resources.gyp:chrome_resources', |
| 1122 'chrome_resources.gyp:platform_locale_settings', | 1122 'chrome_resources.gyp:platform_locale_settings', |
| 1123 'chrome_resources.gyp:theme_resources', | 1123 'chrome_resources.gyp:theme_resources', |
| 1124 'common', | 1124 'common', |
| 1125 'common/extensions/api/api.gyp:chrome_api', | 1125 'common/extensions/api/api.gyp:chrome_api', |
| 1126 'common_net', | 1126 'common_net', |
| 1127 'debugger', | 1127 'debugger', |
| 1128 'device_policy_proto', | 1128 'device_policy_proto', |
| 1129 'drive_proto', | 1129 'drive_proto', |
| 1130 'encrypted_cert_logger_proto', |
| 1130 'installer_util', | 1131 'installer_util', |
| 1131 'safe_browsing_chunk_proto', | 1132 'safe_browsing_chunk_proto', |
| 1132 'safe_browsing_proto', | 1133 'safe_browsing_proto', |
| 1133 'safe_browsing_report_proto', | 1134 'safe_browsing_report_proto', |
| 1134 '../breakpad/breakpad.gyp:breakpad_client', | 1135 '../breakpad/breakpad.gyp:breakpad_client', |
| 1135 '../build/linux/system.gyp:dbus', | 1136 '../build/linux/system.gyp:dbus', |
| 1136 '../chromeos/chromeos.gyp:chromeos', | 1137 '../chromeos/chromeos.gyp:chromeos', |
| 1137 '../chromeos/chromeos.gyp:chromeos_test_support', | 1138 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 1138 '../chromeos/chromeos.gyp:cryptohome_proto', | 1139 '../chromeos/chromeos.gyp:cryptohome_proto', |
| 1139 # browser_chromeos #includes signed_secret.pb.h directly. | 1140 # browser_chromeos #includes signed_secret.pb.h directly. |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1335 'browser/chromeos/attestation/attestation_signed_data.proto', | 1336 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1336 ], | 1337 ], |
| 1337 'variables': { | 1338 'variables': { |
| 1338 'proto_in_dir': 'browser/chromeos/attestation', | 1339 'proto_in_dir': 'browser/chromeos/attestation', |
| 1339 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1340 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1340 }, | 1341 }, |
| 1341 'includes': [ '../build/protoc.gypi' ] | 1342 'includes': [ '../build/protoc.gypi' ] |
| 1342 }, | 1343 }, |
| 1343 ], | 1344 ], |
| 1344 } | 1345 } |
| OLD | NEW |