Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2206493002: Update WebAPK if homescreen icon changed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'webapk_updater_images0' into webapk_updater_images2 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "//components/data_usage/android", 786 "//components/data_usage/android",
787 "//components/precache/content", 787 "//components/precache/content",
788 "//components/precache/core", 788 "//components/precache/core",
789 "//components/resources:components_resources", 789 "//components/resources:components_resources",
790 "//components/toolbar", 790 "//components/toolbar",
791 "//components/web_contents_delegate_android", 791 "//components/web_contents_delegate_android",
792 "//third_party/smhasher:murmurhash2",
792 ] 793 ]
793 } 794 }
794 795
795 if (is_android) { 796 if (is_android) {
796 deps += [ 797 deps += [
797 "//components/cdm/browser", 798 "//components/cdm/browser",
798 "//components/resources:components_resources", 799 "//components/resources:components_resources",
799 "//third_party/android_opengl/etc1", 800 "//third_party/android_opengl/etc1",
800 "//third_party/android_tools:cpu_features", 801 "//third_party/android_tools:cpu_features",
801 "//third_party/libaddressinput:util", 802 "//third_party/libaddressinput:util",
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 # linking all of the test support. 1385 # linking all of the test support.
1385 static_library("pepper_cdm_test_constants") { 1386 static_library("pepper_cdm_test_constants") {
1386 testonly = true 1387 testonly = true
1387 visibility = [ "//chrome/*" ] 1388 visibility = [ "//chrome/*" ]
1388 sources = [ 1389 sources = [
1389 "media/pepper_cdm_test_constants.cc", 1390 "media/pepper_cdm_test_constants.cc",
1390 "media/pepper_cdm_test_constants.h", 1391 "media/pepper_cdm_test_constants.h",
1391 ] 1392 ]
1392 } 1393 }
1393 } 1394 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698