| 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 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1571 "//components/sync", | 1571 "//components/sync", |
| 1572 "//components/sync_bookmarks", | 1572 "//components/sync_bookmarks", |
| 1573 "//components/sync_preferences", | 1573 "//components/sync_preferences", |
| 1574 "//components/sync_sessions", | 1574 "//components/sync_sessions", |
| 1575 "//components/task_scheduler_util/browser", | 1575 "//components/task_scheduler_util/browser", |
| 1576 "//components/task_scheduler_util/common", | 1576 "//components/task_scheduler_util/common", |
| 1577 "//components/tracing:startup_tracing", | 1577 "//components/tracing:startup_tracing", |
| 1578 "//components/translate/content/browser", | 1578 "//components/translate/content/browser", |
| 1579 "//components/translate/core/browser", | 1579 "//components/translate/core/browser", |
| 1580 "//components/translate/core/common", | 1580 "//components/translate/core/common", |
| 1581 "//components/ukm:debug_page", |
| 1581 "//components/ukm:observers", | 1582 "//components/ukm:observers", |
| 1582 "//components/undo", | 1583 "//components/undo", |
| 1583 "//components/update_client", | 1584 "//components/update_client", |
| 1584 "//components/upload_list", | 1585 "//components/upload_list", |
| 1585 "//components/url_formatter", | 1586 "//components/url_formatter", |
| 1586 "//components/url_matcher", | 1587 "//components/url_matcher", |
| 1587 "//components/user_prefs", | 1588 "//components/user_prefs", |
| 1588 "//components/variations", | 1589 "//components/variations", |
| 1589 "//components/variations/field_trial_config", | 1590 "//components/variations/field_trial_config", |
| 1590 "//components/variations/net", | 1591 "//components/variations/net", |
| (...skipping 3110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4701 "media/pepper_cdm_test_constants.cc", | 4702 "media/pepper_cdm_test_constants.cc", |
| 4702 "media/pepper_cdm_test_constants.h", | 4703 "media/pepper_cdm_test_constants.h", |
| 4703 ] | 4704 ] |
| 4704 } | 4705 } |
| 4705 } | 4706 } |
| 4706 | 4707 |
| 4707 service_manifest("preferences_forwarder_manifest") { | 4708 service_manifest("preferences_forwarder_manifest") { |
| 4708 name = "preferences_forwarder" | 4709 name = "preferences_forwarder" |
| 4709 source = "prefs/forwarder_manifest.json" | 4710 source = "prefs/forwarder_manifest.json" |
| 4710 } | 4711 } |
| OLD | NEW |