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

Side by Side Diff: content/content_browser.gypi

Issue 367173003: [Android] Implementation of overscroll effect for Android L (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 6 years, 4 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
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_common.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'browser/android/content_view_render_view.h', 288 'browser/android/content_view_render_view.h',
289 'browser/android/content_view_statics.cc', 289 'browser/android/content_view_statics.cc',
290 'browser/android/content_view_statics.h', 290 'browser/android/content_view_statics.h',
291 'browser/android/date_time_chooser_android.cc', 291 'browser/android/date_time_chooser_android.cc',
292 'browser/android/date_time_chooser_android.h', 292 'browser/android/date_time_chooser_android.h',
293 'browser/android/download_controller_android_impl.cc', 293 'browser/android/download_controller_android_impl.cc',
294 'browser/android/download_controller_android_impl.h', 294 'browser/android/download_controller_android_impl.h',
295 'browser/android/devtools_auth.cc', 295 'browser/android/devtools_auth.cc',
296 'browser/android/edge_effect.cc', 296 'browser/android/edge_effect.cc',
297 'browser/android/edge_effect.h', 297 'browser/android/edge_effect.h',
298 'browser/android/edge_effect_l.cc',
299 'browser/android/edge_effect_l.h',
298 'browser/android/gesture_event_type_list.h', 300 'browser/android/gesture_event_type_list.h',
299 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 301 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
300 'browser/android/in_process/synchronous_compositor_factory_impl.h', 302 'browser/android/in_process/synchronous_compositor_factory_impl.h',
301 'browser/android/in_process/synchronous_compositor_impl.cc', 303 'browser/android/in_process/synchronous_compositor_impl.cc',
302 'browser/android/in_process/synchronous_compositor_impl.h', 304 'browser/android/in_process/synchronous_compositor_impl.h',
303 'browser/android/in_process/synchronous_compositor_output_surface.cc', 305 'browser/android/in_process/synchronous_compositor_output_surface.cc',
304 'browser/android/in_process/synchronous_compositor_output_surface.h', 306 'browser/android/in_process/synchronous_compositor_output_surface.h',
305 'browser/android/in_process/synchronous_input_event_filter.cc', 307 'browser/android/in_process/synchronous_input_event_filter.cc',
306 'browser/android/in_process/synchronous_input_event_filter.h', 308 'browser/android/in_process/synchronous_input_event_filter.h',
307 'browser/android/interstitial_page_delegate_android.cc', 309 'browser/android/interstitial_page_delegate_android.cc',
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'sources': [ 1874 'sources': [
1873 'browser/media/cdm/browser_cdm_manager.cc', 1875 'browser/media/cdm/browser_cdm_manager.cc',
1874 'browser/media/cdm/browser_cdm_manager.h', 1876 'browser/media/cdm/browser_cdm_manager.h',
1875 # This works on Android because enable_browser_cdms==1 on Android. 1877 # This works on Android because enable_browser_cdms==1 on Android.
1876 'browser/media/media_web_contents_observer.cc', 1878 'browser/media/media_web_contents_observer.cc',
1877 'browser/media/media_web_contents_observer.h', 1879 'browser/media/media_web_contents_observer.h',
1878 ], 1880 ],
1879 }], 1881 }],
1880 ], 1882 ],
1881 } 1883 }
OLDNEW
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698