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

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: Fixed nit Created 5 years, 1 month 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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 sources += 720 sources +=
721 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome") 721 rebase_path(gypi_values.chrome_browser_android_sources, ".", "//chrome")
722 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources, 722 sources += rebase_path(gypi_values.chrome_browser_bookmark_android_sources,
723 ".", 723 ".",
724 "//chrome") 724 "//chrome")
725 deps += [ 725 deps += [
726 ":client_discourse_context_proto", 726 ":client_discourse_context_proto",
727 ":delta_file_proto", 727 ":delta_file_proto",
728 ":jni_headers", 728 ":jni_headers",
729 "//components/cdm/browser", 729 "//components/cdm/browser",
730 "//components/data_usage/android",
730 "//components/enhanced_bookmarks", 731 "//components/enhanced_bookmarks",
731 "//components/precache/content", 732 "//components/precache/content",
732 "//components/precache/core", 733 "//components/precache/core",
733 "//components/resources:components_resources", 734 "//components/resources:components_resources",
734 "//components/service_tab_launcher", 735 "//components/service_tab_launcher",
735 "//components/toolbar", 736 "//components/toolbar",
736 "//components/web_contents_delegate_android", 737 "//components/web_contents_delegate_android",
737 "//third_party/android_opengl/etc1", 738 "//third_party/android_opengl/etc1",
738 "//third_party/android_tools:cpu_features", 739 "//third_party/android_tools:cpu_features",
739 "//third_party/libaddressinput:util", 740 "//third_party/libaddressinput:util",
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1265 deps = [ 1266 deps = [
1266 "//components/google/core/browser", 1267 "//components/google/core/browser",
1267 "//components/omnibox/browser", 1268 "//components/omnibox/browser",
1268 "//components/rlz", 1269 "//components/rlz",
1269 "//components/search_engines", 1270 "//components/search_engines",
1270 "//rlz:rlz_lib", 1271 "//rlz:rlz_lib",
1271 ] 1272 ]
1272 } 1273 }
1273 } 1274 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | components/data_usage/android/traffic_stats_amortizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698