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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 414 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
412 ], | 415 ], |
413 'variables': { | 416 'variables': { |
414 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 417 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
415 'proto_out_dir': 'chromeos/dbus', | 418 'proto_out_dir': 'chromeos/dbus', |
416 }, | 419 }, |
417 'includes': ['../build/protoc.gypi'], | 420 'includes': ['../build/protoc.gypi'], |
418 }, | 421 }, |
419 ], | 422 ], |
420 } | 423 } |
OLD | NEW |