| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 'browser/chromeos/login/screens/kiosk_autolaunch_screen_actor.h', | 521 'browser/chromeos/login/screens/kiosk_autolaunch_screen_actor.h', |
| 522 'browser/chromeos/login/screens/kiosk_enable_screen.cc', | 522 'browser/chromeos/login/screens/kiosk_enable_screen.cc', |
| 523 'browser/chromeos/login/screens/kiosk_enable_screen.h', | 523 'browser/chromeos/login/screens/kiosk_enable_screen.h', |
| 524 'browser/chromeos/login/screens/kiosk_enable_screen_actor.h', | 524 'browser/chromeos/login/screens/kiosk_enable_screen_actor.h', |
| 525 'browser/chromeos/login/screens/network_screen.cc', | 525 'browser/chromeos/login/screens/network_screen.cc', |
| 526 'browser/chromeos/login/screens/network_screen.h', | 526 'browser/chromeos/login/screens/network_screen.h', |
| 527 'browser/chromeos/login/screens/network_screen_actor.h', | 527 'browser/chromeos/login/screens/network_screen_actor.h', |
| 528 'browser/chromeos/login/screens/reset_screen.cc', | 528 'browser/chromeos/login/screens/reset_screen.cc', |
| 529 'browser/chromeos/login/screens/reset_screen.h', | 529 'browser/chromeos/login/screens/reset_screen.h', |
| 530 'browser/chromeos/login/screens/reset_screen_actor.h', | 530 'browser/chromeos/login/screens/reset_screen_actor.h', |
| 531 'browser/chromeos/login/screens/screen_context.cc', | |
| 532 'browser/chromeos/login/screens/screen_context.h', | |
| 533 'browser/chromeos/login/screens/screen_flow.h', | 531 'browser/chromeos/login/screens/screen_flow.h', |
| 534 'browser/chromeos/login/screens/screen_observer.h', | 532 'browser/chromeos/login/screens/screen_observer.h', |
| 535 'browser/chromeos/login/screens/terms_of_service_screen.cc', | 533 'browser/chromeos/login/screens/terms_of_service_screen.cc', |
| 536 'browser/chromeos/login/screens/terms_of_service_screen.h', | 534 'browser/chromeos/login/screens/terms_of_service_screen.h', |
| 537 'browser/chromeos/login/screens/terms_of_service_screen_actor.h', | 535 'browser/chromeos/login/screens/terms_of_service_screen_actor.h', |
| 538 'browser/chromeos/login/screens/update_screen.cc', | 536 'browser/chromeos/login/screens/update_screen.cc', |
| 539 'browser/chromeos/login/screens/update_screen.h', | 537 'browser/chromeos/login/screens/update_screen.h', |
| 540 'browser/chromeos/login/screens/update_screen_actor.h', | 538 'browser/chromeos/login/screens/update_screen_actor.h', |
| 541 'browser/chromeos/login/screens/user_image_screen.cc', | 539 'browser/chromeos/login/screens/user_image_screen.cc', |
| 542 'browser/chromeos/login/screens/user_image_screen.h', | 540 'browser/chromeos/login/screens/user_image_screen.h', |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 '../breakpad/breakpad.gyp:breakpad_client', | 1048 '../breakpad/breakpad.gyp:breakpad_client', |
| 1051 '../build/linux/system.gyp:dbus', | 1049 '../build/linux/system.gyp:dbus', |
| 1052 '../chromeos/chromeos.gyp:chromeos', | 1050 '../chromeos/chromeos.gyp:chromeos', |
| 1053 '../chromeos/chromeos.gyp:cryptohome_proto', | 1051 '../chromeos/chromeos.gyp:cryptohome_proto', |
| 1054 # browser_chromeos #includes signed_secret.pb.h directly. | 1052 # browser_chromeos #includes signed_secret.pb.h directly. |
| 1055 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', | 1053 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', |
| 1056 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1054 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 1057 '../chromeos/chromeos.gyp:power_manager_proto', | 1055 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1058 '../chromeos/ime/input_method.gyp:gencode', | 1056 '../chromeos/ime/input_method.gyp:gencode', |
| 1059 '../components/components.gyp:cloud_policy_proto', | 1057 '../components/components.gyp:cloud_policy_proto', |
| 1058 '../components/components.gyp:login', |
| 1060 '../components/components.gyp:onc_component', | 1059 '../components/components.gyp:onc_component', |
| 1061 '../components/components.gyp:ownership', | 1060 '../components/components.gyp:ownership', |
| 1062 '../components/components.gyp:pairing', | 1061 '../components/components.gyp:pairing', |
| 1063 '../components/components.gyp:policy', | 1062 '../components/components.gyp:policy', |
| 1064 # This depends directly on the variations target, rather than just | 1063 # This depends directly on the variations target, rather than just |
| 1065 # transitively via the common target because the proto sources need to | 1064 # transitively via the common target because the proto sources need to |
| 1066 # be generated before code in this target can start building. | 1065 # be generated before code in this target can start building. |
| 1067 '../components/components.gyp:variations', | 1066 '../components/components.gyp:variations', |
| 1068 '../components/components.gyp:variations_http_provider', | 1067 '../components/components.gyp:variations_http_provider', |
| 1069 '../components/components_strings.gyp:components_strings', | 1068 '../components/components_strings.gyp:components_strings', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1254 'browser/chromeos/attestation/attestation_signed_data.proto', | 1253 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1255 ], | 1254 ], |
| 1256 'variables': { | 1255 'variables': { |
| 1257 'proto_in_dir': 'browser/chromeos/attestation', | 1256 'proto_in_dir': 'browser/chromeos/attestation', |
| 1258 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1257 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1259 }, | 1258 }, |
| 1260 'includes': [ '../build/protoc.gypi' ] | 1259 'includes': [ '../build/protoc.gypi' ] |
| 1261 }, | 1260 }, |
| 1262 ], | 1261 ], |
| 1263 } | 1262 } |
| OLD | NEW |