Chromium Code Reviews| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 155 "//components/webdata_services", | 155 "//components/webdata_services", |
| 156 "//components/web_resource", | 156 "//components/web_resource", |
| 157 "//content/public/browser", | 157 "//content/public/browser", |
| 158 "//content/public/common", | 158 "//content/public/common", |
| 159 "//courgette:courgette_lib", | 159 "//courgette:courgette_lib", |
| 160 "//crypto", | 160 "//crypto", |
| 161 "//google_apis", | 161 "//google_apis", |
| 162 "//gpu/config", | 162 "//gpu/config", |
| 163 "//skia", | 163 "//skia", |
| 164 "//sql", | 164 "//sql", |
| 165 "//sync", | 165 "//sync", |
|
Nicolas Zea
2015/07/30 01:02:04
Looks like sync is already a dep here? Do we need
maxbogue
2015/07/30 21:15:15
You're probably right. I'll remove it.
| |
| 166 "//third_party/cacheinvalidation", | 166 "//third_party/cacheinvalidation", |
| 167 "//third_party/icu", | 167 "//third_party/icu", |
| 168 "//third_party/libxml", | 168 "//third_party/libxml", |
| 169 "//third_party/libjingle", | 169 "//third_party/libjingle", |
| 170 "//third_party/widevine/cdm:version_h", | 170 "//third_party/widevine/cdm:version_h", |
| 171 "//third_party/zlib", | 171 "//third_party/zlib", |
| 172 "//third_party/zlib:minizip", | 172 "//third_party/zlib:minizip", |
| 173 "//third_party/zlib:zip", | 173 "//third_party/zlib:zip", |
| 174 "//ui/base", | 174 "//ui/base", |
| 175 "//ui/events:events_base", | 175 "//ui/events:events_base", |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 652 ":client_discourse_context_proto", | 652 ":client_discourse_context_proto", |
| 653 ":delta_file_proto", | 653 ":delta_file_proto", |
| 654 ":jni_headers", | 654 ":jni_headers", |
| 655 "//components/cdm/browser", | 655 "//components/cdm/browser", |
| 656 "//components/enhanced_bookmarks", | 656 "//components/enhanced_bookmarks", |
| 657 "//components/precache/content", | 657 "//components/precache/content", |
| 658 "//components/precache/core", | 658 "//components/precache/core", |
| 659 "//components/resources:components_resources", | 659 "//components/resources:components_resources", |
| 660 "//components/service_tab_launcher", | 660 "//components/service_tab_launcher", |
| 661 "//components/web_contents_delegate_android", | 661 "//components/web_contents_delegate_android", |
| 662 "//sync:sync", | |
| 662 "//third_party/android_opengl/etc1", | 663 "//third_party/android_opengl/etc1", |
| 663 "//third_party/android_tools:cpu_features", | 664 "//third_party/android_tools:cpu_features", |
| 664 "//third_party/libaddressinput:util", | 665 "//third_party/libaddressinput:util", |
| 665 ] | 666 ] |
| 666 deps -= [ | 667 deps -= [ |
| 667 "//third_party/libaddressinput", | 668 "//third_party/libaddressinput", |
| 668 "//components/storage_monitor", | 669 "//components/storage_monitor", |
| 669 "//components/web_modal", | 670 "//components/web_modal", |
| 670 ] | 671 ] |
| 671 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] | 672 defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ] |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1209 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1210 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1210 deps = [ | 1211 deps = [ |
| 1211 "//components/google/core/browser", | 1212 "//components/google/core/browser", |
| 1212 "//components/omnibox/browser", | 1213 "//components/omnibox/browser", |
| 1213 "//components/rlz", | 1214 "//components/rlz", |
| 1214 "//components/search_engines", | 1215 "//components/search_engines", |
| 1215 "//rlz:rlz_lib", | 1216 "//rlz:rlz_lib", |
| 1216 ] | 1217 ] |
| 1217 } | 1218 } |
| 1218 } | 1219 } |
| OLD | NEW |