| 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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 "//components/sync", | 1492 "//components/sync", |
| 1493 "//components/sync_bookmarks", | 1493 "//components/sync_bookmarks", |
| 1494 "//components/sync_preferences", | 1494 "//components/sync_preferences", |
| 1495 "//components/sync_sessions", | 1495 "//components/sync_sessions", |
| 1496 "//components/task_scheduler_util/browser", | 1496 "//components/task_scheduler_util/browser", |
| 1497 "//components/task_scheduler_util/common", | 1497 "//components/task_scheduler_util/common", |
| 1498 "//components/tracing:startup_tracing", | 1498 "//components/tracing:startup_tracing", |
| 1499 "//components/translate/content/browser", | 1499 "//components/translate/content/browser", |
| 1500 "//components/translate/core/browser", | 1500 "//components/translate/core/browser", |
| 1501 "//components/translate/core/common", | 1501 "//components/translate/core/common", |
| 1502 "//components/ukm:observers", |
| 1502 "//components/undo", | 1503 "//components/undo", |
| 1503 "//components/update_client", | 1504 "//components/update_client", |
| 1504 "//components/upload_list", | 1505 "//components/upload_list", |
| 1505 "//components/url_formatter", | 1506 "//components/url_formatter", |
| 1506 "//components/url_matcher", | 1507 "//components/url_matcher", |
| 1507 "//components/user_prefs", | 1508 "//components/user_prefs", |
| 1508 "//components/user_prefs/tracked:user_prefs_tracked", | 1509 "//components/user_prefs/tracked:user_prefs_tracked", |
| 1509 "//components/variations", | 1510 "//components/variations", |
| 1510 "//components/variations/field_trial_config", | 1511 "//components/variations/field_trial_config", |
| 1511 "//components/variations/net", | 1512 "//components/variations/net", |
| (...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4483 "media/pepper_cdm_test_constants.cc", | 4484 "media/pepper_cdm_test_constants.cc", |
| 4484 "media/pepper_cdm_test_constants.h", | 4485 "media/pepper_cdm_test_constants.h", |
| 4485 ] | 4486 ] |
| 4486 } | 4487 } |
| 4487 } | 4488 } |
| 4488 | 4489 |
| 4489 service_manifest("preferences_manifest") { | 4490 service_manifest("preferences_manifest") { |
| 4490 name = "preferences" | 4491 name = "preferences" |
| 4491 source = "prefs/preferences_manifest.json" | 4492 source = "prefs/preferences_manifest.json" |
| 4492 } | 4493 } |
| OLD | NEW |