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

Side by Side Diff: views/views.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 | « tools/memory_watcher/memory_watcher.gyp ('k') | webkit/default_plugin/default_plugin.gyp » ('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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'window/window.h', 291 'window/window.h',
292 'window/window_delegate.h', 292 'window/window_delegate.h',
293 'window/window_delegate.cc', 293 'window/window_delegate.cc',
294 'window/window_resources.h', 294 'window/window_resources.h',
295 'window/window_gtk.cc', 295 'window/window_gtk.cc',
296 'window/window_gtk.h', 296 'window/window_gtk.h',
297 'window/window_win.cc', 297 'window/window_win.cc',
298 'window/window_win.h', 298 'window/window_win.h',
299 ], 299 ],
300 'include_dirs': [ 300 'include_dirs': [
301 '../chrome/third_party/wtl/include', 301 '<(DEPTH)/third_party/wtl/include',
302 ], 302 ],
303 'conditions': [ 303 'conditions': [
304 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 304 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
305 'dependencies': [ 305 'dependencies': [
306 '../build/linux/system.gyp:gtk', 306 '../build/linux/system.gyp:gtk',
307 '../build/linux/system.gyp:x11', 307 '../build/linux/system.gyp:x11',
308 ], 308 ],
309 'sources!': [ 309 'sources!': [
310 'accessibility/accessible_wrapper.cc', 310 'accessibility/accessible_wrapper.cc',
311 'accessibility/view_accessibility.cc', 311 'accessibility/view_accessibility.cc',
(...skipping 21 matching lines...) Expand all
333 '__STD_C', 333 '__STD_C',
334 '_CRT_SECURE_NO_DEPRECATE', 334 '_CRT_SECURE_NO_DEPRECATE',
335 '_SCL_SECURE_NO_DEPRECATE', 335 '_SCL_SECURE_NO_DEPRECATE',
336 ], 336 ],
337 'sources!': [ 337 'sources!': [
338 'controls/slider/slider.cc', 338 'controls/slider/slider.cc',
339 'controls/slider/slider.h', 339 'controls/slider/slider.h',
340 'controls/slider/native_slider_wrapper.h', 340 'controls/slider/native_slider_wrapper.h',
341 ], 341 ],
342 'include_dirs': [ 342 'include_dirs': [
343 # TODO(beng): move wtl to src/third_party 343 '<(DEPTH)/third_party/wtl/include',
344 '../chrome/third_party/wtl/include',
345 ], 344 ],
346 }], 345 }],
347 ], 346 ],
348 }, 347 },
349 { 348 {
350 'target_name': 'view_examples', 349 'target_name': 'view_examples',
351 'type': 'executable', 350 'type': 'executable',
352 'dependencies': [ 351 'dependencies': [
353 '../base/base.gyp:base', 352 '../base/base.gyp:base',
354 '../skia/skia.gyp:skia', 353 '../skia/skia.gyp:skia',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 ], 391 ],
393 }], 392 }],
394 ['OS=="win"', { 393 ['OS=="win"', {
395 'link_settings': { 394 'link_settings': {
396 'libraries': [ 395 'libraries': [
397 '-limm32.lib', 396 '-limm32.lib',
398 '-loleacc.lib', 397 '-loleacc.lib',
399 ] 398 ]
400 }, 399 },
401 'include_dirs': [ 400 'include_dirs': [
402 '../chrome/third_party/wtl/include', 401 '<(DEPTH)/third_party/wtl/include',
403 ], 402 ],
404 }], 403 }],
405 ], 404 ],
406 }, 405 },
407 ], 406 ],
408 } 407 }
409 408
410 # Local Variables: 409 # Local Variables:
411 # tab-width:2 410 # tab-width:2
412 # indent-tabs-mode:nil 411 # indent-tabs-mode:nil
413 # End: 412 # End:
414 # vim: set expandtab tabstop=2 shiftwidth=2: 413 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « tools/memory_watcher/memory_watcher.gyp ('k') | webkit/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698