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/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
213 "chrome_browser_main_mac.mm", | 213 "chrome_browser_main_mac.mm", |
214 "chrome_browser_main_win.cc", | 214 "chrome_browser_main_win.cc", |
215 "chrome_browser_main_win.h", | 215 "chrome_browser_main_win.h", |
216 "chrome_child_process_watcher.cc", | 216 "chrome_child_process_watcher.cc", |
217 "chrome_child_process_watcher.h", | 217 "chrome_child_process_watcher.h", |
218 "chrome_content_browser_client.cc", | 218 "chrome_content_browser_client.cc", |
219 "chrome_content_browser_client.h", | 219 "chrome_content_browser_client.h", |
220 "chrome_content_browser_client_parts.h", | 220 "chrome_content_browser_client_parts.h", |
221 "chrome_device_client.cc", | 221 "chrome_device_client.cc", |
222 "chrome_device_client.h", | 222 "chrome_device_client.h", |
223 "chrome_net_benchmarking_message_filter.cc", | 223 "net_benchmarking_impl.cc", |
Sam McNally
2016/12/08 22:57:46
Resort these.
dvallet
2016/12/12 22:04:37
Done
| |
224 "chrome_net_benchmarking_message_filter.h", | 224 "net_benchmarking_impl.h", |
225 "chrome_notification_types.h", | 225 "chrome_notification_types.h", |
226 "chrome_quota_permission_context.cc", | 226 "chrome_quota_permission_context.cc", |
227 "chrome_quota_permission_context.h", | 227 "chrome_quota_permission_context.h", |
228 "command_observer.h", | 228 "command_observer.h", |
229 "command_updater.cc", | 229 "command_updater.cc", |
230 "command_updater.h", | 230 "command_updater.h", |
231 "command_updater_delegate.h", | 231 "command_updater_delegate.h", |
232 "component_updater/chrome_component_updater_configurator.cc", | 232 "component_updater/chrome_component_updater_configurator.cc", |
233 "component_updater/chrome_component_updater_configurator.h", | 233 "component_updater/chrome_component_updater_configurator.h", |
234 "component_updater/component_patcher_operation_out_of_process.cc", | 234 "component_updater/component_patcher_operation_out_of_process.cc", |
(...skipping 4208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4443 # linking all of the test support. | 4443 # linking all of the test support. |
4444 static_library("pepper_cdm_test_constants") { | 4444 static_library("pepper_cdm_test_constants") { |
4445 testonly = true | 4445 testonly = true |
4446 visibility = [ "//chrome/*" ] | 4446 visibility = [ "//chrome/*" ] |
4447 sources = [ | 4447 sources = [ |
4448 "media/pepper_cdm_test_constants.cc", | 4448 "media/pepper_cdm_test_constants.cc", |
4449 "media/pepper_cdm_test_constants.h", | 4449 "media/pepper_cdm_test_constants.h", |
4450 ] | 4450 ] |
4451 } | 4451 } |
4452 } | 4452 } |
OLD | NEW |