| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/config/win/console_app.gni") | 8 import("//build/config/win/console_app.gni") |
| 9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 outputs = [ | 737 outputs = [ |
| 738 "{{bundle_resources_dir}}/{{source_file_part}}", | 738 "{{bundle_resources_dir}}/{{source_file_part}}", |
| 739 ] | 739 ] |
| 740 } | 740 } |
| 741 } | 741 } |
| 742 | 742 |
| 743 mojom("mojo_bindings") { | 743 mojom("mojo_bindings") { |
| 744 sources = [ | 744 sources = [ |
| 745 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 745 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
| 746 ] | 746 ] |
| 747 | |
| 748 use_new_wrapper_types = false | |
| 749 } | 747 } |
| OLD | NEW |