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

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

Issue 1390993005: Amortize data usage using TrafficStats on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_use_buffering
Patch Set: Created 5 years, 2 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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 sources += 697 sources +=
698 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 698 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
699 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources, 699 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources,
700 ".", 700 ".",
701 "//chrome") 701 "//chrome")
702 deps += [ 702 deps += [
703 ":client_discourse_context_proto", 703 ":client_discourse_context_proto",
704 ":delta_file_proto", 704 ":delta_file_proto",
705 ":jni_headers", 705 ":jni_headers",
706 "//components/cdm/browser", 706 "//components/cdm/browser",
707 "//components/data_usage/android",
707 "//components/enhanced_bookmarks", 708 "//components/enhanced_bookmarks",
708 "//components/precache/content", 709 "//components/precache/content",
709 "//components/precache/core", 710 "//components/precache/core",
710 "//components/resources:components_resources", 711 "//components/resources:components_resources",
711 "//components/service_tab_launcher", 712 "//components/service_tab_launcher",
712 "//components/toolbar", 713 "//components/toolbar",
713 "//components/web_contents_delegate_android", 714 "//components/web_contents_delegate_android",
714 "//third_party/android_opengl/etc1", 715 "//third_party/android_opengl/etc1",
715 "//third_party/android_tools:cpu_features", 716 "//third_party/android_tools:cpu_features",
716 "//third_party/libaddressinput:util", 717 "//third_party/libaddressinput:util",
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1260 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1260 deps = [ 1261 deps = [
1261 "//components/google/core/browser", 1262 "//components/google/core/browser",
1262 "//components/omnibox/browser", 1263 "//components/omnibox/browser",
1263 "//components/rlz", 1264 "//components/rlz",
1264 "//components/search_engines", 1265 "//components/search_engines",
1265 "//rlz:rlz_lib", 1266 "//rlz:rlz_lib",
1266 ] 1267 ]
1267 } 1268 }
1268 } 1269 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/net/chrome_network_delegate_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698