| 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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 ".", | 774 ".", |
| 775 "//chrome") | 775 "//chrome") |
| 776 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, | 776 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, |
| 777 ".", | 777 ".", |
| 778 "//chrome") | 778 "//chrome") |
| 779 deps += [ | 779 deps += [ |
| 780 ":client_discourse_context_proto", | 780 ":client_discourse_context_proto", |
| 781 ":delta_file_proto", | 781 ":delta_file_proto", |
| 782 ":jni_headers", | 782 ":jni_headers", |
| 783 "//blimp/client/public", | 783 "//blimp/client/public", |
| 784 "//chrome/browser/android/webapk:proto", |
| 784 "//components/data_usage/android", | 785 "//components/data_usage/android", |
| 785 "//components/precache/content", | 786 "//components/precache/content", |
| 786 "//components/precache/core", | 787 "//components/precache/core", |
| 787 "//components/resources:components_resources", | 788 "//components/resources:components_resources", |
| 788 "//components/toolbar", | 789 "//components/toolbar", |
| 789 "//components/web_contents_delegate_android", | 790 "//components/web_contents_delegate_android", |
| 791 "//third_party/smhasher:murmurhash2", |
| 790 ] | 792 ] |
| 791 } | 793 } |
| 792 | 794 |
| 793 if (is_android) { | 795 if (is_android) { |
| 794 deps += [ | 796 deps += [ |
| 795 "//components/cdm/browser", | 797 "//components/cdm/browser", |
| 796 "//components/resources:components_resources", | 798 "//components/resources:components_resources", |
| 797 "//third_party/android_opengl/etc1", | 799 "//third_party/android_opengl/etc1", |
| 798 "//third_party/android_tools:cpu_features", | 800 "//third_party/android_tools:cpu_features", |
| 799 "//third_party/libaddressinput:util", | 801 "//third_party/libaddressinput:util", |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 # linking all of the test support. | 1383 # linking all of the test support. |
| 1382 static_library("pepper_cdm_test_constants") { | 1384 static_library("pepper_cdm_test_constants") { |
| 1383 testonly = true | 1385 testonly = true |
| 1384 visibility = [ "//chrome/*" ] | 1386 visibility = [ "//chrome/*" ] |
| 1385 sources = [ | 1387 sources = [ |
| 1386 "media/pepper_cdm_test_constants.cc", | 1388 "media/pepper_cdm_test_constants.cc", |
| 1387 "media/pepper_cdm_test_constants.h", | 1389 "media/pepper_cdm_test_constants.h", |
| 1388 ] | 1390 ] |
| 1389 } | 1391 } |
| 1390 } | 1392 } |
| OLD | NEW |