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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "//chrome") | 220 "//chrome") |
221 sources += rebase_path(gypi_values.chrome_browser_bookmark_sources, | 221 sources += rebase_path(gypi_values.chrome_browser_bookmark_sources, |
222 ".", | 222 ".", |
223 "//chrome") | 223 "//chrome") |
224 sources += rebase_path(gypi_values.chrome_browser_browser_process_sources, | 224 sources += rebase_path(gypi_values.chrome_browser_browser_process_sources, |
225 ".", | 225 ".", |
226 "//chrome") | 226 "//chrome") |
227 sources += rebase_path(gypi_values.chrome_browser_content_settings_sources, | 227 sources += rebase_path(gypi_values.chrome_browser_content_settings_sources, |
228 ".", | 228 ".", |
229 "//chrome") | 229 "//chrome") |
| 230 sources += rebase_path(gypi_values.chrome_browser_data_usage_sources, |
| 231 ".", |
| 232 "//chrome") |
230 sources += rebase_path(gypi_values.chrome_browser_engagement_sources, | 233 sources += rebase_path(gypi_values.chrome_browser_engagement_sources, |
231 ".", | 234 ".", |
232 "//chrome") | 235 "//chrome") |
233 sources += | 236 sources += |
234 rebase_path(gypi_values.chrome_browser_favicon_sources, ".", "//chrome") | 237 rebase_path(gypi_values.chrome_browser_favicon_sources, ".", "//chrome") |
235 sources += | 238 sources += |
236 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome") | 239 rebase_path(gypi_values.chrome_browser_google_sources, ".", "//chrome") |
237 sources += | 240 sources += |
238 rebase_path(gypi_values.chrome_browser_history_sources, ".", "//chrome") | 241 rebase_path(gypi_values.chrome_browser_history_sources, ".", "//chrome") |
239 sources += | 242 sources += |
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1262 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1263 deps = [ | 1266 deps = [ |
1264 "//components/google/core/browser", | 1267 "//components/google/core/browser", |
1265 "//components/omnibox/browser", | 1268 "//components/omnibox/browser", |
1266 "//components/rlz", | 1269 "//components/rlz", |
1267 "//components/search_engines", | 1270 "//components/search_engines", |
1268 "//rlz:rlz_lib", | 1271 "//rlz:rlz_lib", |
1269 ] | 1272 ] |
1270 } | 1273 } |
1271 } | 1274 } |
OLD | NEW |