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

Side by Side Diff: content/content_browser.gypi

Issue 14268004: Add overscroll edge effect animations for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review. Properly disable animation on loss of focus. Created 7 years, 8 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'browser/android/content_view_core_impl.h', 233 'browser/android/content_view_core_impl.h',
234 'browser/android/content_view_render_view.cc', 234 'browser/android/content_view_render_view.cc',
235 'browser/android/content_view_render_view.h', 235 'browser/android/content_view_render_view.h',
236 'browser/android/content_view_statics.cc', 236 'browser/android/content_view_statics.cc',
237 'browser/android/content_view_statics.h', 237 'browser/android/content_view_statics.h',
238 'browser/android/date_time_chooser_android.cc', 238 'browser/android/date_time_chooser_android.cc',
239 'browser/android/date_time_chooser_android.h', 239 'browser/android/date_time_chooser_android.h',
240 'browser/android/download_controller_android_impl.cc', 240 'browser/android/download_controller_android_impl.cc',
241 'browser/android/download_controller_android_impl.h', 241 'browser/android/download_controller_android_impl.h',
242 'browser/android/devtools_auth.cc', 242 'browser/android/devtools_auth.cc',
243 'browser/android/edge_effect.h',
244 'browser/android/edge_effect.cc',
243 'browser/android/interstitial_page_delegate_android.cc', 245 'browser/android/interstitial_page_delegate_android.cc',
244 'browser/android/interstitial_page_delegate_android.h', 246 'browser/android/interstitial_page_delegate_android.h',
245 'browser/android/load_url_params.cc', 247 'browser/android/load_url_params.cc',
246 'browser/android/load_url_params.h', 248 'browser/android/load_url_params.h',
247 'browser/android/media_player_manager_android.cc', 249 'browser/android/media_player_manager_android.cc',
248 'browser/android/media_player_manager_android.h', 250 'browser/android/media_player_manager_android.h',
249 'browser/android/media_resource_getter_impl.cc', 251 'browser/android/media_resource_getter_impl.cc',
250 'browser/android/media_resource_getter_impl.h', 252 'browser/android/media_resource_getter_impl.h',
253 'browser/android/overscroll_glow.h',
254 'browser/android/overscroll_glow.cc',
251 'browser/android/surface_texture_peer_browser_impl.cc', 255 'browser/android/surface_texture_peer_browser_impl.cc',
252 'browser/android/surface_texture_peer_browser_impl.h', 256 'browser/android/surface_texture_peer_browser_impl.h',
253 'browser/android/sync_input_event_filter.h', 257 'browser/android/sync_input_event_filter.h',
254 'browser/android/sync_input_event_filter.cc', 258 'browser/android/sync_input_event_filter.cc',
255 'browser/android/touch_point.cc', 259 'browser/android/touch_point.cc',
256 'browser/android/touch_point.h', 260 'browser/android/touch_point.h',
257 'browser/android/tracing_intent_handler.cc', 261 'browser/android/tracing_intent_handler.cc',
258 'browser/android/tracing_intent_handler.h', 262 'browser/android/tracing_intent_handler.h',
259 'browser/android/web_contents_observer_android.cc', 263 'browser/android/web_contents_observer_android.cc',
260 'browser/android/web_contents_observer_android.h', 264 'browser/android/web_contents_observer_android.h',
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 '../third_party/speex/speex.gyp:libspeex', 1331 '../third_party/speex/speex.gyp:libspeex',
1328 ], 1332 ],
1329 }], 1333 }],
1330 ['linux_use_libgps==1', { 1334 ['linux_use_libgps==1', {
1331 'dependencies': [ 1335 'dependencies': [
1332 '../build/linux/system.gyp:libgps', 1336 '../build/linux/system.gyp:libgps',
1333 ], 1337 ],
1334 }], 1338 }],
1335 ], 1339 ],
1336 } 1340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698