| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "//components/user_prefs", | 183 "//components/user_prefs", |
| 184 "//components/user_prefs/tracked:user_prefs_tracked", | 184 "//components/user_prefs/tracked:user_prefs_tracked", |
| 185 "//components/variations", | 185 "//components/variations", |
| 186 "//components/variations/net", | 186 "//components/variations/net", |
| 187 "//components/variations/service", | 187 "//components/variations/service", |
| 188 "//components/web_resource", | 188 "//components/web_resource", |
| 189 "//components/webdata/common", | 189 "//components/webdata/common", |
| 190 "//components/webdata_services", | 190 "//components/webdata_services", |
| 191 "//content/public/browser", | 191 "//content/public/browser", |
| 192 "//content/public/common", | 192 "//content/public/common", |
| 193 "//content/public/common:feature_h264_with_openh264_ffmpeg", | |
| 194 "//content/public/common:features", | |
| 195 "//courgette:courgette_lib", | 193 "//courgette:courgette_lib", |
| 196 "//crypto", | 194 "//crypto", |
| 197 "//google_apis", | 195 "//google_apis", |
| 198 "//gpu/config", | 196 "//gpu/config", |
| 199 "//skia", | 197 "//skia", |
| 200 "//sql", | 198 "//sql", |
| 201 "//sync", | 199 "//sync", |
| 202 "//third_party/cacheinvalidation", | 200 "//third_party/cacheinvalidation", |
| 203 "//third_party/icu", | 201 "//third_party/icu", |
| 204 "//third_party/libjingle", | 202 "//third_party/libjingle", |
| (...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1352 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1350 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1353 deps = [ | 1351 deps = [ |
| 1354 "//components/google/core/browser", | 1352 "//components/google/core/browser", |
| 1355 "//components/omnibox/browser", | 1353 "//components/omnibox/browser", |
| 1356 "//components/rlz", | 1354 "//components/rlz", |
| 1357 "//components/search_engines", | 1355 "//components/search_engines", |
| 1358 "//rlz:rlz_lib", | 1356 "//rlz:rlz_lib", |
| 1359 ] | 1357 ] |
| 1360 } | 1358 } |
| 1361 } | 1359 } |
| OLD | NEW |