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

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: Fix build Created 6 years, 5 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 (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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'browser/android/content_view_render_view.h', 282 'browser/android/content_view_render_view.h',
283 'browser/android/content_view_statics.cc', 283 'browser/android/content_view_statics.cc',
284 'browser/android/content_view_statics.h', 284 'browser/android/content_view_statics.h',
285 'browser/android/date_time_chooser_android.cc', 285 'browser/android/date_time_chooser_android.cc',
286 'browser/android/date_time_chooser_android.h', 286 'browser/android/date_time_chooser_android.h',
287 'browser/android/download_controller_android_impl.cc', 287 'browser/android/download_controller_android_impl.cc',
288 'browser/android/download_controller_android_impl.h', 288 'browser/android/download_controller_android_impl.h',
289 'browser/android/devtools_auth.cc', 289 'browser/android/devtools_auth.cc',
290 'browser/android/edge_effect.cc', 290 'browser/android/edge_effect.cc',
291 'browser/android/edge_effect.h', 291 'browser/android/edge_effect.h',
292 'browser/android/edge_effect_l.cc',
293 'browser/android/edge_effect_l.h',
292 'browser/android/gesture_event_type_list.h', 294 'browser/android/gesture_event_type_list.h',
293 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 295 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
294 'browser/android/in_process/synchronous_compositor_factory_impl.h', 296 'browser/android/in_process/synchronous_compositor_factory_impl.h',
295 'browser/android/in_process/synchronous_compositor_impl.cc', 297 'browser/android/in_process/synchronous_compositor_impl.cc',
296 'browser/android/in_process/synchronous_compositor_impl.h', 298 'browser/android/in_process/synchronous_compositor_impl.h',
297 'browser/android/in_process/synchronous_compositor_output_surface.cc', 299 'browser/android/in_process/synchronous_compositor_output_surface.cc',
298 'browser/android/in_process/synchronous_compositor_output_surface.h', 300 'browser/android/in_process/synchronous_compositor_output_surface.h',
299 'browser/android/in_process/synchronous_input_event_filter.cc', 301 'browser/android/in_process/synchronous_input_event_filter.cc',
300 'browser/android/in_process/synchronous_input_event_filter.h', 302 'browser/android/in_process/synchronous_input_event_filter.h',
301 'browser/android/interstitial_page_delegate_android.cc', 303 'browser/android/interstitial_page_delegate_android.cc',
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 'sources': [ 1844 'sources': [
1843 'browser/media/cdm/browser_cdm_manager.cc', 1845 'browser/media/cdm/browser_cdm_manager.cc',
1844 'browser/media/cdm/browser_cdm_manager.h', 1846 'browser/media/cdm/browser_cdm_manager.h',
1845 # This works on Android because enable_browser_cdms==1 on Android. 1847 # This works on Android because enable_browser_cdms==1 on Android.
1846 'browser/media/media_web_contents_observer.cc', 1848 'browser/media/media_web_contents_observer.cc',
1847 'browser/media/media_web_contents_observer.h', 1849 'browser/media/media_web_contents_observer.h',
1848 ], 1850 ],
1849 }], 1851 }],
1850 ], 1852 ],
1851 } 1853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698