| 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 "media/webrtc/permission_bubble_media_access_handler.cc", | 546 "media/webrtc/permission_bubble_media_access_handler.cc", |
| 547 "media/webrtc/permission_bubble_media_access_handler.h", | 547 "media/webrtc/permission_bubble_media_access_handler.h", |
| 548 | 548 |
| 549 # TODO(brettw) should this go with the webrtc sources? | 549 # TODO(brettw) should this go with the webrtc sources? |
| 550 "media/webrtc/webrtc_log_list.cc", | 550 "media/webrtc/webrtc_log_list.cc", |
| 551 "media/webrtc/webrtc_log_list.h", | 551 "media/webrtc/webrtc_log_list.h", |
| 552 "media/webrtc/window_icon_util.h", | 552 "media/webrtc/window_icon_util.h", |
| 553 "media/webrtc/window_icon_util_chromeos.cc", | 553 "media/webrtc/window_icon_util_chromeos.cc", |
| 554 "media/webrtc/window_icon_util_mac.mm", | 554 "media/webrtc/window_icon_util_mac.mm", |
| 555 "media/webrtc/window_icon_util_win.cc", | 555 "media/webrtc/window_icon_util_win.cc", |
| 556 "memory/chrome_memory_coordinator_delegate.cc", |
| 557 "memory/chrome_memory_coordinator_delegate.h", |
| 556 "memory_details.cc", | 558 "memory_details.cc", |
| 557 "memory_details.h", | 559 "memory_details.h", |
| 558 "memory_details_android.cc", | 560 "memory_details_android.cc", |
| 559 "memory_details_linux.cc", | 561 "memory_details_linux.cc", |
| 560 "memory_details_mac.cc", | 562 "memory_details_mac.cc", |
| 561 "memory_details_win.cc", | 563 "memory_details_win.cc", |
| 562 "metrics/antivirus_metrics_provider_win.cc", | 564 "metrics/antivirus_metrics_provider_win.cc", |
| 563 "metrics/antivirus_metrics_provider_win.h", | 565 "metrics/antivirus_metrics_provider_win.h", |
| 564 "metrics/chrome_browser_main_extra_parts_metrics.cc", | 566 "metrics/chrome_browser_main_extra_parts_metrics.cc", |
| 565 "metrics/chrome_browser_main_extra_parts_metrics.h", | 567 "metrics/chrome_browser_main_extra_parts_metrics.h", |
| (...skipping 3735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4301 # linking all of the test support. | 4303 # linking all of the test support. |
| 4302 static_library("pepper_cdm_test_constants") { | 4304 static_library("pepper_cdm_test_constants") { |
| 4303 testonly = true | 4305 testonly = true |
| 4304 visibility = [ "//chrome/*" ] | 4306 visibility = [ "//chrome/*" ] |
| 4305 sources = [ | 4307 sources = [ |
| 4306 "media/pepper_cdm_test_constants.cc", | 4308 "media/pepper_cdm_test_constants.cc", |
| 4307 "media/pepper_cdm_test_constants.h", | 4309 "media/pepper_cdm_test_constants.h", |
| 4308 ] | 4310 ] |
| 4309 } | 4311 } |
| 4310 } | 4312 } |
| OLD | NEW |