| 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_memory.gypi', | 10 'chromeos_memory.gypi', |
| 11 'chromeos_tools.gypi', | 11 'chromeos_tools.gypi', |
| 12 ], | 12 ], |
| 13 'targets': [ | 13 'targets': [ |
| 14 { | 14 { |
| 15 'target_name': 'chromeos', | 15 'target_name': 'chromeos', |
| 16 'type': '<(component)', | 16 'type': '<(component)', |
| 17 'dependencies': [ | 17 'dependencies': [ |
| 18 '../base/base.gyp:base', | 18 '../base/base.gyp:base', |
| 19 '../base/base.gyp:base_prefs', | 19 '../base/base.gyp:base_prefs', |
| 20 '../crypto/crypto.gyp:crypto', |
| 20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 21 '../build/linux/system.gyp:dbus', | 22 '../build/linux/system.gyp:dbus', |
| 22 '../build/linux/system.gyp:ssl', | 23 '../build/linux/system.gyp:ssl', |
| 23 '../dbus/dbus.gyp:dbus', | 24 '../dbus/dbus.gyp:dbus', |
| 24 '../net/net.gyp:net', | 25 '../net/net.gyp:net', |
| 25 '../third_party/libxml/libxml.gyp:libxml', | 26 '../third_party/libxml/libxml.gyp:libxml', |
| 26 '../url/url.gyp:url_lib', | 27 '../url/url.gyp:url_lib', |
| 27 'ime/input_method.gyp:gencode', | 28 'ime/input_method.gyp:gencode', |
| 28 'power_manager_proto', | 29 'power_manager_proto', |
| 29 ], | 30 ], |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 545 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 545 ], | 546 ], |
| 546 'variables': { | 547 'variables': { |
| 547 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 548 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 548 'proto_out_dir': 'chromeos/dbus/power_manager', | 549 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 549 }, | 550 }, |
| 550 'includes': ['../build/protoc.gypi'], | 551 'includes': ['../build/protoc.gypi'], |
| 551 }, | 552 }, |
| 552 ], | 553 ], |
| 553 } | 554 } |
| OLD | NEW |