| 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'browser/ui/views/menu_item_view_test.cc', | 575 'browser/ui/views/menu_item_view_test.cc', |
| 576 'browser/ui/views/menu_model_adapter_test.cc', | 576 'browser/ui/views/menu_model_adapter_test.cc', |
| 577 'browser/ui/views/tabs/tab_dragging_test.cc', | 577 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 578 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 578 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
| 579 'test/base/view_event_test_base.cc', | 579 'test/base/view_event_test_base.cc', |
| 580 'test/base/view_event_test_base.h', | 580 'test/base/view_event_test_base.h', |
| 581 ], | 581 ], |
| 582 # See comment about the same line in chrome/chrome_tests.gypi. | 582 # See comment about the same line in chrome/chrome_tests.gypi. |
| 583 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 583 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 584 }], # OS=="mac" | 584 }], # OS=="mac" |
| 585 ['notifications==0', { |
| 586 'sources/': [ |
| 587 ['exclude', '^browser/notifications/'], |
| 588 ], |
| 589 }], |
| 585 ['toolkit_views==1', { | 590 ['toolkit_views==1', { |
| 586 'dependencies': [ | 591 'dependencies': [ |
| 587 '../views/views.gyp:views', | 592 '../views/views.gyp:views', |
| 588 ], | 593 ], |
| 589 }], | 594 }], |
| 590 ['OS=="win"', { | 595 ['OS=="win"', { |
| 591 'include_dirs': [ | 596 'include_dirs': [ |
| 592 '../third_party/wtl/include', | 597 '../third_party/wtl/include', |
| 593 ], | 598 ], |
| 594 'dependencies': [ | 599 'dependencies': [ |
| (...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1955 ], | 1960 ], |
| 1956 'sources/': [ | 1961 'sources/': [ |
| 1957 ['exclude', '^browser/policy/'], | 1962 ['exclude', '^browser/policy/'], |
| 1958 ], | 1963 ], |
| 1959 }], | 1964 }], |
| 1960 ['input_speech==0', { | 1965 ['input_speech==0', { |
| 1961 'sources/': [ | 1966 'sources/': [ |
| 1962 ['exclude', '^browser/speech/'], | 1967 ['exclude', '^browser/speech/'], |
| 1963 ], | 1968 ], |
| 1964 }], | 1969 }], |
| 1970 ['notifications==0', { |
| 1971 'sources/': [ |
| 1972 ['exclude', '^browser/notifications/'], |
| 1973 ], |
| 1974 }], |
| 1965 ['safe_browsing==1', { | 1975 ['safe_browsing==1', { |
| 1966 'defines': [ | 1976 'defines': [ |
| 1967 'ENABLE_SAFE_BROWSING', | 1977 'ENABLE_SAFE_BROWSING', |
| 1968 ], | 1978 ], |
| 1969 }, { # safe_browsing == 0 | 1979 }, { # safe_browsing == 0 |
| 1970 'sources!': [ | 1980 'sources!': [ |
| 1971 'browser/download/download_safe_browsing_client_unittest.cc', | 1981 'browser/download/download_safe_browsing_client_unittest.cc', |
| 1972 ], | 1982 ], |
| 1973 'sources/': [ | 1983 'sources/': [ |
| 1974 ['exclude', '^browser/safe_browsing/'], | 1984 ['exclude', '^browser/safe_browsing/'], |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2652 'sources/': [ | 2662 'sources/': [ |
| 2653 ['exclude', '^browser/policy/'], | 2663 ['exclude', '^browser/policy/'], |
| 2654 ], | 2664 ], |
| 2655 }], | 2665 }], |
| 2656 ['input_speech==0', { | 2666 ['input_speech==0', { |
| 2657 'sources/': [ | 2667 'sources/': [ |
| 2658 ['exclude', '^browser/speech/'], | 2668 ['exclude', '^browser/speech/'], |
| 2659 ['exclude', '^../content/browser/speech/'], | 2669 ['exclude', '^../content/browser/speech/'], |
| 2660 ], | 2670 ], |
| 2661 }], | 2671 }], |
| 2672 ['notifications==0', { |
| 2673 'sources!': [ |
| 2674 'browser/extensions/notifications_apitest.cc', |
| 2675 ], |
| 2676 }], |
| 2662 ['safe_browsing==1', { | 2677 ['safe_browsing==1', { |
| 2663 'defines': [ | 2678 'defines': [ |
| 2664 'ENABLE_SAFE_BROWSING', | 2679 'ENABLE_SAFE_BROWSING', |
| 2665 ], | 2680 ], |
| 2666 }, { # safe_browsing == 0 | 2681 }, { # safe_browsing == 0 |
| 2667 'sources/': [ | 2682 'sources/': [ |
| 2668 ['exclude', '^browser/safe_browsing/'], | 2683 ['exclude', '^browser/safe_browsing/'], |
| 2669 ['exclude', '^renderer/safe_browsing/'], | 2684 ['exclude', '^renderer/safe_browsing/'], |
| 2670 ], | 2685 ], |
| 2671 }], | 2686 }], |
| (...skipping 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4100 # Use outputs of this action as inputs for the main target build. | 4115 # Use outputs of this action as inputs for the main target build. |
| 4101 # Seems as a misnomer but makes this happy on Linux (scons). | 4116 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4102 'process_outputs_as_sources': 1, | 4117 'process_outputs_as_sources': 1, |
| 4103 }, | 4118 }, |
| 4104 ], # 'actions' | 4119 ], # 'actions' |
| 4105 }, | 4120 }, |
| 4106 ] | 4121 ] |
| 4107 }], # 'coverage!=0' | 4122 }], # 'coverage!=0' |
| 4108 ], # 'conditions' | 4123 ], # 'conditions' |
| 4109 } | 4124 } |
| OLD | NEW |