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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 10544099: Refactor all accessibility code out of webkit/glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More Mac compile errors Created 8 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webaccessibility.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'resource_fetcher.cc', 381 'resource_fetcher.cc',
382 'resource_fetcher.h', 382 'resource_fetcher.h',
383 'resource_loader_bridge.cc', 383 'resource_loader_bridge.cc',
384 'resource_loader_bridge.h', 384 'resource_loader_bridge.h',
385 'resource_type.cc', 385 'resource_type.cc',
386 'resource_type.h', 386 'resource_type.h',
387 'scoped_clipboard_writer_glue.cc', 387 'scoped_clipboard_writer_glue.cc',
388 'scoped_clipboard_writer_glue.h', 388 'scoped_clipboard_writer_glue.h',
389 'simple_webmimeregistry_impl.cc', 389 'simple_webmimeregistry_impl.cc',
390 'simple_webmimeregistry_impl.h', 390 'simple_webmimeregistry_impl.h',
391 'webaccessibility.cc',
392 'webaccessibility.h',
393 'webclipboard_impl.cc', 391 'webclipboard_impl.cc',
394 'webclipboard_impl.h', 392 'webclipboard_impl.h',
395 'webcookie.cc', 393 'webcookie.cc',
396 'webcookie.h', 394 'webcookie.h',
397 'webcursor.cc', 395 'webcursor.cc',
398 'webcursor.h', 396 'webcursor.h',
399 'webcursor_android.cc', 397 'webcursor_android.cc',
400 'webcursor_aura.cc', 398 'webcursor_aura.cc',
401 'webcursor_aurawin.cc', 399 'webcursor_aurawin.cc',
402 'webcursor_aurax11.cc', 400 'webcursor_aurax11.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 }, 558 },
561 'includes': [ '../../build/grit_action.gypi' ], 559 'includes': [ '../../build/grit_action.gypi' ],
562 }, 560 },
563 ], 561 ],
564 'includes': [ '../../build/grit_target.gypi' ], 562 'includes': [ '../../build/grit_target.gypi' ],
565 }, 563 },
566 ], 564 ],
567 }], 565 }],
568 ], 566 ],
569 } 567 }
OLDNEW
« no previous file with comments | « webkit/glue/webaccessibility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698