| 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 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 "//components/offline_pages/core/request_header:request_header", | 1473 "//components/offline_pages/core/request_header:request_header", |
| 1474 "//components/omnibox/browser", | 1474 "//components/omnibox/browser", |
| 1475 "//components/os_crypt", | 1475 "//components/os_crypt", |
| 1476 "//components/packed_ct_ev_whitelist", | 1476 "//components/packed_ct_ev_whitelist", |
| 1477 "//components/password_manager/content/browser", | 1477 "//components/password_manager/content/browser", |
| 1478 "//components/password_manager/core/browser", | 1478 "//components/password_manager/core/browser", |
| 1479 "//components/password_manager/core/common", | 1479 "//components/password_manager/core/common", |
| 1480 "//components/password_manager/sync/browser", | 1480 "//components/password_manager/sync/browser", |
| 1481 "//components/payments/content:payment_app", | 1481 "//components/payments/content:payment_app", |
| 1482 "//components/payments/content:payment_request", | 1482 "//components/payments/content:payment_request", |
| 1483 "//components/physical_web/eddystone", |
| 1483 "//components/policy:generated", | 1484 "//components/policy:generated", |
| 1484 "//components/policy/core/browser", | 1485 "//components/policy/core/browser", |
| 1485 "//components/policy/proto", | 1486 "//components/policy/proto", |
| 1486 "//components/prefs:prefs", | 1487 "//components/prefs:prefs", |
| 1487 "//components/previews/core", | 1488 "//components/previews/core", |
| 1488 "//components/profile_metrics", | 1489 "//components/profile_metrics", |
| 1489 "//components/proxy_config", | 1490 "//components/proxy_config", |
| 1490 "//components/query_parser", | 1491 "//components/query_parser", |
| 1491 "//components/rappor", | 1492 "//components/rappor", |
| 1492 "//components/rappor:rappor_recorder", | 1493 "//components/rappor:rappor_recorder", |
| (...skipping 3066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4559 "media/pepper_cdm_test_constants.cc", | 4560 "media/pepper_cdm_test_constants.cc", |
| 4560 "media/pepper_cdm_test_constants.h", | 4561 "media/pepper_cdm_test_constants.h", |
| 4561 ] | 4562 ] |
| 4562 } | 4563 } |
| 4563 } | 4564 } |
| 4564 | 4565 |
| 4565 service_manifest("preferences_manifest") { | 4566 service_manifest("preferences_manifest") { |
| 4566 name = "preferences" | 4567 name = "preferences" |
| 4567 source = "prefs/preferences_manifest.json" | 4568 source = "prefs/preferences_manifest.json" |
| 4568 } | 4569 } |
| OLD | NEW |