| 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' |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'ime/mock_xkeyboard.h', | 390 'ime/mock_xkeyboard.h', |
| 391 ], | 391 ], |
| 392 'include_dirs': [ | 392 'include_dirs': [ |
| 393 '..', | 393 '..', |
| 394 ], | 394 ], |
| 395 }, | 395 }, |
| 396 { | 396 { |
| 397 'target_name': 'chromeos_unittests', | 397 'target_name': 'chromeos_unittests', |
| 398 'type': 'executable', | 398 'type': 'executable', |
| 399 'dependencies': [ | 399 'dependencies': [ |
| 400 '../base/base.gyp:base_prefs_test_support', |
| 400 '../base/base.gyp:run_all_unittests', | 401 '../base/base.gyp:run_all_unittests', |
| 401 '../base/base.gyp:test_support_base', | 402 '../base/base.gyp:test_support_base', |
| 402 '../build/linux/system.gyp:dbus', | 403 '../build/linux/system.gyp:dbus', |
| 403 '../build/linux/system.gyp:ssl', | 404 '../build/linux/system.gyp:ssl', |
| 404 '../crypto/crypto.gyp:crypto', | 405 '../crypto/crypto.gyp:crypto', |
| 405 '../dbus/dbus.gyp:dbus_test_support', | 406 '../dbus/dbus.gyp:dbus_test_support', |
| 406 '../net/net.gyp:net', | 407 '../net/net.gyp:net', |
| 407 '../testing/gmock.gyp:gmock', | 408 '../testing/gmock.gyp:gmock', |
| 408 '../testing/gtest.gyp:gtest', | 409 '../testing/gtest.gyp:gtest', |
| 409 'chromeos_test_support', | 410 'chromeos_test_support', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 514 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 514 ], | 515 ], |
| 515 'variables': { | 516 'variables': { |
| 516 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 517 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 517 'proto_out_dir': 'chromeos/dbus', | 518 'proto_out_dir': 'chromeos/dbus', |
| 518 }, | 519 }, |
| 519 'includes': ['../build/protoc.gypi'], | 520 'includes': ['../build/protoc.gypi'], |
| 520 }, | 521 }, |
| 521 ], | 522 ], |
| 522 } | 523 } |
| OLD | NEW |