| 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 2559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2570 "download/download_shelf.h", | 2570 "download/download_shelf.h", |
| 2571 "download/download_shelf_context_menu.cc", | 2571 "download/download_shelf_context_menu.cc", |
| 2572 "download/download_shelf_context_menu.h", | 2572 "download/download_shelf_context_menu.h", |
| 2573 "feedback/feedback_profile_observer.cc", | 2573 "feedback/feedback_profile_observer.cc", |
| 2574 "feedback/feedback_profile_observer.h", | 2574 "feedback/feedback_profile_observer.h", |
| 2575 "feedback/show_feedback_page.cc", | 2575 "feedback/show_feedback_page.cc", |
| 2576 "feedback/system_logs/about_system_logs_fetcher.cc", | 2576 "feedback/system_logs/about_system_logs_fetcher.cc", |
| 2577 "feedback/system_logs/about_system_logs_fetcher.h", | 2577 "feedback/system_logs/about_system_logs_fetcher.h", |
| 2578 "feedback/system_logs/log_sources/chrome_internal_log_source.cc", | 2578 "feedback/system_logs/log_sources/chrome_internal_log_source.cc", |
| 2579 "feedback/system_logs/log_sources/chrome_internal_log_source.h", | 2579 "feedback/system_logs/log_sources/chrome_internal_log_source.h", |
| 2580 "feedback/system_logs/log_sources/crash_ids_source.cc", |
| 2581 "feedback/system_logs/log_sources/crash_ids_source.h", |
| 2580 "feedback/system_logs/log_sources/memory_details_log_source.cc", | 2582 "feedback/system_logs/log_sources/memory_details_log_source.cc", |
| 2581 "feedback/system_logs/log_sources/memory_details_log_source.h", | 2583 "feedback/system_logs/log_sources/memory_details_log_source.h", |
| 2582 "feedback/system_logs/scrubbed_system_logs_fetcher.cc", | 2584 "feedback/system_logs/scrubbed_system_logs_fetcher.cc", |
| 2583 "feedback/system_logs/scrubbed_system_logs_fetcher.h", | 2585 "feedback/system_logs/scrubbed_system_logs_fetcher.h", |
| 2584 "feedback/system_logs/system_logs_fetcher_base.cc", | 2586 "feedback/system_logs/system_logs_fetcher_base.cc", |
| 2585 "feedback/system_logs/system_logs_fetcher_base.h", | 2587 "feedback/system_logs/system_logs_fetcher_base.h", |
| 2586 "first_run/first_run.cc", | 2588 "first_run/first_run.cc", |
| 2587 "first_run/first_run.h", | 2589 "first_run/first_run.h", |
| 2588 "first_run/first_run_dialog.h", | 2590 "first_run/first_run_dialog.h", |
| 2589 "first_run/first_run_internal.h", | 2591 "first_run/first_run_internal.h", |
| (...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4218 # linking all of the test support. | 4220 # linking all of the test support. |
| 4219 static_library("pepper_cdm_test_constants") { | 4221 static_library("pepper_cdm_test_constants") { |
| 4220 testonly = true | 4222 testonly = true |
| 4221 visibility = [ "//chrome/*" ] | 4223 visibility = [ "//chrome/*" ] |
| 4222 sources = [ | 4224 sources = [ |
| 4223 "media/pepper_cdm_test_constants.cc", | 4225 "media/pepper_cdm_test_constants.cc", |
| 4224 "media/pepper_cdm_test_constants.h", | 4226 "media/pepper_cdm_test_constants.h", |
| 4225 ] | 4227 ] |
| 4226 } | 4228 } |
| 4227 } | 4229 } |
| OLD | NEW |