Chromium Code Reviews| 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. | 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. |
| 9 }, | 9 }, |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 68 'base/animation/multi_animation.cc', | 68 'base/animation/multi_animation.cc', |
| 69 'base/animation/multi_animation.h', | 69 'base/animation/multi_animation.h', |
| 70 'base/animation/slide_animation.cc', | 70 'base/animation/slide_animation.cc', |
| 71 'base/animation/slide_animation.h', | 71 'base/animation/slide_animation.h', |
| 72 'base/animation/throb_animation.cc', | 72 'base/animation/throb_animation.cc', |
| 73 'base/animation/throb_animation.h', | 73 'base/animation/throb_animation.h', |
| 74 'base/animation/tween.cc', | 74 'base/animation/tween.cc', |
| 75 'base/animation/tween.h', | 75 'base/animation/tween.h', |
| 76 'base/clipboard/clipboard.cc', | 76 'base/clipboard/clipboard.cc', |
| 77 'base/clipboard/clipboard.h', | 77 'base/clipboard/clipboard.h', |
| 78 'base/clipboard/clipboard_aura.cc', | 78 'base/clipboard/clipboard_aurax11.cc', |
| 79 'base/clipboard/clipboard_gtk.cc', | 79 'base/clipboard/clipboard_gtk.cc', |
| 80 'base/clipboard/clipboard_mac.mm', | 80 'base/clipboard/clipboard_mac.mm', |
| 81 'base/clipboard/clipboard_util_win.cc', | 81 'base/clipboard/clipboard_util_win.cc', |
| 82 'base/clipboard/clipboard_util_win.h', | 82 'base/clipboard/clipboard_util_win.h', |
| 83 'base/clipboard/clipboard_win.cc', | 83 'base/clipboard/clipboard_win.cc', |
| 84 'base/clipboard/scoped_clipboard_writer.cc', | 84 'base/clipboard/scoped_clipboard_writer.cc', |
| 85 'base/clipboard/scoped_clipboard_writer.h', | 85 'base/clipboard/scoped_clipboard_writer.h', |
| 86 'base/cocoa/base_view.h', | 86 'base/cocoa/base_view.h', |
| 87 'base/cocoa/base_view.mm', | 87 'base/cocoa/base_view.mm', |
| 88 'base/dragdrop/drag_drop_types_gtk.cc', | 88 'base/dragdrop/drag_drop_types_gtk.cc', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 389 ], | 389 ], |
| 390 'sources': [ | 390 'sources': [ |
| 391 'gfx/gtk_native_view_id_manager.cc', | 391 'gfx/gtk_native_view_id_manager.cc', |
| 392 'gfx/gtk_native_view_id_manager.h', | 392 'gfx/gtk_native_view_id_manager.h', |
| 393 'gfx/gtk_preserve_window.cc', | 393 'gfx/gtk_preserve_window.cc', |
| 394 'gfx/gtk_preserve_window.h', | 394 'gfx/gtk_preserve_window.h', |
| 395 'gfx/gtk_util.cc', | 395 'gfx/gtk_util.cc', |
| 396 'gfx/gtk_util.h', | 396 'gfx/gtk_util.h', |
| 397 ], | 397 ], |
| 398 'sources!': [ | 398 'sources!': [ |
| 399 'base/clipboard/clipboard_aura.cc', | 399 'base/clipboard/clipboard_aurax11.cc', |
| 400 ], | 400 ], |
| 401 }, { # toolkit_uses_gtk != 1 | 401 }, { # toolkit_uses_gtk != 1 |
| 402 'sources!': [ | 402 'sources!': [ |
| 403 'gfx/native_theme_gtk.cc', | 403 'gfx/native_theme_gtk.cc', |
| 404 'gfx/native_theme_gtk.h', | 404 'gfx/native_theme_gtk.h', |
| 405 ] | 405 ] |
| 406 }], | 406 }], |
| 407 ['use_wayland == 1', { | 407 ['use_wayland == 1', { |
| 408 'sources/': [ | 408 'sources/': [ |
| 409 ['exclude', '_(gtk|x)\\.cc$'], | 409 ['exclude', '_(gtk|x)\\.cc$'], |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 432 'gfx/gdi_util.cc', | 432 'gfx/gdi_util.cc', |
| 433 'gfx/gdi_util.h', | 433 'gfx/gdi_util.h', |
| 434 'gfx/icon_util.cc', | 434 'gfx/icon_util.cc', |
| 435 'gfx/icon_util.h', | 435 'gfx/icon_util.h', |
| 436 'gfx/native_theme_win.cc', | 436 'gfx/native_theme_win.cc', |
| 437 'gfx/native_theme_win.h', | 437 'gfx/native_theme_win.h', |
| 438 'gfx/win_util.cc', | 438 'gfx/win_util.cc', |
| 439 'gfx/win_util.h', | 439 'gfx/win_util.h', |
| 440 ], | 440 ], |
| 441 'sources!': [ | 441 'sources!': [ |
| 442 'base/clipboard/clipboard_aura.cc', | 442 'base/clipboard/clipboard_aurax11.cc', |
|
sky
2011/10/25 23:55:35
I think this is handled by a rul in common.gypi.
varunjain
2011/10/26 05:41:40
are you referring to build/common.gypi? the exclud
sky
2011/10/26 14:01:33
Good point. I think you should add a rule that aut
varunjain
2011/10/26 17:56:34
Done.
| |
| 443 'base/touch/touch_factory.cc', | 443 'base/touch/touch_factory.cc', |
| 444 'base/touch/touch_factory.h', | 444 'base/touch/touch_factory.h', |
| 445 'gfx/pango_util.h', | 445 'gfx/pango_util.h', |
| 446 'gfx/pango_util.cc', | 446 'gfx/pango_util.cc', |
| 447 'gfx/platform_font_pango.cc', | 447 'gfx/platform_font_pango.cc', |
| 448 'gfx/platform_font_pango.h', | 448 'gfx/platform_font_pango.h', |
| 449 ], | 449 ], |
| 450 'include_dirs': [ | 450 'include_dirs': [ |
| 451 '../', | 451 '../', |
| 452 '../third_party/wtl/include', | 452 '../third_party/wtl/include', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 623 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ | 623 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ |
| 624 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 624 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 625 ] | 625 ] |
| 626 } | 626 } |
| 627 ], | 627 ], |
| 628 }, | 628 }, |
| 629 ], | 629 ], |
| 630 }], | 630 }], |
| 631 ], | 631 ], |
| 632 } | 632 } |
| OLD | NEW |