| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "//components/visitedlink/common", | 318 "//components/visitedlink/common", |
| 319 "//components/web_cache/browser", | 319 "//components/web_cache/browser", |
| 320 "//components/web_modal", | 320 "//components/web_modal", |
| 321 "//content/app/resources", | 321 "//content/app/resources", |
| 322 "//device/devices_app/usb/public/interfaces", | 322 "//device/devices_app/usb/public/interfaces", |
| 323 "//media", | 323 "//media", |
| 324 "//media/midi", | 324 "//media/midi", |
| 325 "//mojo/application/public/cpp", | 325 "//mojo/application/public/cpp", |
| 326 "//mojo/common", | 326 "//mojo/common", |
| 327 "//mojo/environment:chromium", | 327 "//mojo/environment:chromium", |
| 328 "//mojo/public/cpp/bindings", |
| 329 "//mojo/public/js", |
| 328 "//net:extras", | 330 "//net:extras", |
| 329 "//net:net_with_v8", | 331 "//net:net_with_v8", |
| 330 "//storage/browser", | 332 "//storage/browser", |
| 331 "//storage/common", | 333 "//storage/common", |
| 332 "//third_party/WebKit/public:image_resources", | 334 "//third_party/WebKit/public:image_resources", |
| 333 "//third_party/WebKit/public:resources", | 335 "//third_party/WebKit/public:resources", |
| 334 "//third_party/leveldatabase", | 336 "//third_party/leveldatabase", |
| 335 "//third_party/libaddressinput", | 337 "//third_party/libaddressinput", |
| 336 "//third_party/libyuv", | 338 "//third_party/libyuv", |
| 337 "//third_party/mojo/src/mojo/edk/system", | 339 "//third_party/mojo/src/mojo/edk/system", |
| 338 "//third_party/mojo/src/mojo/public/cpp/bindings", | |
| 339 "//third_party/mojo/src/mojo/public/js", | |
| 340 "//third_party/re2", | 340 "//third_party/re2", |
| 341 "//third_party/smhasher:cityhash", | 341 "//third_party/smhasher:cityhash", |
| 342 "//third_party/webrtc/modules/desktop_capture", | 342 "//third_party/webrtc/modules/desktop_capture", |
| 343 "//ui/base/ime", | 343 "//ui/base/ime", |
| 344 "//ui/gl", | 344 "//ui/gl", |
| 345 "//ui/resources", | 345 "//ui/resources", |
| 346 "//ui/surface", | 346 "//ui/surface", |
| 347 "//ui/web_dialogs", | 347 "//ui/web_dialogs", |
| 348 "//v8", | 348 "//v8", |
| 349 ] | 349 ] |
| (...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1266 deps = [ | 1266 deps = [ |
| 1267 "//components/google/core/browser", | 1267 "//components/google/core/browser", |
| 1268 "//components/omnibox/browser", | 1268 "//components/omnibox/browser", |
| 1269 "//components/rlz", | 1269 "//components/rlz", |
| 1270 "//components/search_engines", | 1270 "//components/search_engines", |
| 1271 "//rlz:rlz_lib", | 1271 "//rlz:rlz_lib", |
| 1272 ] | 1272 ] |
| 1273 } | 1273 } |
| 1274 } | 1274 } |
| OLD | NEW |