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