| 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 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 "//chrome:extra_resources", | 1360 "//chrome:extra_resources", |
| 1361 "//chrome:resources", | 1361 "//chrome:resources", |
| 1362 "//chrome:strings", | 1362 "//chrome:strings", |
| 1363 "//chrome/app/resources:platform_locale_settings", | 1363 "//chrome/app/resources:platform_locale_settings", |
| 1364 "//chrome/app/theme:theme_resources", | 1364 "//chrome/app/theme:theme_resources", |
| 1365 "//chrome/browser/budget_service:budget_proto", | 1365 "//chrome/browser/budget_service:budget_proto", |
| 1366 "//chrome/browser/devtools", | 1366 "//chrome/browser/devtools", |
| 1367 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 1367 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 1368 "//chrome/browser/net:probe_message_proto", | 1368 "//chrome/browser/net:probe_message_proto", |
| 1369 "//chrome/browser/resources:component_extension_resources", | 1369 "//chrome/browser/resources:component_extension_resources", |
| 1370 "//chrome/browser/ssl:proto", |
| 1370 "//chrome/browser/ui", | 1371 "//chrome/browser/ui", |
| 1371 "//chrome/common/net", | 1372 "//chrome/common/net", |
| 1372 "//chrome/installer/util:with_no_strings", | 1373 "//chrome/installer/util:with_no_strings", |
| 1373 "//components/about_handler", | 1374 "//components/about_handler", |
| 1374 "//components/app_modal", | 1375 "//components/app_modal", |
| 1375 "//components/autofill/content/browser", | 1376 "//components/autofill/content/browser", |
| 1376 "//components/autofill/core/browser", | 1377 "//components/autofill/core/browser", |
| 1377 "//components/bookmarks/browser", | 1378 "//components/bookmarks/browser", |
| 1378 "//components/bookmarks/managed", | 1379 "//components/bookmarks/managed", |
| 1379 "//components/browser_sync", | 1380 "//components/browser_sync", |
| (...skipping 3097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4477 "media/pepper_cdm_test_constants.cc", | 4478 "media/pepper_cdm_test_constants.cc", |
| 4478 "media/pepper_cdm_test_constants.h", | 4479 "media/pepper_cdm_test_constants.h", |
| 4479 ] | 4480 ] |
| 4480 } | 4481 } |
| 4481 } | 4482 } |
| 4482 | 4483 |
| 4483 service_manifest("preferences_manifest") { | 4484 service_manifest("preferences_manifest") { |
| 4484 name = "preferences" | 4485 name = "preferences" |
| 4485 source = "prefs/preferences_manifest.json" | 4486 source = "prefs/preferences_manifest.json" |
| 4486 } | 4487 } |
| OLD | NEW |