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

Side by Side Diff: webkit/webkit.gyp

Issue 348063: Introduce WebAccessibilityControllerImpl.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Licked clean. Created 11 years, 1 month 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'glue/dom_serializer_delegate.h', 300 'glue/dom_serializer_delegate.h',
301 'glue/entity_map.cc', 301 'glue/entity_map.cc',
302 'glue/entity_map.h', 302 'glue/entity_map.h',
303 'glue/form_data.h', 303 'glue/form_data.h',
304 'glue/form_field.cc', 304 'glue/form_field.cc',
305 'glue/form_field.h', 305 'glue/form_field.h',
306 'glue/form_field_values.cc', 306 'glue/form_field_values.cc',
307 'glue/form_field_values.h', 307 'glue/form_field_values.h',
308 'glue/ftp_directory_listing_response_delegate.cc', 308 'glue/ftp_directory_listing_response_delegate.cc',
309 'glue/ftp_directory_listing_response_delegate.h', 309 'glue/ftp_directory_listing_response_delegate.h',
310 'glue/glue_accessibility_object.cc',
311 'glue/glue_accessibility_object.h',
312 'glue/glue_serialize.cc', 310 'glue/glue_serialize.cc',
313 'glue/glue_serialize.h', 311 'glue/glue_serialize.h',
314 'glue/glue_util.cc', 312 'glue/glue_util.cc',
315 'glue/glue_util.h', 313 'glue/glue_util.h',
316 'glue/image_decoder.cc', 314 'glue/image_decoder.cc',
317 'glue/image_decoder.h', 315 'glue/image_decoder.h',
318 'glue/image_resource_fetcher.cc', 316 'glue/image_resource_fetcher.cc',
319 'glue/image_resource_fetcher.h', 317 'glue/image_resource_fetcher.h',
320 'glue/multipart_response_delegate.cc', 318 'glue/multipart_response_delegate.cc',
321 'glue/multipart_response_delegate.h', 319 'glue/multipart_response_delegate.h',
322 'glue/npruntime_util.cc', 320 'glue/npruntime_util.cc',
323 'glue/npruntime_util.h', 321 'glue/npruntime_util.h',
324 'glue/password_autocomplete_listener_impl.cc', 322 'glue/password_autocomplete_listener_impl.cc',
325 'glue/password_autocomplete_listener_impl.h', 323 'glue/password_autocomplete_listener_impl.h',
326 'glue/password_form.h', 324 'glue/password_form.h',
327 'glue/password_form_dom_manager.cc', 325 'glue/password_form_dom_manager.cc',
328 'glue/password_form_dom_manager.h', 326 'glue/password_form_dom_manager.h',
329 'glue/resource_fetcher.cc', 327 'glue/resource_fetcher.cc',
330 'glue/resource_fetcher.h', 328 'glue/resource_fetcher.h',
331 'glue/resource_loader_bridge.cc', 329 'glue/resource_loader_bridge.cc',
332 'glue/resource_loader_bridge.h', 330 'glue/resource_loader_bridge.h',
333 'glue/resource_type.h', 331 'glue/resource_type.h',
334 'glue/scoped_clipboard_writer_glue.h', 332 'glue/scoped_clipboard_writer_glue.h',
335 'glue/simple_webmimeregistry_impl.cc', 333 'glue/simple_webmimeregistry_impl.cc',
336 'glue/simple_webmimeregistry_impl.h', 334 'glue/simple_webmimeregistry_impl.h',
335 'glue/webaccessibility.cc',
337 'glue/webaccessibility.h', 336 'glue/webaccessibility.h',
338 'glue/webaccessibilitymanager.h',
339 'glue/webaccessibilitymanager_impl.cc',
340 'glue/webaccessibilitymanager_impl.h',
341 'glue/webclipboard_impl.cc', 337 'glue/webclipboard_impl.cc',
342 'glue/webclipboard_impl.h', 338 'glue/webclipboard_impl.h',
343 'glue/webcookie.h', 339 'glue/webcookie.h',
344 'glue/webcursor.cc', 340 'glue/webcursor.cc',
345 'glue/webcursor.h', 341 'glue/webcursor.h',
346 'glue/webcursor_gtk.cc', 342 'glue/webcursor_gtk.cc',
347 'glue/webcursor_gtk_data.h', 343 'glue/webcursor_gtk_data.h',
348 'glue/webcursor_mac.mm', 344 'glue/webcursor_mac.mm',
349 'glue/webcursor_win.cc', 345 'glue/webcursor_win.cc',
350 'glue/webdevtoolsagent_impl.cc', 346 'glue/webdevtoolsagent_impl.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'sources!': [ 419 'sources!': [
424 # TODO(port): Unfork webplugin_delegate_impl_mac and this file. 420 # TODO(port): Unfork webplugin_delegate_impl_mac and this file.
425 'glue/plugins/webplugin_delegate_impl.cc', 421 'glue/plugins/webplugin_delegate_impl.cc',
426 ], 422 ],
427 }], 423 }],
428 ['OS!="win"', { 424 ['OS!="win"', {
429 'sources/': [['exclude', '_win\\.cc$']], 425 'sources/': [['exclude', '_win\\.cc$']],
430 'sources!': [ 426 'sources!': [
431 # These files are Windows-only now but may be ported to other 427 # These files are Windows-only now but may be ported to other
432 # platforms. 428 # platforms.
433 'glue/glue_accessibility_object.cc', 429 'glue/webaccessibility.cc',
434 'glue/glue_accessibility_object.h',
435 'glue/webaccessibility.h', 430 'glue/webaccessibility.h',
436 'glue/webaccessibilitymanager.h',
437 'glue/webaccessibilitymanager_impl.cc',
438 'glue/webaccessibilitymanager_impl.cc',
439 'glue/webaccessibilitymanager_impl.h',
440 'glue/webthemeengine_impl_win.cc', 431 'glue/webthemeengine_impl_win.cc',
441 ], 432 ],
442 }, { # else: OS=="win" 433 }, { # else: OS=="win"
443 'sources/': [['exclude', '_posix\\.cc$']], 434 'sources/': [['exclude', '_posix\\.cc$']],
444 'include_dirs': [ 435 'include_dirs': [
445 '../chrome/third_party/wtl/include', 436 '../chrome/third_party/wtl/include',
446 ], 437 ],
447 'dependencies': [ 438 'dependencies': [
448 '../build/win/system.gyp:cygwin', 439 '../build/win/system.gyp:cygwin',
449 'default_plugin/default_plugin.gyp:default_plugin', 440 'default_plugin/default_plugin.gyp:default_plugin',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 ], 505 ],
515 } 506 }
516 ], # targets 507 ], # targets
517 } 508 }
518 509
519 # Local Variables: 510 # Local Variables:
520 # tab-width:2 511 # tab-width:2
521 # indent-tabs-mode:nil 512 # indent-tabs-mode:nil
522 # End: 513 # End:
523 # vim: set expandtab tabstop=2 shiftwidth=2: 514 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698