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

Side by Side Diff: content/content_child.gypi

Issue 586933003: fling: Remove a bunch of code for configuring fling curves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 6 years, 3 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/view_messages.h ('k') | content/public/common/renderer_preferences.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'child/fileapi/file_system_dispatcher.cc', 63 'child/fileapi/file_system_dispatcher.cc',
64 'child/fileapi/file_system_dispatcher.h', 64 'child/fileapi/file_system_dispatcher.h',
65 'child/fileapi/webfilesystem_impl.cc', 65 'child/fileapi/webfilesystem_impl.cc',
66 'child/fileapi/webfilesystem_impl.h', 66 'child/fileapi/webfilesystem_impl.h',
67 'child/fileapi/webfilewriter_base.cc', 67 'child/fileapi/webfilewriter_base.cc',
68 'child/fileapi/webfilewriter_base.h', 68 'child/fileapi/webfilewriter_base.h',
69 'child/fileapi/webfilewriter_impl.cc', 69 'child/fileapi/webfilewriter_impl.cc',
70 'child/fileapi/webfilewriter_impl.h', 70 'child/fileapi/webfilewriter_impl.h',
71 'child/fling_animator_impl_android.cc', 71 'child/fling_animator_impl_android.cc',
72 'child/fling_animator_impl_android.h', 72 'child/fling_animator_impl_android.h',
73 'child/fling_curve_configuration.cc',
74 'child/fling_curve_configuration.h',
75 'child/ftp_directory_listing_response_delegate.cc', 73 'child/ftp_directory_listing_response_delegate.cc',
76 'child/ftp_directory_listing_response_delegate.h', 74 'child/ftp_directory_listing_response_delegate.h',
77 'child/image_decoder.cc', 75 'child/image_decoder.cc',
78 'child/image_decoder.h', 76 'child/image_decoder.h',
79 'child/indexed_db/indexed_db_dispatcher.cc', 77 'child/indexed_db/indexed_db_dispatcher.cc',
80 'child/indexed_db/indexed_db_dispatcher.h', 78 'child/indexed_db/indexed_db_dispatcher.h',
81 'child/indexed_db/indexed_db_key_builders.cc', 79 'child/indexed_db/indexed_db_key_builders.cc',
82 'child/indexed_db/indexed_db_key_builders.h', 80 'child/indexed_db/indexed_db_key_builders.h',
83 'child/indexed_db/indexed_db_message_filter.cc', 81 'child/indexed_db/indexed_db_message_filter.cc',
84 'child/indexed_db/indexed_db_message_filter.h', 82 'child/indexed_db/indexed_db_message_filter.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 }, { 359 }, {
362 'dependencies': [ 360 'dependencies': [
363 '../third_party/nss/nss.gyp:nspr', 361 '../third_party/nss/nss.gyp:nspr',
364 '../third_party/nss/nss.gyp:nss', 362 '../third_party/nss/nss.gyp:nss',
365 ], 363 ],
366 }], 364 }],
367 ], 365 ],
368 }], 366 }],
369 ], 367 ],
370 } 368 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698