| 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("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "//components/startup_metric_utils/common", | 184 "//components/startup_metric_utils/common", |
| 185 "//components/strings", | 185 "//components/strings", |
| 186 "//components/suggestions", | 186 "//components/suggestions", |
| 187 "//components/supervised_user_error_page", | 187 "//components/supervised_user_error_page", |
| 188 "//components/sync_bookmarks", | 188 "//components/sync_bookmarks", |
| 189 "//components/sync_driver", | 189 "//components/sync_driver", |
| 190 "//components/sync_sessions", | 190 "//components/sync_sessions", |
| 191 "//components/tracing:startup_tracing", | 191 "//components/tracing:startup_tracing", |
| 192 "//components/translate/core/browser", | 192 "//components/translate/core/browser", |
| 193 "//components/translate/core/common", | 193 "//components/translate/core/common", |
| 194 "//components/ui/zoom", | |
| 195 "//components/undo", | 194 "//components/undo", |
| 196 "//components/update_client", | 195 "//components/update_client", |
| 197 "//components/url_formatter", | 196 "//components/url_formatter", |
| 198 "//components/user_prefs", | 197 "//components/user_prefs", |
| 199 "//components/user_prefs/tracked:user_prefs_tracked", | 198 "//components/user_prefs/tracked:user_prefs_tracked", |
| 200 "//components/variations", | 199 "//components/variations", |
| 201 "//components/variations/net", | 200 "//components/variations/net", |
| 202 "//components/variations/service", | 201 "//components/variations/service", |
| 203 "//components/web_resource", | 202 "//components/web_resource", |
| 204 "//components/webdata/common", | 203 "//components/webdata/common", |
| 205 "//components/webdata_services", | 204 "//components/webdata_services", |
| 205 "//components/zoom", |
| 206 "//content/public/browser", | 206 "//content/public/browser", |
| 207 "//content/public/common", | 207 "//content/public/common", |
| 208 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 208 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 209 "//content/public/common:features", | 209 "//content/public/common:features", |
| 210 "//courgette:courgette_lib", | 210 "//courgette:courgette_lib", |
| 211 "//crypto", | 211 "//crypto", |
| 212 "//crypto:platform", | 212 "//crypto:platform", |
| 213 "//google_apis", | 213 "//google_apis", |
| 214 "//gpu/config", | 214 "//gpu/config", |
| 215 "//skia", | 215 "//skia", |
| (...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1340 deps = [ | 1340 deps = [ |
| 1341 "//components/google/core/browser", | 1341 "//components/google/core/browser", |
| 1342 "//components/omnibox/browser", | 1342 "//components/omnibox/browser", |
| 1343 "//components/rlz", | 1343 "//components/rlz", |
| 1344 "//components/search_engines", | 1344 "//components/search_engines", |
| 1345 "//rlz:rlz_lib", | 1345 "//rlz:rlz_lib", |
| 1346 ] | 1346 ] |
| 1347 } | 1347 } |
| 1348 } | 1348 } |
| OLD | NEW |