| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 '../base/base.gyp:base_prefs_test_support', | 663 '../base/base.gyp:base_prefs_test_support', |
| 664 '../base/base.gyp:run_all_unittests', | 664 '../base/base.gyp:run_all_unittests', |
| 665 '../base/base.gyp:test_support_base', | 665 '../base/base.gyp:test_support_base', |
| 666 '../build/linux/system.gyp:dbus', | 666 '../build/linux/system.gyp:dbus', |
| 667 '../build/linux/system.gyp:ssl', | 667 '../build/linux/system.gyp:ssl', |
| 668 '../components/components.gyp:onc_component', | 668 '../components/components.gyp:onc_component', |
| 669 '../crypto/crypto.gyp:crypto', | 669 '../crypto/crypto.gyp:crypto', |
| 670 '../crypto/crypto.gyp:crypto_test_support', | 670 '../crypto/crypto.gyp:crypto_test_support', |
| 671 '../dbus/dbus.gyp:dbus_test_support', | 671 '../dbus/dbus.gyp:dbus_test_support', |
| 672 '../google_apis/google_apis.gyp:google_apis', | 672 '../google_apis/google_apis.gyp:google_apis', |
| 673 '../media/media.gyp:media', |
| 673 '../net/net.gyp:net', | 674 '../net/net.gyp:net', |
| 674 '../net/net.gyp:net_test_support', | 675 '../net/net.gyp:net_test_support', |
| 675 '../testing/gmock.gyp:gmock', | 676 '../testing/gmock.gyp:gmock', |
| 676 '../testing/gtest.gyp:gtest', | 677 '../testing/gtest.gyp:gtest', |
| 677 '../third_party/icu/icu.gyp:icuuc', | 678 '../third_party/icu/icu.gyp:icuuc', |
| 678 '../third_party/icu/icu.gyp:icui18n', | 679 '../third_party/icu/icu.gyp:icui18n', |
| 679 '../url/url.gyp:url_lib', | 680 '../url/url.gyp:url_lib', |
| 680 'chromeos_test_support', | 681 'chromeos_test_support', |
| 681 'cryptohome_proto', | 682 'cryptohome_proto', |
| 682 'power_manager_proto', | 683 'power_manager_proto', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 '../build/isolate.gypi', | 756 '../build/isolate.gypi', |
| 756 ], | 757 ], |
| 757 'sources': [ | 758 'sources': [ |
| 758 'chromeos_unittests.isolate', | 759 'chromeos_unittests.isolate', |
| 759 ], | 760 ], |
| 760 }, | 761 }, |
| 761 ], | 762 ], |
| 762 }], | 763 }], |
| 763 ], | 764 ], |
| 764 } | 765 } |
| OLD | NEW |