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

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

Issue 1521193002: [Offline pages] Refactor URL conversions from TabAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback Created 5 years 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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 748
749 if (is_android) { 749 if (is_android) {
750 sources += 750 sources +=
751 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 751 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
752 } 752 }
753 753
754 if (android_java_ui) { 754 if (android_java_ui) {
755 sources += rebase_path(gypi_values.chrome_browser_android_java_ui_sources, 755 sources += rebase_path(gypi_values.chrome_browser_android_java_ui_sources,
756 ".", 756 ".",
757 "//chrome") 757 "//chrome")
758 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources, 758 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources,
759 ".", 759 ".",
760 "//chrome") 760 "//chrome")
761 deps += [ 761 deps += [
762 ":client_discourse_context_proto", 762 ":client_discourse_context_proto",
763 ":delta_file_proto", 763 ":delta_file_proto",
764 ":jni_headers", 764 ":jni_headers",
765 "//components/data_usage/android", 765 "//components/data_usage/android",
766 "//components/enhanced_bookmarks", 766 "//components/enhanced_bookmarks",
767 "//components/precache/content", 767 "//components/precache/content",
768 "//components/precache/core", 768 "//components/precache/core",
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1320 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1321 deps = [ 1321 deps = [
1322 "//components/google/core/browser", 1322 "//components/google/core/browser",
1323 "//components/omnibox/browser", 1323 "//components/omnibox/browser",
1324 "//components/rlz", 1324 "//components/rlz",
1325 "//components/search_engines", 1325 "//components/search_engines",
1326 "//rlz:rlz_lib", 1326 "//rlz:rlz_lib",
1327 ] 1327 ]
1328 } 1328 }
1329 } 1329 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698