| 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 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1581 "//components/sync_bookmarks", | 1581 "//components/sync_bookmarks", |
| 1582 "//components/sync_preferences", | 1582 "//components/sync_preferences", |
| 1583 "//components/sync_sessions", | 1583 "//components/sync_sessions", |
| 1584 "//components/task_scheduler_util/browser", | 1584 "//components/task_scheduler_util/browser", |
| 1585 "//components/task_scheduler_util/common", | 1585 "//components/task_scheduler_util/common", |
| 1586 "//components/tracing:startup_tracing", | 1586 "//components/tracing:startup_tracing", |
| 1587 "//components/translate/content/browser", | 1587 "//components/translate/content/browser", |
| 1588 "//components/translate/core/browser", | 1588 "//components/translate/core/browser", |
| 1589 "//components/translate/core/common", | 1589 "//components/translate/core/common", |
| 1590 "//components/ukm:observers", | 1590 "//components/ukm:observers", |
| 1591 "//components/ukm/debug_page", |
| 1591 "//components/undo", | 1592 "//components/undo", |
| 1592 "//components/update_client", | 1593 "//components/update_client", |
| 1593 "//components/upload_list", | 1594 "//components/upload_list", |
| 1594 "//components/url_formatter", | 1595 "//components/url_formatter", |
| 1595 "//components/url_matcher", | 1596 "//components/url_matcher", |
| 1596 "//components/user_prefs", | 1597 "//components/user_prefs", |
| 1597 "//components/variations", | 1598 "//components/variations", |
| 1598 "//components/variations/field_trial_config", | 1599 "//components/variations/field_trial_config", |
| 1599 "//components/variations/net", | 1600 "//components/variations/net", |
| 1600 "//components/variations/service", | 1601 "//components/variations/service", |
| (...skipping 3114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4715 "media/pepper_cdm_test_constants.cc", | 4716 "media/pepper_cdm_test_constants.cc", |
| 4716 "media/pepper_cdm_test_constants.h", | 4717 "media/pepper_cdm_test_constants.h", |
| 4717 ] | 4718 ] |
| 4718 } | 4719 } |
| 4719 } | 4720 } |
| 4720 | 4721 |
| 4721 service_manifest("preferences_forwarder_manifest") { | 4722 service_manifest("preferences_forwarder_manifest") { |
| 4722 name = "preferences_forwarder" | 4723 name = "preferences_forwarder" |
| 4723 source = "prefs/forwarder_manifest.json" | 4724 source = "prefs/forwarder_manifest.json" |
| 4724 } | 4725 } |
| OLD | NEW |