OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//chrome/version.gni") | 5 import("//chrome/version.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 if (is_win) { | 8 if (is_win) { |
9 executable("setup") { | 9 executable("setup") { |
10 sources = [ | 10 sources = [ |
(...skipping 28 matching lines...) Expand all Loading... |
39 "archive_patch_helper.cc", | 39 "archive_patch_helper.cc", |
40 "archive_patch_helper.h", | 40 "archive_patch_helper.h", |
41 "install.cc", | 41 "install.cc", |
42 "install.h", | 42 "install.h", |
43 "install_worker.cc", | 43 "install_worker.cc", |
44 "install_worker.h", | 44 "install_worker.h", |
45 "installer_crash_reporter_client.cc", | 45 "installer_crash_reporter_client.cc", |
46 "installer_crash_reporter_client.h", | 46 "installer_crash_reporter_client.h", |
47 "installer_crash_reporting.cc", | 47 "installer_crash_reporting.cc", |
48 "installer_crash_reporting.h", | 48 "installer_crash_reporting.h", |
49 "installer_metrics.cc", | 49 "persistent_histogram_storage.cc", |
50 "installer_metrics.h", | 50 "persistent_histogram_storage.h", |
51 "setup_constants.cc", | 51 "setup_constants.cc", |
52 "setup_constants.h", | 52 "setup_constants.h", |
53 "setup_singleton.cc", | 53 "setup_singleton.cc", |
54 "setup_singleton.h", | 54 "setup_singleton.h", |
55 "setup_util.cc", | 55 "setup_util.cc", |
56 "setup_util.h", | 56 "setup_util.h", |
57 "update_active_setup_version_work_item.cc", | 57 "update_active_setup_version_work_item.cc", |
58 "update_active_setup_version_work_item.h", | 58 "update_active_setup_version_work_item.h", |
59 "user_hive_visitor.cc", | 59 "user_hive_visitor.cc", |
60 "user_hive_visitor.h", | 60 "user_hive_visitor.h", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 "//testing/gmock", | 108 "//testing/gmock", |
109 "//testing/gtest", | 109 "//testing/gtest", |
110 ] | 110 ] |
111 | 111 |
112 data = [ | 112 data = [ |
113 "//chrome/installer/test/data/", | 113 "//chrome/installer/test/data/", |
114 "//chrome/test/data/installer/", | 114 "//chrome/test/data/installer/", |
115 ] | 115 ] |
116 } | 116 } |
117 } | 117 } |
OLD | NEW |