| 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 "//components/cdm/browser", | 702 "//components/cdm/browser", |
| 703 "//components/enhanced_bookmarks", | 703 "//components/enhanced_bookmarks", |
| 704 "//components/precache/content", | 704 "//components/precache/content", |
| 705 "//components/precache/core", | 705 "//components/precache/core", |
| 706 "//components/resources:components_resources", | 706 "//components/resources:components_resources", |
| 707 "//components/service_tab_launcher", | 707 "//components/service_tab_launcher", |
| 708 "//components/toolbar", | 708 "//components/toolbar", |
| 709 "//components/web_contents_delegate_android", | 709 "//components/web_contents_delegate_android", |
| 710 "//third_party/android_opengl/etc1", | 710 "//third_party/android_opengl/etc1", |
| 711 "//third_party/android_tools:cpu_features", | 711 "//third_party/android_tools:cpu_features", |
| 712 "//third_party/boringssl", |
| 712 "//third_party/libaddressinput:util", | 713 "//third_party/libaddressinput:util", |
| 713 ] | 714 ] |
| 714 deps -= [ | 715 deps -= [ |
| 715 "//third_party/libaddressinput", | 716 "//third_party/libaddressinput", |
| 716 "//components/storage_monitor", | 717 "//components/storage_monitor", |
| 717 "//components/web_modal", | 718 "//components/web_modal", |
| 718 ] | 719 ] |
| 719 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] | 720 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] |
| 720 | 721 |
| 721 if (use_seccomp_bpf) { | 722 if (use_seccomp_bpf) { |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1253 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1254 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1254 deps = [ | 1255 deps = [ |
| 1255 "//components/google/core/browser", | 1256 "//components/google/core/browser", |
| 1256 "//components/omnibox/browser", | 1257 "//components/omnibox/browser", |
| 1257 "//components/rlz", | 1258 "//components/rlz", |
| 1258 "//components/search_engines", | 1259 "//components/search_engines", |
| 1259 "//rlz:rlz_lib", | 1260 "//rlz:rlz_lib", |
| 1260 ] | 1261 ] |
| 1261 } | 1262 } |
| 1262 } | 1263 } |
| OLD | NEW |