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 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1474 "//components/storage_monitor", | 1474 "//components/storage_monitor", |
1475 "//components/strings", | 1475 "//components/strings", |
1476 "//components/subresource_filter/content/browser", | 1476 "//components/subresource_filter/content/browser", |
1477 "//components/subresource_filter/core/browser", | 1477 "//components/subresource_filter/core/browser", |
1478 "//components/suggestions", | 1478 "//components/suggestions", |
1479 "//components/supervised_user_error_page", | 1479 "//components/supervised_user_error_page", |
1480 "//components/sync", | 1480 "//components/sync", |
1481 "//components/sync_bookmarks", | 1481 "//components/sync_bookmarks", |
1482 "//components/sync_preferences", | 1482 "//components/sync_preferences", |
1483 "//components/sync_sessions", | 1483 "//components/sync_sessions", |
1484 "//components/task_scheduler_util/initialization", | 1484 "//components/task_scheduler_util/browser", |
1485 "//components/task_scheduler_util/variations", | 1485 "//components/task_scheduler_util/common", |
1486 "//components/tracing:startup_tracing", | 1486 "//components/tracing:startup_tracing", |
1487 "//components/translate/content/browser", | 1487 "//components/translate/content/browser", |
1488 "//components/translate/core/browser", | 1488 "//components/translate/core/browser", |
1489 "//components/translate/core/common", | 1489 "//components/translate/core/common", |
1490 "//components/undo", | 1490 "//components/undo", |
1491 "//components/update_client", | 1491 "//components/update_client", |
1492 "//components/upload_list", | 1492 "//components/upload_list", |
1493 "//components/url_formatter", | 1493 "//components/url_formatter", |
1494 "//components/url_matcher", | 1494 "//components/url_matcher", |
1495 "//components/user_prefs", | 1495 "//components/user_prefs", |
(...skipping 2998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4494 "media/pepper_cdm_test_constants.cc", | 4494 "media/pepper_cdm_test_constants.cc", |
4495 "media/pepper_cdm_test_constants.h", | 4495 "media/pepper_cdm_test_constants.h", |
4496 ] | 4496 ] |
4497 } | 4497 } |
4498 } | 4498 } |
4499 | 4499 |
4500 service_manifest("preferences_manifest") { | 4500 service_manifest("preferences_manifest") { |
4501 name = "preferences" | 4501 name = "preferences" |
4502 source = "prefs/preferences_manifest.json" | 4502 source = "prefs/preferences_manifest.json" |
4503 } | 4503 } |
OLD | NEW |