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

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

Issue 2138973002: Initial CL for talking to the WebAPK server to generate WebAPK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'webapk_builder_impl0' into webapk_builder_impl2 Created 4 years, 5 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 ".", 764 ".",
765 "//chrome") 765 "//chrome")
766 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources, 766 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources,
767 ".", 767 ".",
768 "//chrome") 768 "//chrome")
769 deps += [ 769 deps += [
770 ":client_discourse_context_proto", 770 ":client_discourse_context_proto",
771 ":delta_file_proto", 771 ":delta_file_proto",
772 ":jni_headers", 772 ":jni_headers",
773 "//blimp/client/public", 773 "//blimp/client/public",
774 "//chrome/browser/android/webapk:proto",
774 "//components/data_usage/android", 775 "//components/data_usage/android",
775 "//components/precache/content", 776 "//components/precache/content",
776 "//components/precache/core", 777 "//components/precache/core",
777 "//components/resources:components_resources", 778 "//components/resources:components_resources",
778 "//components/toolbar", 779 "//components/toolbar",
779 "//components/web_contents_delegate_android", 780 "//components/web_contents_delegate_android",
780 ] 781 ]
781 } 782 }
782 783
783 if (is_android) { 784 if (is_android) {
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 # linking all of the test support. 1370 # linking all of the test support.
1370 static_library("pepper_cdm_test_constants") { 1371 static_library("pepper_cdm_test_constants") {
1371 testonly = true 1372 testonly = true
1372 visibility = [ "//chrome/*" ] 1373 visibility = [ "//chrome/*" ]
1373 sources = [ 1374 sources = [
1374 "media/pepper_cdm_test_constants.cc", 1375 "media/pepper_cdm_test_constants.cc",
1375 "media/pepper_cdm_test_constants.h", 1376 "media/pepper_cdm_test_constants.h",
1376 ] 1377 ]
1377 } 1378 }
1378 } 1379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698