| 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 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1402 "//components/cookie_config", | 1402 "//components/cookie_config", |
| 1403 "//components/crx_file", | 1403 "//components/crx_file", |
| 1404 "//components/data_reduction_proxy/content/browser", | 1404 "//components/data_reduction_proxy/content/browser", |
| 1405 "//components/data_reduction_proxy/core/browser", | 1405 "//components/data_reduction_proxy/core/browser", |
| 1406 "//components/data_usage/core", | 1406 "//components/data_usage/core", |
| 1407 "//components/data_use_measurement/content", | 1407 "//components/data_use_measurement/content", |
| 1408 "//components/data_use_measurement/core:ascriber", | 1408 "//components/data_use_measurement/core:ascriber", |
| 1409 "//components/device_event_log", | 1409 "//components/device_event_log", |
| 1410 "//components/dom_distiller/content/browser", | 1410 "//components/dom_distiller/content/browser", |
| 1411 "//components/domain_reliability", | 1411 "//components/domain_reliability", |
| 1412 "//components/doodle", |
| 1412 "//components/error_page/common", | 1413 "//components/error_page/common", |
| 1413 "//components/favicon/content", | 1414 "//components/favicon/content", |
| 1414 "//components/favicon/core", | 1415 "//components/favicon/core", |
| 1415 "//components/favicon_base", | 1416 "//components/favicon_base", |
| 1416 "//components/flags_ui", | 1417 "//components/flags_ui", |
| 1417 "//components/gcm_driver", | 1418 "//components/gcm_driver", |
| 1418 "//components/google/core/browser", | 1419 "//components/google/core/browser", |
| 1419 "//components/guest_view/browser", | 1420 "//components/guest_view/browser", |
| 1420 "//components/handoff", | 1421 "//components/handoff", |
| 1421 "//components/history/content/browser", | 1422 "//components/history/content/browser", |
| (...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4502 "media/pepper_cdm_test_constants.cc", | 4503 "media/pepper_cdm_test_constants.cc", |
| 4503 "media/pepper_cdm_test_constants.h", | 4504 "media/pepper_cdm_test_constants.h", |
| 4504 ] | 4505 ] |
| 4505 } | 4506 } |
| 4506 } | 4507 } |
| 4507 | 4508 |
| 4508 service_manifest("preferences_manifest") { | 4509 service_manifest("preferences_manifest") { |
| 4509 name = "preferences" | 4510 name = "preferences" |
| 4510 source = "prefs/preferences_manifest.json" | 4511 source = "prefs/preferences_manifest.json" |
| 4511 } | 4512 } |
| OLD | NEW |