| 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 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 | 601 |
| 602 # TODO(GYP): Verify that this is no longer needed. | 602 # TODO(GYP): Verify that this is no longer needed. |
| 603 '../third_party/smhasher/smhasher.gyp:pmurhash', | 603 '../third_party/smhasher/smhasher.gyp:pmurhash', |
| 604 | 604 |
| 605 # TODO(GYP): This will be pulled in automatically when enable_webrtc
==true. | 605 # TODO(GYP): This will be pulled in automatically when enable_webrtc
==true. |
| 606 # For now pull it in manually so that it doesn't regress. | 606 # For now pull it in manually so that it doesn't regress. |
| 607 '../third_party/usrsctp/usrsctp.gyp:usrsctplib', | 607 '../third_party/usrsctp/usrsctp.gyp:usrsctplib', |
| 608 | 608 |
| 609 '../tools/gn/gn.gyp:gn', | 609 '../tools/gn/gn.gyp:gn', |
| 610 '../tools/gn/gn.gyp:gn_unittests', | 610 '../tools/gn/gn.gyp:gn_unittests', |
| 611 '../tools/imagediff/image_diff.gyp:image_diff#host', | |
| 612 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 611 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
| 613 '../ui/app_list/app_list.gyp:app_list_unittests', | 612 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 614 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 613 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 615 '../ui/display/display.gyp:display_unittests', | 614 '../ui/display/display.gyp:display_unittests', |
| 616 '../ui/events/events.gyp:events_unittests', | 615 '../ui/events/events.gyp:events_unittests', |
| 617 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 616 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 618 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 617 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 619 '../url/url.gyp:url_unittests', | 618 '../url/url.gyp:url_unittests', |
| 620 ], | 619 ], |
| 621 'conditions': [ | 620 'conditions': [ |
| 622 ['OS!="win"', { | 621 ['OS!="win"', { |
| 623 'dependencies': [ | 622 'dependencies': [ |
| 624 '../breakpad/breakpad.gyp:symupload#host', | 623 '../breakpad/breakpad.gyp:symupload', |
| 625 ], | 624 ], |
| 626 }], | 625 }], |
| 627 ['use_x11==1', { | 626 ['use_x11==1', { |
| 628 'dependencies': [ | 627 'dependencies': [ |
| 629 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 628 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 630 ], | 629 ], |
| 631 }], | 630 }], |
| 632 ['toolkit_views==1', { | 631 ['toolkit_views==1', { |
| 633 'dependencies': [ | 632 'dependencies': [ |
| 634 '../ui/views/views.gyp:views_unittests', | 633 '../ui/views/views.gyp:views_unittests', |
| (...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1474 'dependencies': [ | 1473 'dependencies': [ |
| 1475 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1474 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1476 '../ui/views/views.gyp:views', | 1475 '../ui/views/views.gyp:views', |
| 1477 '../ui/views/views.gyp:views_unittests', | 1476 '../ui/views/views.gyp:views_unittests', |
| 1478 ], | 1477 ], |
| 1479 }, # target_name: macviews_builder | 1478 }, # target_name: macviews_builder |
| 1480 ], # targets | 1479 ], # targets |
| 1481 }], # os=='mac' and toolkit_views==1 | 1480 }], # os=='mac' and toolkit_views==1 |
| 1482 ], # conditions | 1481 ], # conditions |
| 1483 } | 1482 } |
| OLD | NEW |