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

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 final 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
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_bridge.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 757
758 if (is_android) { 758 if (is_android) {
759 sources += 759 sources +=
760 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 760 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
761 } 761 }
762 762
763 if (android_java_ui) { 763 if (android_java_ui) {
764 sources += rebase_path(gypi_values.chrome_browser_android_java_ui_sources, 764 sources += rebase_path(gypi_values.chrome_browser_android_java_ui_sources,
765 ".", 765 ".",
766 "//chrome") 766 "//chrome")
767 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources, 767 sources += rebase_path(gypi_values.chrome_browser_offline_pages_sources,
768 ".", 768 ".",
769 "//chrome") 769 "//chrome")
770 deps += [ 770 deps += [
771 ":client_discourse_context_proto", 771 ":client_discourse_context_proto",
772 ":delta_file_proto", 772 ":delta_file_proto",
773 ":jni_headers", 773 ":jni_headers",
774 "//components/data_usage/android", 774 "//components/data_usage/android",
775 "//components/enhanced_bookmarks", 775 "//components/enhanced_bookmarks",
776 "//components/precache/content", 776 "//components/precache/content",
777 "//components/precache/core", 777 "//components/precache/core",
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1330 deps = [ 1330 deps = [
1331 "//components/google/core/browser", 1331 "//components/google/core/browser",
1332 "//components/omnibox/browser", 1332 "//components/omnibox/browser",
1333 "//components/rlz", 1333 "//components/rlz",
1334 "//components/search_engines", 1334 "//components/search_engines",
1335 "//rlz:rlz_lib", 1335 "//rlz:rlz_lib",
1336 ] 1336 ]
1337 } 1337 }
1338 } 1338 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698