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

Side by Side Diff: chrome/chrome_browser.gypi

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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after
3657 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor y', 3657 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor y',
3658 '../device/usb/usb.gyp:device_usb', 3658 '../device/usb/usb.gyp:device_usb',
3659 '../net/net.gyp:net_browser_services', 3659 '../net/net.gyp:net_browser_services',
3660 ] 3660 ]
3661 }], 3661 }],
3662 ['OS=="android"', { 3662 ['OS=="android"', {
3663 'dependencies': [ 3663 'dependencies': [
3664 '../build/android/ndk.gyp:cpu_features', 3664 '../build/android/ndk.gyp:cpu_features',
3665 '../components/components.gyp:cdm_browser', 3665 '../components/components.gyp:cdm_browser',
3666 '../components/components.gyp:data_reduction_proxy_content', 3666 '../components/components.gyp:data_reduction_proxy_content',
3667 '../components/components.gyp:data_usage_android',
3667 '../components/components.gyp:enhanced_bookmarks', 3668 '../components/components.gyp:enhanced_bookmarks',
3668 '../components/components.gyp:offline_pages', 3669 '../components/components.gyp:offline_pages',
3669 '../components/components.gyp:precache_content', 3670 '../components/components.gyp:precache_content',
3670 '../components/components.gyp:precache_core', 3671 '../components/components.gyp:precache_core',
3671 '../components/components.gyp:service_tab_launcher', 3672 '../components/components.gyp:service_tab_launcher',
3672 '../components/components.gyp:toolbar', 3673 '../components/components.gyp:toolbar',
3673 '../components/components.gyp:web_contents_delegate_android', 3674 '../components/components.gyp:web_contents_delegate_android',
3674 '../components/components_resources.gyp:components_resources', 3675 '../components/components_resources.gyp:components_resources',
3675 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3676 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3676 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 3677 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
4098 '../components/components.gyp:omnibox_browser', 4099 '../components/components.gyp:omnibox_browser',
4099 '../components/components.gyp:rlz', 4100 '../components/components.gyp:rlz',
4100 '../components/components.gyp:search_engines', 4101 '../components/components.gyp:search_engines',
4101 '../rlz/rlz.gyp:rlz_lib', 4102 '../rlz/rlz.gyp:rlz_lib',
4102 ], 4103 ],
4103 }, 4104 },
4104 ], 4105 ],
4105 }], 4106 }],
4106 ], 4107 ],
4107 } 4108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698