| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "browsing_data/site_data_size_collector.cc", | 189 "browsing_data/site_data_size_collector.cc", |
| 190 "browsing_data/site_data_size_collector.h", | 190 "browsing_data/site_data_size_collector.h", |
| 191 "budget_service/budget_database.cc", | 191 "budget_service/budget_database.cc", |
| 192 "budget_service/budget_database.h", | 192 "budget_service/budget_database.h", |
| 193 "budget_service/budget_manager.cc", | 193 "budget_service/budget_manager.cc", |
| 194 "budget_service/budget_manager.h", | 194 "budget_service/budget_manager.h", |
| 195 "budget_service/budget_manager_factory.cc", | 195 "budget_service/budget_manager_factory.cc", |
| 196 "budget_service/budget_manager_factory.h", | 196 "budget_service/budget_manager_factory.h", |
| 197 "budget_service/budget_service_impl.cc", | 197 "budget_service/budget_service_impl.cc", |
| 198 "budget_service/budget_service_impl.h", | 198 "budget_service/budget_service_impl.h", |
| 199 "character_encoding.cc", | |
| 200 "character_encoding.h", | |
| 201 "chrome_browser_application_mac.h", | 199 "chrome_browser_application_mac.h", |
| 202 "chrome_browser_application_mac.mm", | 200 "chrome_browser_application_mac.mm", |
| 203 "chrome_browser_field_trials.cc", | 201 "chrome_browser_field_trials.cc", |
| 204 "chrome_browser_field_trials.h", | 202 "chrome_browser_field_trials.h", |
| 205 "chrome_browser_main.cc", | 203 "chrome_browser_main.cc", |
| 206 "chrome_browser_main.h", | 204 "chrome_browser_main.h", |
| 207 "chrome_browser_main_android.cc", | 205 "chrome_browser_main_android.cc", |
| 208 "chrome_browser_main_android.h", | 206 "chrome_browser_main_android.h", |
| 209 "chrome_browser_main_extra_parts.h", | 207 "chrome_browser_main_extra_parts.h", |
| 210 "chrome_browser_main_linux.cc", | 208 "chrome_browser_main_linux.cc", |
| (...skipping 4240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4451 # linking all of the test support. | 4449 # linking all of the test support. |
| 4452 static_library("pepper_cdm_test_constants") { | 4450 static_library("pepper_cdm_test_constants") { |
| 4453 testonly = true | 4451 testonly = true |
| 4454 visibility = [ "//chrome/*" ] | 4452 visibility = [ "//chrome/*" ] |
| 4455 sources = [ | 4453 sources = [ |
| 4456 "media/pepper_cdm_test_constants.cc", | 4454 "media/pepper_cdm_test_constants.cc", |
| 4457 "media/pepper_cdm_test_constants.h", | 4455 "media/pepper_cdm_test_constants.h", |
| 4458 ] | 4456 ] |
| 4459 } | 4457 } |
| 4460 } | 4458 } |
| OLD | NEW |