| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "//chrome") | 217 "//chrome") |
| 218 sources += rebase_path(gypi_values.chrome_browser_bookmark_sources, | 218 sources += rebase_path(gypi_values.chrome_browser_bookmark_sources, |
| 219 ".", | 219 ".", |
| 220 "//chrome") | 220 "//chrome") |
| 221 sources += rebase_path(gypi_values.chrome_browser_browser_process_sources, | 221 sources += rebase_path(gypi_values.chrome_browser_browser_process_sources, |
| 222 ".", | 222 ".", |
| 223 "//chrome") | 223 "//chrome") |
| 224 sources += rebase_path(gypi_values.chrome_browser_content_settings_sources, | 224 sources += rebase_path(gypi_values.chrome_browser_content_settings_sources, |
| 225 ".", | 225 ".", |
| 226 "//chrome") | 226 "//chrome") |
| 227 sources += rebase_path(gypi_values.chrome_browser_data_usage_sources, |
| 228 ".", |
| 229 "//chrome") |
| 227 sources += rebase_path(gypi_values.chrome_browser_engagement_sources, | 230 sources += rebase_path(gypi_values.chrome_browser_engagement_sources, |
| 228 ".", | 231 ".", |
| 229 "//chrome") | 232 "//chrome") |
| 230 sources += | 233 sources += |
| 231 rebase_path(gypi_values.chrome_browser_favicon_sources, ".", "//chrome") | 234 rebase_path(gypi_values.chrome_browser_favicon_sources, ".", "//chrome") |
| 232 sources += | 235 sources += |
| 233 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome") | 236 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome") |
| 234 sources += | 237 sources += |
| 235 rebase_path(gypi_values.chrome_browser_history_sources, ".", "//chrome") | 238 rebase_path(gypi_values.chrome_browser_history_sources, ".", "//chrome") |
| 236 sources += | 239 sources += |
| (...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1247 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1245 deps = [ | 1248 deps = [ |
| 1246 "//components/google/core/browser", | 1249 "//components/google/core/browser", |
| 1247 "//components/omnibox/browser", | 1250 "//components/omnibox/browser", |
| 1248 "//components/rlz", | 1251 "//components/rlz", |
| 1249 "//components/search_engines", | 1252 "//components/search_engines", |
| 1250 "//rlz:rlz_lib", | 1253 "//rlz:rlz_lib", |
| 1251 ] | 1254 ] |
| 1252 } | 1255 } |
| 1253 } | 1256 } |
| OLD | NEW |