| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 '../build/linux/system.gyp:ssl', | 517 '../build/linux/system.gyp:ssl', |
| 518 '../components/components.gyp:cloud_policy_proto', | 518 '../components/components.gyp:cloud_policy_proto', |
| 519 '../components/components.gyp:onc_component', | 519 '../components/components.gyp:onc_component', |
| 520 '../crypto/crypto.gyp:crypto', | 520 '../crypto/crypto.gyp:crypto', |
| 521 '../dbus/dbus.gyp:dbus', | 521 '../dbus/dbus.gyp:dbus', |
| 522 '../google_apis/google_apis.gyp:google_apis', | 522 '../google_apis/google_apis.gyp:google_apis', |
| 523 '../net/net.gyp:net', | 523 '../net/net.gyp:net', |
| 524 '../third_party/icu/icu.gyp:icui18n', | 524 '../third_party/icu/icu.gyp:icui18n', |
| 525 '../third_party/libxml/libxml.gyp:libxml', | 525 '../third_party/libxml/libxml.gyp:libxml', |
| 526 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 526 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 527 '../ui/gfx/gfx.gyp:gfx_geometry', | |
| 528 '../url/url.gyp:url_lib', | 527 '../url/url.gyp:url_lib', |
| 529 'cryptohome_proto', | 528 'cryptohome_proto', |
| 530 'ime/input_method.gyp:gencode', | 529 'ime/input_method.gyp:gencode', |
| 531 'power_manager_proto', | 530 'power_manager_proto', |
| 532 ], | 531 ], |
| 533 'defines': [ | 532 'defines': [ |
| 534 'CHROMEOS_IMPLEMENTATION', | 533 'CHROMEOS_IMPLEMENTATION', |
| 535 ], | 534 ], |
| 536 'sources': [ '<@(chromeos_sources)' ], | 535 'sources': [ '<@(chromeos_sources)' ], |
| 537 }, | 536 }, |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
| 706 ], | 705 ], |
| 707 'variables': { | 706 'variables': { |
| 708 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 709 'proto_out_dir': 'chromeos/cryptohome', | 708 'proto_out_dir': 'chromeos/cryptohome', |
| 710 }, | 709 }, |
| 711 'includes': ['../build/protoc.gypi'], | 710 'includes': ['../build/protoc.gypi'], |
| 712 }, | 711 }, |
| 713 ], | 712 ], |
| 714 } | 713 } |
| OLD | NEW |