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 699001: Move wtl from chrome/third_party to third_party/. This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/tools/test_shell/test_shell.gypi ('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) 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/WebKit/chromium/WebKit.gypi', 8 '../third_party/WebKit/WebKit/chromium/WebKit.gypi',
9 '../third_party/WebKit/WebCore/WebCore.gypi', 9 '../third_party/WebKit/WebCore/WebCore.gypi',
10 'support/webkit_support.gypi', 10 'support/webkit_support.gypi',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'sources!': [ 422 'sources!': [
423 # These files are Windows-only now but may be ported to other 423 # These files are Windows-only now but may be ported to other
424 # platforms. 424 # platforms.
425 'glue/webaccessibility.cc', 425 'glue/webaccessibility.cc',
426 'glue/webaccessibility.h', 426 'glue/webaccessibility.h',
427 'glue/webthemeengine_impl_win.cc', 427 'glue/webthemeengine_impl_win.cc',
428 ], 428 ],
429 }, { # else: OS=="win" 429 }, { # else: OS=="win"
430 'sources/': [['exclude', '_posix\\.cc$']], 430 'sources/': [['exclude', '_posix\\.cc$']],
431 'include_dirs': [ 431 'include_dirs': [
432 '../chrome/third_party/wtl/include', 432 '<(DEPTH)/third_party/wtl/include',
433 ], 433 ],
434 'dependencies': [ 434 'dependencies': [
435 '../build/win/system.gyp:cygwin', 435 '../build/win/system.gyp:cygwin',
436 'default_plugin/default_plugin.gyp:default_plugin', 436 'default_plugin/default_plugin.gyp:default_plugin',
437 ], 437 ],
438 'sources!': [ 438 'sources!': [
439 'glue/plugins/plugin_stubs.cc', 439 'glue/plugins/plugin_stubs.cc',
440 ], 440 ],
441 }], 441 }],
442 ], 442 ],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 527 ],
528 }, 528 },
529 ], # targets 529 ], # targets
530 } 530 }
531 531
532 # Local Variables: 532 # Local Variables:
533 # tab-width:2 533 # tab-width:2
534 # indent-tabs-mode:nil 534 # indent-tabs-mode:nil
535 # End: 535 # End:
536 # vim: set expandtab tabstop=2 shiftwidth=2: 536 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698