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("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 ".", | 759 ".", |
760 "//chrome") | 760 "//chrome") |
761 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, | 761 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, |
762 ".", | 762 ".", |
763 "//chrome") | 763 "//chrome") |
764 deps += [ | 764 deps += [ |
765 ":client_discourse_context_proto", | 765 ":client_discourse_context_proto", |
766 ":delta_file_proto", | 766 ":delta_file_proto", |
767 ":jni_headers", | 767 ":jni_headers", |
768 "//blimp/client/public", | 768 "//blimp/client/public", |
| 769 "//chrome/browser/android/webapk:proto", |
769 "//components/data_usage/android", | 770 "//components/data_usage/android", |
770 "//components/precache/content", | 771 "//components/precache/content", |
771 "//components/precache/core", | 772 "//components/precache/core", |
772 "//components/resources:components_resources", | 773 "//components/resources:components_resources", |
773 "//components/toolbar", | 774 "//components/toolbar", |
774 "//components/web_contents_delegate_android", | 775 "//components/web_contents_delegate_android", |
| 776 "//third_party/smhasher:murmurhash2", |
775 ] | 777 ] |
776 } | 778 } |
777 | 779 |
778 if (is_android) { | 780 if (is_android) { |
779 deps += [ | 781 deps += [ |
780 "//components/cdm/browser", | 782 "//components/cdm/browser", |
781 "//components/resources:components_resources", | 783 "//components/resources:components_resources", |
782 "//third_party/android_opengl/etc1", | 784 "//third_party/android_opengl/etc1", |
783 "//third_party/android_tools:cpu_features", | 785 "//third_party/android_tools:cpu_features", |
784 "//third_party/libaddressinput:util", | 786 "//third_party/libaddressinput:util", |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 # linking all of the test support. | 1369 # linking all of the test support. |
1368 static_library("pepper_cdm_test_constants") { | 1370 static_library("pepper_cdm_test_constants") { |
1369 testonly = true | 1371 testonly = true |
1370 visibility = [ "//chrome/*" ] | 1372 visibility = [ "//chrome/*" ] |
1371 sources = [ | 1373 sources = [ |
1372 "media/pepper_cdm_test_constants.cc", | 1374 "media/pepper_cdm_test_constants.cc", |
1373 "media/pepper_cdm_test_constants.h", | 1375 "media/pepper_cdm_test_constants.h", |
1374 ] | 1376 ] |
1375 } | 1377 } |
1376 } | 1378 } |
OLD | NEW |