OLD | NEW |
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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'base/animation/multi_animation.cc', | 61 'base/animation/multi_animation.cc', |
62 'base/animation/multi_animation.h', | 62 'base/animation/multi_animation.h', |
63 'base/animation/slide_animation.cc', | 63 'base/animation/slide_animation.cc', |
64 'base/animation/slide_animation.h', | 64 'base/animation/slide_animation.h', |
65 'base/animation/throb_animation.cc', | 65 'base/animation/throb_animation.cc', |
66 'base/animation/throb_animation.h', | 66 'base/animation/throb_animation.h', |
67 'base/animation/tween.cc', | 67 'base/animation/tween.cc', |
68 'base/animation/tween.h', | 68 'base/animation/tween.h', |
69 'base/clipboard/clipboard.cc', | 69 'base/clipboard/clipboard.cc', |
70 'base/clipboard/clipboard.h', | 70 'base/clipboard/clipboard.h', |
71 'base/clipboard/clipboard_aura.cc', | 71 'base/clipboard/clipboard_aurax11.cc', |
72 'base/clipboard/clipboard_gtk.cc', | 72 'base/clipboard/clipboard_gtk.cc', |
73 'base/clipboard/clipboard_mac.mm', | 73 'base/clipboard/clipboard_mac.mm', |
74 'base/clipboard/clipboard_util_win.cc', | 74 'base/clipboard/clipboard_util_win.cc', |
75 'base/clipboard/clipboard_util_win.h', | 75 'base/clipboard/clipboard_util_win.h', |
76 'base/clipboard/clipboard_win.cc', | 76 'base/clipboard/clipboard_win.cc', |
77 'base/clipboard/scoped_clipboard_writer.cc', | 77 'base/clipboard/scoped_clipboard_writer.cc', |
78 'base/clipboard/scoped_clipboard_writer.h', | 78 'base/clipboard/scoped_clipboard_writer.h', |
79 'base/cocoa/base_view.h', | 79 'base/cocoa/base_view.h', |
80 'base/cocoa/base_view.mm', | 80 'base/cocoa/base_view.mm', |
81 'base/dragdrop/drag_drop_types_gtk.cc', | 81 'base/dragdrop/drag_drop_types_gtk.cc', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 '../build/linux/system.gyp:gtk', | 381 '../build/linux/system.gyp:gtk', |
382 ], | 382 ], |
383 'sources': [ | 383 'sources': [ |
384 'gfx/gtk_native_view_id_manager.cc', | 384 'gfx/gtk_native_view_id_manager.cc', |
385 'gfx/gtk_native_view_id_manager.h', | 385 'gfx/gtk_native_view_id_manager.h', |
386 'gfx/gtk_preserve_window.cc', | 386 'gfx/gtk_preserve_window.cc', |
387 'gfx/gtk_preserve_window.h', | 387 'gfx/gtk_preserve_window.h', |
388 'gfx/gtk_util.cc', | 388 'gfx/gtk_util.cc', |
389 'gfx/gtk_util.h', | 389 'gfx/gtk_util.h', |
390 ], | 390 ], |
391 'sources!': [ | |
392 'base/clipboard/clipboard_aura.cc', | |
393 ], | |
394 }, { # toolkit_uses_gtk != 1 | 391 }, { # toolkit_uses_gtk != 1 |
395 'sources!': [ | 392 'sources!': [ |
396 'gfx/native_theme_gtk.cc', | 393 'gfx/native_theme_gtk.cc', |
397 'gfx/native_theme_gtk.h', | 394 'gfx/native_theme_gtk.h', |
398 ] | 395 ] |
399 }], | 396 }], |
400 ['use_wayland == 1', { | 397 ['use_wayland == 1', { |
401 'sources/': [ | 398 'sources/': [ |
402 ['exclude', '_(gtk|x)\\.cc$'], | 399 ['exclude', '_(gtk|x)\\.cc$'], |
403 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], | 400 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], |
(...skipping 21 matching lines...) Expand all Loading... |
425 'gfx/gdi_util.cc', | 422 'gfx/gdi_util.cc', |
426 'gfx/gdi_util.h', | 423 'gfx/gdi_util.h', |
427 'gfx/icon_util.cc', | 424 'gfx/icon_util.cc', |
428 'gfx/icon_util.h', | 425 'gfx/icon_util.h', |
429 'gfx/native_theme_win.cc', | 426 'gfx/native_theme_win.cc', |
430 'gfx/native_theme_win.h', | 427 'gfx/native_theme_win.h', |
431 'gfx/win_util.cc', | 428 'gfx/win_util.cc', |
432 'gfx/win_util.h', | 429 'gfx/win_util.h', |
433 ], | 430 ], |
434 'sources!': [ | 431 'sources!': [ |
435 'base/clipboard/clipboard_aura.cc', | |
436 'base/touch/touch_factory.cc', | 432 'base/touch/touch_factory.cc', |
437 'base/touch/touch_factory.h', | 433 'base/touch/touch_factory.h', |
438 'gfx/pango_util.h', | 434 'gfx/pango_util.h', |
439 'gfx/pango_util.cc', | 435 'gfx/pango_util.cc', |
440 'gfx/platform_font_pango.cc', | 436 'gfx/platform_font_pango.cc', |
441 'gfx/platform_font_pango.h', | 437 'gfx/platform_font_pango.h', |
442 ], | 438 ], |
443 'include_dirs': [ | 439 'include_dirs': [ |
444 '../', | 440 '../', |
445 '../third_party/wtl/include', | 441 '../third_party/wtl/include', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 607 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
612 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 608 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
613 ] | 609 ] |
614 } | 610 } |
615 ], | 611 ], |
616 }, | 612 }, |
617 ], | 613 ], |
618 }], | 614 }], |
619 ], | 615 ], |
620 } | 616 } |
OLD | NEW |