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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 sources += | 721 sources += |
722 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") | 722 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") |
723 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources, | 723 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources, |
724 ".", | 724 ".", |
725 "//chrome") | 725 "//chrome") |
726 deps += [ | 726 deps += [ |
727 ":client_discourse_context_proto", | 727 ":client_discourse_context_proto", |
728 ":delta_file_proto", | 728 ":delta_file_proto", |
729 ":jni_headers", | 729 ":jni_headers", |
730 "//components/cdm/browser", | 730 "//components/cdm/browser", |
| 731 "//components/data_usage/android", |
731 "//components/enhanced_bookmarks", | 732 "//components/enhanced_bookmarks", |
732 "//components/precache/content", | 733 "//components/precache/content", |
733 "//components/precache/core", | 734 "//components/precache/core", |
734 "//components/resources:components_resources", | 735 "//components/resources:components_resources", |
735 "//components/service_tab_launcher", | 736 "//components/service_tab_launcher", |
736 "//components/toolbar", | 737 "//components/toolbar", |
737 "//components/web_contents_delegate_android", | 738 "//components/web_contents_delegate_android", |
738 "//third_party/android_opengl/etc1", | 739 "//third_party/android_opengl/etc1", |
739 "//third_party/android_tools:cpu_features", | 740 "//third_party/android_tools:cpu_features", |
740 "//third_party/libaddressinput:util", | 741 "//third_party/libaddressinput:util", |
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1266 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1266 deps = [ | 1267 deps = [ |
1267 "//components/google/core/browser", | 1268 "//components/google/core/browser", |
1268 "//components/omnibox/browser", | 1269 "//components/omnibox/browser", |
1269 "//components/rlz", | 1270 "//components/rlz", |
1270 "//components/search_engines", | 1271 "//components/search_engines", |
1271 "//rlz:rlz_lib", | 1272 "//rlz:rlz_lib", |
1272 ] | 1273 ] |
1273 } | 1274 } |
1274 } | 1275 } |
OLD | NEW |