| 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 ".", | 766 ".", |
| 767 "//chrome") | 767 "//chrome") |
| 768 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, | 768 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, |
| 769 ".", | 769 ".", |
| 770 "//chrome") | 770 "//chrome") |
| 771 deps += [ | 771 deps += [ |
| 772 ":client_discourse_context_proto", | 772 ":client_discourse_context_proto", |
| 773 ":delta_file_proto", | 773 ":delta_file_proto", |
| 774 ":jni_headers", | 774 ":jni_headers", |
| 775 "//blimp/client/public", | 775 "//blimp/client/public", |
| 776 "//chrome/browser/android/webapk:proto", |
| 776 "//components/data_usage/android", | 777 "//components/data_usage/android", |
| 777 "//components/precache/content", | 778 "//components/precache/content", |
| 778 "//components/precache/core", | 779 "//components/precache/core", |
| 779 "//components/resources:components_resources", | 780 "//components/resources:components_resources", |
| 780 "//components/toolbar", | 781 "//components/toolbar", |
| 781 "//components/web_contents_delegate_android", | 782 "//components/web_contents_delegate_android", |
| 782 ] | 783 ] |
| 783 } | 784 } |
| 784 | 785 |
| 785 if (is_android) { | 786 if (is_android) { |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1373 # linking all of the test support. | 1374 # linking all of the test support. |
| 1374 static_library("pepper_cdm_test_constants") { | 1375 static_library("pepper_cdm_test_constants") { |
| 1375 testonly = true | 1376 testonly = true |
| 1376 visibility = [ "//chrome/*" ] | 1377 visibility = [ "//chrome/*" ] |
| 1377 sources = [ | 1378 sources = [ |
| 1378 "media/pepper_cdm_test_constants.cc", | 1379 "media/pepper_cdm_test_constants.cc", |
| 1379 "media/pepper_cdm_test_constants.h", | 1380 "media/pepper_cdm_test_constants.h", |
| 1380 ] | 1381 ] |
| 1381 } | 1382 } |
| 1382 } | 1383 } |
| OLD | NEW |