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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 ], | 471 ], |
472 }, | 472 }, |
473 },{ # OS!="win" | 473 },{ # OS!="win" |
474 'sources!': [ | 474 'sources!': [ |
475 'base/dragdrop/drag_source.cc', | 475 'base/dragdrop/drag_source.cc', |
476 'base/dragdrop/drag_source.h', | 476 'base/dragdrop/drag_source.h', |
477 'base/dragdrop/drag_drop_types.h', | 477 'base/dragdrop/drag_drop_types.h', |
478 'base/dragdrop/drop_target.cc', | 478 'base/dragdrop/drop_target.cc', |
479 'base/dragdrop/drop_target.h', | 479 'base/dragdrop/drop_target.h', |
480 'base/dragdrop/os_exchange_data.cc', | 480 'base/dragdrop/os_exchange_data.cc', |
481 'base/view_prop.cc', | |
482 'base/view_prop.h', | |
483 'gfx/native_theme_win.cc', | 481 'gfx/native_theme_win.cc', |
484 'gfx/native_theme_win.h', | 482 'gfx/native_theme_win.h', |
485 ], | 483 ], |
486 'sources/': [ | 484 'sources/': [ |
487 ['exclude', '^base/win/*'], | 485 ['exclude', '^base/win/*'], |
488 ], | 486 ], |
489 }], | 487 }], |
490 ['OS=="mac"', { | 488 ['OS=="mac"', { |
491 'sources!': [ | 489 'sources!': [ |
492 'base/touch/touch_factory.cc', | 490 'base/touch/touch_factory.cc', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 'gfx/native_theme_gtk.h', | 532 'gfx/native_theme_gtk.h', |
535 ] | 533 ] |
536 }, { # chromeos != 1 | 534 }, { # chromeos != 1 |
537 'sources!': [ | 535 'sources!': [ |
538 'gfx/native_theme_chromeos.cc', | 536 'gfx/native_theme_chromeos.cc', |
539 'gfx/native_theme_chromeos.h', | 537 'gfx/native_theme_chromeos.h', |
540 ] | 538 ] |
541 }], | 539 }], |
542 ['toolkit_views==0', { | 540 ['toolkit_views==0', { |
543 'sources!': [ | 541 'sources!': [ |
| 542 'base/view_prop.cc', |
| 543 'base/view_prop.h', |
544 'gfx/render_text.cc', | 544 'gfx/render_text.cc', |
545 'gfx/render_text.h', | 545 'gfx/render_text.h', |
546 'gfx/render_text_linux.cc', | 546 'gfx/render_text_linux.cc', |
547 'gfx/render_text_linux.h', | 547 'gfx/render_text_linux.h', |
548 'gfx/render_text_win.cc', | 548 'gfx/render_text_win.cc', |
549 'gfx/render_text_win.h', | 549 'gfx/render_text_win.h', |
550 ], | 550 ], |
551 }], | 551 }], |
552 ['OS=="android"', { | 552 ['OS=="android"', { |
553 'sources!': [ | 553 'sources!': [ |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 614 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
615 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 615 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
616 ] | 616 ] |
617 } | 617 } |
618 ], | 618 ], |
619 }, | 619 }, |
620 ], | 620 ], |
621 }], | 621 }], |
622 ], | 622 ], |
623 } | 623 } |
OLD | NEW |