| 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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "//chrome:strings", | 96 "//chrome:strings", |
| 97 "//chrome/app/resources:platform_locale_settings", | 97 "//chrome/app/resources:platform_locale_settings", |
| 98 "//chrome/app/theme:theme_resources", | 98 "//chrome/app/theme:theme_resources", |
| 99 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 99 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 100 "//chrome/browser/net:probe_message_proto", | 100 "//chrome/browser/net:probe_message_proto", |
| 101 "//chrome/browser/ui", | 101 "//chrome/browser/ui", |
| 102 "//chrome/common", | 102 "//chrome/common", |
| 103 "//components/autofill/core/browser", | 103 "//components/autofill/core/browser", |
| 104 "//components/bookmarks/browser", | 104 "//components/bookmarks/browser", |
| 105 "//components/bookmarks/managed", | 105 "//components/bookmarks/managed", |
| 106 "//components/browser_sync/browser", |
| 106 "//components/browser_sync/common", | 107 "//components/browser_sync/common", |
| 107 "//components/captive_portal", | 108 "//components/captive_portal", |
| 108 "//components/certificate_reporting", | 109 "//components/certificate_reporting", |
| 109 "//components/cloud_devices/common", | 110 "//components/cloud_devices/common", |
| 110 "//components/component_updater", | 111 "//components/component_updater", |
| 111 "//components/compression", | 112 "//components/compression", |
| 112 "//components/content_settings/content/common", | 113 "//components/content_settings/content/common", |
| 113 "//components/content_settings/core/browser", | 114 "//components/content_settings/core/browser", |
| 114 "//components/content_settings/core/common", | 115 "//components/content_settings/core/common", |
| 115 "//components/cookie_config", | 116 "//components/cookie_config", |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1245 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1246 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1246 deps = [ | 1247 deps = [ |
| 1247 "//components/google/core/browser", | 1248 "//components/google/core/browser", |
| 1248 "//components/omnibox/browser", | 1249 "//components/omnibox/browser", |
| 1249 "//components/rlz", | 1250 "//components/rlz", |
| 1250 "//components/search_engines", | 1251 "//components/search_engines", |
| 1251 "//rlz:rlz_lib", | 1252 "//rlz:rlz_lib", |
| 1252 ] | 1253 ] |
| 1253 } | 1254 } |
| 1254 } | 1255 } |
| OLD | NEW |