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

Side by Side Diff: content/content_child.gypi

Issue 1051593003: Refactors code for WebGestureCurve to ui/events/gestures/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn Created 5 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 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_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/mojo_base.gyp:mojo_common_lib', 10 '../mojo/mojo_base.gyp:mojo_common_lib',
11 '../skia/skia.gyp:skia', 11 '../skia/skia.gyp:skia',
12 '../ui/base/ui_base.gyp:ui_base', 12 '../ui/base/ui_base.gyp:ui_base',
13 '../ui/events/events.gyp:gestures_blink',
13 '../ui/gfx/gfx.gyp:gfx', 14 '../ui/gfx/gfx.gyp:gfx',
14 '../ui/gfx/gfx.gyp:gfx_geometry', 15 '../ui/gfx/gfx.gyp:gfx_geometry',
15 '../url/url.gyp:url_lib', 16 '../url/url.gyp:url_lib',
16 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 17 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
17 ], 18 ],
18 'include_dirs': [ 19 'include_dirs': [
19 '..', 20 '..',
20 ], 21 ],
21 'export_dependent_settings': [ 22 'export_dependent_settings': [
22 '../base/base.gyp:base', 23 '../base/base.gyp:base',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'child/threaded_data_provider.cc', 226 'child/threaded_data_provider.cc',
226 'child/threaded_data_provider.h', 227 'child/threaded_data_provider.h',
227 'child/v8_value_converter_impl.cc', 228 'child/v8_value_converter_impl.cc',
228 'child/v8_value_converter_impl.h', 229 'child/v8_value_converter_impl.h',
229 'child/web_data_consumer_handle_impl.cc', 230 'child/web_data_consumer_handle_impl.cc',
230 'child/web_data_consumer_handle_impl.h', 231 'child/web_data_consumer_handle_impl.h',
231 'child/web_database_observer_impl.cc', 232 'child/web_database_observer_impl.cc',
232 'child/web_database_observer_impl.h', 233 'child/web_database_observer_impl.h',
233 'child/web_discardable_memory_impl.cc', 234 'child/web_discardable_memory_impl.cc',
234 'child/web_discardable_memory_impl.h', 235 'child/web_discardable_memory_impl.h',
235 'child/web_gesture_curve_impl.cc',
236 'child/web_gesture_curve_impl.h',
237 'child/web_url_loader_impl.cc', 236 'child/web_url_loader_impl.cc',
238 'child/web_url_loader_impl.h', 237 'child/web_url_loader_impl.h',
239 'child/web_url_request_util.cc', 238 'child/web_url_request_util.cc',
240 'child/web_url_request_util.h', 239 'child/web_url_request_util.h',
241 'child/webblobregistry_impl.cc', 240 'child/webblobregistry_impl.cc',
242 'child/webblobregistry_impl.h', 241 'child/webblobregistry_impl.h',
243 'child/webcrypto/algorithm_dispatch.cc', 242 'child/webcrypto/algorithm_dispatch.cc',
244 'child/webcrypto/algorithm_dispatch.h', 243 'child/webcrypto/algorithm_dispatch.h',
245 'child/webcrypto/algorithm_implementation.cc', 244 'child/webcrypto/algorithm_implementation.cc',
246 'child/webcrypto/algorithm_implementation.h', 245 'child/webcrypto/algorithm_implementation.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 }, { 401 }, {
403 'dependencies': [ 402 'dependencies': [
404 '../third_party/nss/nss.gyp:nspr', 403 '../third_party/nss/nss.gyp:nspr',
405 '../third_party/nss/nss.gyp:nss', 404 '../third_party/nss/nss.gyp:nss',
406 ], 405 ],
407 }], 406 }],
408 ], 407 ],
409 }], 408 }],
410 ], 409 ],
411 } 410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698