| 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 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2580 "download/download_shelf.h", | 2580 "download/download_shelf.h", |
| 2581 "download/download_shelf_context_menu.cc", | 2581 "download/download_shelf_context_menu.cc", |
| 2582 "download/download_shelf_context_menu.h", | 2582 "download/download_shelf_context_menu.h", |
| 2583 "feedback/feedback_profile_observer.cc", | 2583 "feedback/feedback_profile_observer.cc", |
| 2584 "feedback/feedback_profile_observer.h", | 2584 "feedback/feedback_profile_observer.h", |
| 2585 "feedback/show_feedback_page.cc", | 2585 "feedback/show_feedback_page.cc", |
| 2586 "feedback/system_logs/about_system_logs_fetcher.cc", | 2586 "feedback/system_logs/about_system_logs_fetcher.cc", |
| 2587 "feedback/system_logs/about_system_logs_fetcher.h", | 2587 "feedback/system_logs/about_system_logs_fetcher.h", |
| 2588 "feedback/system_logs/log_sources/chrome_internal_log_source.cc", | 2588 "feedback/system_logs/log_sources/chrome_internal_log_source.cc", |
| 2589 "feedback/system_logs/log_sources/chrome_internal_log_source.h", | 2589 "feedback/system_logs/log_sources/chrome_internal_log_source.h", |
| 2590 "feedback/system_logs/log_sources/crash_ids_source.cc", |
| 2591 "feedback/system_logs/log_sources/crash_ids_source.h", |
| 2590 "feedback/system_logs/log_sources/memory_details_log_source.cc", | 2592 "feedback/system_logs/log_sources/memory_details_log_source.cc", |
| 2591 "feedback/system_logs/log_sources/memory_details_log_source.h", | 2593 "feedback/system_logs/log_sources/memory_details_log_source.h", |
| 2592 "feedback/system_logs/scrubbed_system_logs_fetcher.cc", | 2594 "feedback/system_logs/scrubbed_system_logs_fetcher.cc", |
| 2593 "feedback/system_logs/scrubbed_system_logs_fetcher.h", | 2595 "feedback/system_logs/scrubbed_system_logs_fetcher.h", |
| 2594 "feedback/system_logs/system_logs_fetcher_base.cc", | 2596 "feedback/system_logs/system_logs_fetcher_base.cc", |
| 2595 "feedback/system_logs/system_logs_fetcher_base.h", | 2597 "feedback/system_logs/system_logs_fetcher_base.h", |
| 2596 "first_run/first_run.cc", | 2598 "first_run/first_run.cc", |
| 2597 "first_run/first_run.h", | 2599 "first_run/first_run.h", |
| 2598 "first_run/first_run_dialog.h", | 2600 "first_run/first_run_dialog.h", |
| 2599 "first_run/first_run_internal.h", | 2601 "first_run/first_run_internal.h", |
| (...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4228 # linking all of the test support. | 4230 # linking all of the test support. |
| 4229 static_library("pepper_cdm_test_constants") { | 4231 static_library("pepper_cdm_test_constants") { |
| 4230 testonly = true | 4232 testonly = true |
| 4231 visibility = [ "//chrome/*" ] | 4233 visibility = [ "//chrome/*" ] |
| 4232 sources = [ | 4234 sources = [ |
| 4233 "media/pepper_cdm_test_constants.cc", | 4235 "media/pepper_cdm_test_constants.cc", |
| 4234 "media/pepper_cdm_test_constants.h", | 4236 "media/pepper_cdm_test_constants.h", |
| 4235 ] | 4237 ] |
| 4236 } | 4238 } |
| 4237 } | 4239 } |
| OLD | NEW |