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

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

Issue 8095016: Additional build fixes for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing file Created 9 years, 2 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
« webkit/glue/webcursor_x11.cc ('K') | « webkit/glue/webcursor_x11.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) 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'webclipboard_impl.cc', 385 'webclipboard_impl.cc',
386 'webclipboard_impl.h', 386 'webclipboard_impl.h',
387 'webcookie.cc', 387 'webcookie.cc',
388 'webcookie.h', 388 'webcookie.h',
389 'webcursor.cc', 389 'webcursor.cc',
390 'webcursor.h', 390 'webcursor.h',
391 'webcursor_gtk.cc', 391 'webcursor_gtk.cc',
392 'webcursor_gtk_data.h', 392 'webcursor_gtk_data.h',
393 'webcursor_mac.mm', 393 'webcursor_mac.mm',
394 'webcursor_win.cc', 394 'webcursor_win.cc',
395 'webcursor_x11.cc',
395 'webdropdata.cc', 396 'webdropdata.cc',
396 'webdropdata_win.cc', 397 'webdropdata_win.cc',
397 'webdropdata.h', 398 'webdropdata.h',
398 'webfileutilities_impl.cc', 399 'webfileutilities_impl.cc',
399 'webfileutilities_impl.h', 400 'webfileutilities_impl.h',
400 'webkit_constants.h', 401 'webkit_constants.h',
401 'webkit_glue.cc', 402 'webkit_glue.cc',
402 'webkit_glue.h', 403 'webkit_glue.h',
403 'webkitplatformsupport_impl.cc', 404 'webkitplatformsupport_impl.cc',
404 'webkitplatformsupport_impl.h', 405 'webkitplatformsupport_impl.h',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 }, 547 },
547 'includes': [ '../../build/grit_action.gypi' ], 548 'includes': [ '../../build/grit_action.gypi' ],
548 }, 549 },
549 ], 550 ],
550 'includes': [ '../../build/grit_target.gypi' ], 551 'includes': [ '../../build/grit_target.gypi' ],
551 }, 552 },
552 ], 553 ],
553 }], 554 }],
554 ], 555 ],
555 } 556 }
OLDNEW
« webkit/glue/webcursor_x11.cc ('K') | « webkit/glue/webcursor_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698