| 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': [ |
| 10 'chromeos_tools.gypi' |
| 11 ], |
| 9 'targets': [ | 12 'targets': [ |
| 10 { | 13 { |
| 11 'target_name': 'chromeos', | 14 'target_name': 'chromeos', |
| 12 'type': '<(component)', | 15 'type': '<(component)', |
| 13 'dependencies': [ | 16 'dependencies': [ |
| 14 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
| 15 '../build/linux/system.gyp:dbus', | 18 '../build/linux/system.gyp:dbus', |
| 16 '../build/linux/system.gyp:ssl', | 19 '../build/linux/system.gyp:ssl', |
| 17 '../dbus/dbus.gyp:dbus', | 20 '../dbus/dbus.gyp:dbus', |
| 18 '../net/net.gyp:net', | 21 '../net/net.gyp:net', |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 419 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 417 ], | 420 ], |
| 418 'variables': { | 421 'variables': { |
| 419 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 422 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 420 'proto_out_dir': 'chromeos/dbus', | 423 'proto_out_dir': 'chromeos/dbus', |
| 421 }, | 424 }, |
| 422 'includes': ['../build/protoc.gypi'], | 425 'includes': ['../build/protoc.gypi'], |
| 423 }, | 426 }, |
| 424 ], | 427 ], |
| 425 } | 428 } |
| OLD | NEW |