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

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: Polished and cleaned up tests 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 3641 matching lines...) Expand 10 before | Expand all | Expand 10 after
3652 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor y', 3652 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor y',
3653 '../device/usb/usb.gyp:device_usb', 3653 '../device/usb/usb.gyp:device_usb',
3654 '../net/net.gyp:net_browser_services', 3654 '../net/net.gyp:net_browser_services',
3655 ] 3655 ]
3656 }], 3656 }],
3657 ['OS=="android"', { 3657 ['OS=="android"', {
3658 'dependencies': [ 3658 'dependencies': [
3659 '../build/android/ndk.gyp:cpu_features', 3659 '../build/android/ndk.gyp:cpu_features',
3660 '../components/components.gyp:cdm_browser', 3660 '../components/components.gyp:cdm_browser',
3661 '../components/components.gyp:data_reduction_proxy_content', 3661 '../components/components.gyp:data_reduction_proxy_content',
3662 '../components/components.gyp:data_usage_android',
3662 '../components/components.gyp:enhanced_bookmarks', 3663 '../components/components.gyp:enhanced_bookmarks',
3663 '../components/components.gyp:offline_pages', 3664 '../components/components.gyp:offline_pages',
3664 '../components/components.gyp:precache_content', 3665 '../components/components.gyp:precache_content',
3665 '../components/components.gyp:precache_core', 3666 '../components/components.gyp:precache_core',
3666 '../components/components.gyp:service_tab_launcher', 3667 '../components/components.gyp:service_tab_launcher',
3667 '../components/components.gyp:toolbar', 3668 '../components/components.gyp:toolbar',
3668 '../components/components.gyp:web_contents_delegate_android', 3669 '../components/components.gyp:web_contents_delegate_android',
3669 '../components/components_resources.gyp:components_resources', 3670 '../components/components_resources.gyp:components_resources',
3670 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3671 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3671 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 3672 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
4093 '../components/components.gyp:omnibox_browser', 4094 '../components/components.gyp:omnibox_browser',
4094 '../components/components.gyp:rlz', 4095 '../components/components.gyp:rlz',
4095 '../components/components.gyp:search_engines', 4096 '../components/components.gyp:search_engines',
4096 '../rlz/rlz.gyp:rlz_lib', 4097 '../rlz/rlz.gyp:rlz_lib',
4097 ], 4098 ],
4098 }, 4099 },
4099 ], 4100 ],
4100 }], 4101 }],
4101 ], 4102 ],
4102 } 4103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698