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

Side by Side Diff: media/media.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 | « chrome_frame/chrome_frame.gyp ('k') | media/tools/player_wtl/player_wtl.rc » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'player_x11_renderer%': 'x11', 8 'player_x11_renderer%': 'x11',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 ['OS=="win"', { 328 ['OS=="win"', {
329 'targets': [ 329 'targets': [
330 { 330 {
331 'target_name': 'player_wtl', 331 'target_name': 'player_wtl',
332 'type': 'executable', 332 'type': 'executable',
333 'dependencies': [ 333 'dependencies': [
334 'media', 334 'media',
335 '../base/base.gyp:base', 335 '../base/base.gyp:base',
336 ], 336 ],
337 'include_dirs': [ 337 'include_dirs': [
338 '../chrome/third_party/wtl/include', 338 '<(DEPTH)/third_party/wtl/include',
339 ], 339 ],
340 'sources': [ 340 'sources': [
341 'tools/player_wtl/list.h', 341 'tools/player_wtl/list.h',
342 'tools/player_wtl/mainfrm.h', 342 'tools/player_wtl/mainfrm.h',
343 'tools/player_wtl/movie.cc', 343 'tools/player_wtl/movie.cc',
344 'tools/player_wtl/movie.h', 344 'tools/player_wtl/movie.h',
345 'tools/player_wtl/player_wtl.cc', 345 'tools/player_wtl/player_wtl.cc',
346 'tools/player_wtl/player_wtl.rc', 346 'tools/player_wtl/player_wtl.rc',
347 'tools/player_wtl/props.h', 347 'tools/player_wtl/props.h',
348 'tools/player_wtl/seek.h', 348 'tools/player_wtl/seek.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 ], 422 ],
423 }], 423 }],
424 ], 424 ],
425 } 425 }
426 426
427 # Local Variables: 427 # Local Variables:
428 # tab-width:2 428 # tab-width:2
429 # indent-tabs-mode:nil 429 # indent-tabs-mode:nil
430 # End: 430 # End:
431 # vim: set expandtab tabstop=2 shiftwidth=2: 431 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | media/tools/player_wtl/player_wtl.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698