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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/locales.gni") | 8 import("//build/config/locales.gni") |
9 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "app/chrome_exe_load_config_win.cc", | 107 "app/chrome_exe_load_config_win.cc", |
108 "app/chrome_exe_main_win.cc", | 108 "app/chrome_exe_main_win.cc", |
109 "app/chrome_watcher_client_win.cc", | 109 "app/chrome_watcher_client_win.cc", |
110 "app/chrome_watcher_client_win.h", | 110 "app/chrome_watcher_client_win.h", |
111 "app/chrome_watcher_command_line_win.cc", | 111 "app/chrome_watcher_command_line_win.cc", |
112 "app/chrome_watcher_command_line_win.h", | 112 "app/chrome_watcher_command_line_win.h", |
113 "app/kasko_client.cc", | 113 "app/kasko_client.cc", |
114 "app/kasko_client.h", | 114 "app/kasko_client.h", |
115 "app/main_dll_loader_win.cc", | 115 "app/main_dll_loader_win.cc", |
116 "app/main_dll_loader_win.h", | 116 "app/main_dll_loader_win.h", |
| 117 "app/prefetch_argument_win.cc", |
| 118 "app/prefetch_argument_win.h", |
117 "common/crash_keys.cc", | 119 "common/crash_keys.cc", |
118 "common/crash_keys.h", | 120 "common/crash_keys.h", |
119 ] | 121 ] |
120 | 122 |
121 deps += [ | 123 deps += [ |
122 ":chrome_dll", | 124 ":chrome_dll", |
123 ":chrome_exe_version", | 125 ":chrome_exe_version", |
124 ":file_pre_reader", | 126 ":file_pre_reader", |
125 | 127 |
126 # 'chrome_nacl_win64" TODO(GYP) bug 512869 | 128 # 'chrome_nacl_win64" TODO(GYP) bug 512869 |
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1067 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
1066 "//chrome/tools/build/linux/chrome-wrapper", | 1068 "//chrome/tools/build/linux/chrome-wrapper", |
1067 "//third_party/xdg-utils/scripts/xdg-mime", | 1069 "//third_party/xdg-utils/scripts/xdg-mime", |
1068 "//third_party/xdg-utils/scripts/xdg-settings", | 1070 "//third_party/xdg-utils/scripts/xdg-settings", |
1069 ] | 1071 ] |
1070 outputs = [ | 1072 outputs = [ |
1071 "$root_out_dir/{{source_file_part}}", | 1073 "$root_out_dir/{{source_file_part}}", |
1072 ] | 1074 ] |
1073 } | 1075 } |
1074 } | 1076 } |
OLD | NEW |