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("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
10 | 10 |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 "//components/syncable_prefs", | 294 "//components/syncable_prefs", |
295 "//components/translate/content/browser", | 295 "//components/translate/content/browser", |
296 "//components/upload_list", | 296 "//components/upload_list", |
297 "//components/url_matcher", | 297 "//components/url_matcher", |
298 "//components/visitedlink/browser", | 298 "//components/visitedlink/browser", |
299 "//components/visitedlink/common", | 299 "//components/visitedlink/common", |
300 "//components/web_cache/browser", | 300 "//components/web_cache/browser", |
301 "//components/web_modal", | 301 "//components/web_modal", |
302 "//content/app/resources", | 302 "//content/app/resources", |
303 "//media", | 303 "//media", |
| 304 "//media/midi", |
304 "//mojo/application/public/cpp", | 305 "//mojo/application/public/cpp", |
305 "//mojo/common", | 306 "//mojo/common", |
306 "//mojo/environment:chromium", | 307 "//mojo/environment:chromium", |
307 "//net:extras", | 308 "//net:extras", |
308 "//net:net_with_v8", | 309 "//net:net_with_v8", |
309 "//storage/browser", | 310 "//storage/browser", |
310 "//storage/common", | 311 "//storage/common", |
311 "//third_party/WebKit/public:image_resources", | 312 "//third_party/WebKit/public:image_resources", |
312 "//third_party/WebKit/public:resources", | 313 "//third_party/WebKit/public:resources", |
313 "//third_party/leveldatabase", | 314 "//third_party/leveldatabase", |
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1245 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1245 deps = [ | 1246 deps = [ |
1246 "//components/google/core/browser", | 1247 "//components/google/core/browser", |
1247 "//components/omnibox/browser", | 1248 "//components/omnibox/browser", |
1248 "//components/rlz", | 1249 "//components/rlz", |
1249 "//components/search_engines", | 1250 "//components/search_engines", |
1250 "//rlz:rlz_lib", | 1251 "//rlz:rlz_lib", |
1251 ] | 1252 ] |
1252 } | 1253 } |
1253 } | 1254 } |
OLD | NEW |