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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/sanitizers/sanitizers.gni") | 7 import("//build/config/sanitizers/sanitizers.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/util/branding.gni") | 9 import("//build/util/branding.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 "clipboard/clipboard_mac_unittest.mm", | 781 "clipboard/clipboard_mac_unittest.mm", |
782 "clipboard/clipboard_util_mac_unittest.mm", | 782 "clipboard/clipboard_util_mac_unittest.mm", |
783 "l10n/l10n_util_mac_unittest.mm", | 783 "l10n/l10n_util_mac_unittest.mm", |
784 "l10n/l10n_util_unittest.cc", | 784 "l10n/l10n_util_unittest.cc", |
785 "l10n/l10n_util_win_unittest.cc", | 785 "l10n/l10n_util_win_unittest.cc", |
786 "l10n/time_format_unittest.cc", | 786 "l10n/time_format_unittest.cc", |
787 "layout_unittest.cc", | 787 "layout_unittest.cc", |
788 "material_design/material_design_controller_unittest.cc", | 788 "material_design/material_design_controller_unittest.cc", |
789 "models/tree_node_iterator_unittest.cc", | 789 "models/tree_node_iterator_unittest.cc", |
790 "resource/data_pack_literal.cc", | 790 "resource/data_pack_literal.cc", |
| 791 "resource/data_pack_literal.h", |
791 "resource/data_pack_unittest.cc", | 792 "resource/data_pack_unittest.cc", |
792 "resource/resource_bundle_unittest.cc", | 793 "resource/resource_bundle_unittest.cc", |
793 "resource/scale_factor_unittest.cc", | 794 "resource/scale_factor_unittest.cc", |
794 "template_expressions_unittest.cc", | 795 "template_expressions_unittest.cc", |
795 "test/page_transition_types_unittest.cc", | 796 "test/page_transition_types_unittest.cc", |
796 "test/run_all_unittests.cc", | 797 "test/run_all_unittests.cc", |
797 "user_activity/user_activity_detector_unittest.cc", | 798 "user_activity/user_activity_detector_unittest.cc", |
798 ] | 799 ] |
799 if (!is_ios) { | 800 if (!is_ios) { |
800 sources += [ | 801 sources += [ |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1031 # This source set is used by both //chrome/browser and | 1032 # This source set is used by both //chrome/browser and |
1032 # //chrome/installer/setup. It must have minimal dependencies for the latter | 1033 # //chrome/installer/setup. It must have minimal dependencies for the latter |
1033 # (e.g., no skia). | 1034 # (e.g., no skia). |
1034 source_set("fullscreen_win") { | 1035 source_set("fullscreen_win") { |
1035 sources = [ | 1036 sources = [ |
1036 "fullscreen_win.cc", | 1037 "fullscreen_win.cc", |
1037 "fullscreen_win.h", | 1038 "fullscreen_win.h", |
1038 ] | 1039 ] |
1039 } | 1040 } |
1040 } | 1041 } |
OLD | NEW |