| 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 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'chromeos_tools.gypi' | 10 'chromeos_tools.gypi' |
| 11 ], | 11 ], |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'chromeos', | 14 'target_name': 'chromeos', |
| 15 'type': '<(component)', | 15 'type': '<(component)', |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
| 18 '../base/base.gyp:base_prefs', | 18 '../base/base.gyp:base_prefs', |
| 19 '../components/components.gyp:cloud_policy_proto', | |
| 20 '../components/components.gyp:onc_component', | 19 '../components/components.gyp:onc_component', |
| 21 '../crypto/crypto.gyp:crypto', | 20 '../crypto/crypto.gyp:crypto', |
| 22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 23 '../build/linux/system.gyp:dbus', | 22 '../build/linux/system.gyp:dbus', |
| 24 '../build/linux/system.gyp:ssl', | 23 '../build/linux/system.gyp:ssl', |
| 25 '../dbus/dbus.gyp:dbus', | 24 '../dbus/dbus.gyp:dbus', |
| 26 '../net/net.gyp:net', | 25 '../net/net.gyp:net', |
| 27 '../third_party/icu/icu.gyp:icui18n', | 26 '../third_party/icu/icu.gyp:icui18n', |
| 28 '../third_party/libxml/libxml.gyp:libxml', | 27 '../third_party/libxml/libxml.gyp:libxml', |
| 29 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | |
| 30 '../ui/gfx/gfx.gyp:gfx_geometry', | 28 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 31 '../url/url.gyp:url_lib', | 29 '../url/url.gyp:url_lib', |
| 32 'cryptohome_proto', | 30 'cryptohome_proto', |
| 33 'ime/input_method.gyp:gencode', | 31 'ime/input_method.gyp:gencode', |
| 34 'power_manager_proto', | 32 'power_manager_proto', |
| 35 ], | 33 ], |
| 36 'defines': [ | 34 'defines': [ |
| 37 'CHROMEOS_IMPLEMENTATION', | 35 'CHROMEOS_IMPLEMENTATION', |
| 38 ], | 36 ], |
| 39 'sources': [ | 37 'sources': [ |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 ], | 599 ], |
| 602 'variables': { | 600 'variables': { |
| 603 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 601 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 604 'proto_out_dir': 'chromeos/cryptohome', | 602 'proto_out_dir': 'chromeos/cryptohome', |
| 605 }, | 603 }, |
| 606 'includes': ['../build/protoc.gypi'], | 604 'includes': ['../build/protoc.gypi'], |
| 607 }, | 605 }, |
| 608 | 606 |
| 609 ], | 607 ], |
| 610 } | 608 } |
| OLD | NEW |