| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 ], | 510 ], |
| 511 }, { | 511 }, { |
| 512 # Note: because of gyp predence rules this has to be defined as | 512 # Note: because of gyp predence rules this has to be defined as |
| 513 # 'sources/' rather than 'sources!'. | 513 # 'sources/' rather than 'sources!'. |
| 514 'sources/': [ | 514 'sources/': [ |
| 515 ['include', '^base/dragdrop/os_exchange_data.cc'], | 515 ['include', '^base/dragdrop/os_exchange_data.cc'], |
| 516 ], | 516 ], |
| 517 }], | 517 }], |
| 518 ], | 518 ], |
| 519 }], | 519 }], |
| 520 ['enable_dip==1', { | |
| 521 'sources': [ | |
| 522 'gfx/insets_f.cc', | |
| 523 'gfx/insets_f.h', | |
| 524 'gfx/point_f.cc', | |
| 525 'gfx/point_f.h', | |
| 526 'gfx/rect_f.cc', | |
| 527 'gfx/rect_f.h', | |
| 528 'gfx/size_f.cc', | |
| 529 'gfx/size_f.h', | |
| 530 ], | |
| 531 }], | |
| 532 ['toolkit_uses_gtk == 1', { | 520 ['toolkit_uses_gtk == 1', { |
| 533 'dependencies': [ | 521 'dependencies': [ |
| 534 '../build/linux/system.gyp:gtk', | 522 '../build/linux/system.gyp:gtk', |
| 535 ], | 523 ], |
| 536 'sources': [ | 524 'sources': [ |
| 537 'gfx/gtk_native_view_id_manager.cc', | 525 'gfx/gtk_native_view_id_manager.cc', |
| 538 'gfx/gtk_native_view_id_manager.h', | 526 'gfx/gtk_native_view_id_manager.h', |
| 539 'gfx/gtk_preserve_window.cc', | 527 'gfx/gtk_preserve_window.cc', |
| 540 'gfx/gtk_preserve_window.h', | 528 'gfx/gtk_preserve_window.h', |
| 541 'gfx/gtk_util.cc', | 529 'gfx/gtk_util.cc', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 729 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 742 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 730 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 743 ] | 731 ] |
| 744 } | 732 } |
| 745 ], | 733 ], |
| 746 }, | 734 }, |
| 747 ], | 735 ], |
| 748 }], | 736 }], |
| 749 ], | 737 ], |
| 750 } | 738 } |
| OLD | NEW |