| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 import("//build/config/compiler/compiler.gni") | 5 import("//build/config/compiler/compiler.gni") |
| 6 import("//build/config/nacl/config.gni") | 6 import("//build/config/nacl/config.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 | 9 |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 "win/process_startup_helper.h", | 637 "win/process_startup_helper.h", |
| 638 "win/registry.cc", | 638 "win/registry.cc", |
| 639 "win/registry.h", | 639 "win/registry.h", |
| 640 "win/resource_util.cc", | 640 "win/resource_util.cc", |
| 641 "win/resource_util.h", | 641 "win/resource_util.h", |
| 642 "win/scoped_bstr.cc", | 642 "win/scoped_bstr.cc", |
| 643 "win/scoped_bstr.h", | 643 "win/scoped_bstr.h", |
| 644 "win/scoped_co_mem.h", | 644 "win/scoped_co_mem.h", |
| 645 "win/scoped_com_initializer.h", | 645 "win/scoped_com_initializer.h", |
| 646 "win/scoped_comptr.h", | 646 "win/scoped_comptr.h", |
| 647 "win/scoped_device_info_object.h", |
| 647 "win/scoped_gdi_object.h", | 648 "win/scoped_gdi_object.h", |
| 648 "win/scoped_handle.cc", | 649 "win/scoped_handle.cc", |
| 649 "win/scoped_handle.h", | 650 "win/scoped_handle.h", |
| 650 "win/scoped_hdc.h", | 651 "win/scoped_hdc.h", |
| 651 "win/scoped_hglobal.h", | 652 "win/scoped_hglobal.h", |
| 652 "win/scoped_process_information.cc", | 653 "win/scoped_process_information.cc", |
| 653 "win/scoped_process_information.h", | 654 "win/scoped_process_information.h", |
| 654 "win/scoped_propvariant.h", | 655 "win/scoped_propvariant.h", |
| 655 "win/scoped_select_object.h", | 656 "win/scoped_select_object.h", |
| 656 "win/scoped_variant.cc", | 657 "win/scoped_variant.cc", |
| (...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1734 | 1735 |
| 1735 # GYP: //base.gyp:base_java_unittest_support | 1736 # GYP: //base.gyp:base_java_unittest_support |
| 1736 android_library("base_java_unittest_support") { | 1737 android_library("base_java_unittest_support") { |
| 1737 deps = [ | 1738 deps = [ |
| 1738 ":base_java", | 1739 ":base_java", |
| 1739 ] | 1740 ] |
| 1740 java_files = | 1741 java_files = |
| 1741 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1742 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1742 } | 1743 } |
| 1743 } | 1744 } |
| OLD | NEW |