OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |