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

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

Issue 8591030: Move clipboard-related webkit_glue embedder functions into a ClipboardClient interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'password_form.cc', 366 'password_form.cc',
367 'password_form.h', 367 'password_form.h',
368 'password_form_dom_manager.cc', 368 'password_form_dom_manager.cc',
369 'password_form_dom_manager.h', 369 'password_form_dom_manager.h',
370 'resource_fetcher.cc', 370 'resource_fetcher.cc',
371 'resource_fetcher.h', 371 'resource_fetcher.h',
372 'resource_loader_bridge.cc', 372 'resource_loader_bridge.cc',
373 'resource_loader_bridge.h', 373 'resource_loader_bridge.h',
374 'resource_type.cc', 374 'resource_type.cc',
375 'resource_type.h', 375 'resource_type.h',
376 'scoped_clipboard_writer_glue.cc',
376 'scoped_clipboard_writer_glue.h', 377 'scoped_clipboard_writer_glue.h',
377 'simple_webmimeregistry_impl.cc', 378 'simple_webmimeregistry_impl.cc',
378 'simple_webmimeregistry_impl.h', 379 'simple_webmimeregistry_impl.h',
379 'webaccessibility.cc', 380 'webaccessibility.cc',
380 'webaccessibility.h', 381 'webaccessibility.h',
381 'webclipboard_impl.cc', 382 'webclipboard_impl.cc',
382 'webclipboard_impl.h', 383 'webclipboard_impl.h',
383 'webcookie.cc', 384 'webcookie.cc',
384 'webcookie.h', 385 'webcookie.h',
385 'webcursor.cc', 386 'webcursor.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 }, 540 },
540 'includes': [ '../../build/grit_action.gypi' ], 541 'includes': [ '../../build/grit_action.gypi' ],
541 }, 542 },
542 ], 543 ],
543 'includes': [ '../../build/grit_target.gypi' ], 544 'includes': [ '../../build/grit_target.gypi' ],
544 }, 545 },
545 ], 546 ],
546 }], 547 }],
547 ], 548 ],
548 } 549 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698