| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 ], | 577 ], |
| 578 }], | 578 }], |
| 579 ['OS=="mac"', { | 579 ['OS=="mac"', { |
| 580 # These flags are needed to run the test on Mac. | 580 # These flags are needed to run the test on Mac. |
| 581 # Search for comments about "xcode_settings" in chrome_tests.gypi. | 581 # Search for comments about "xcode_settings" in chrome_tests.gypi. |
| 582 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 582 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 583 }], | 583 }], |
| 584 ['chromeos==1', { | 584 ['chromeos==1', { |
| 585 'sources/': [ | 585 'sources/': [ |
| 586 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], | 586 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], |
| 587 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest.
cc'], |
| 587 ], | 588 ], |
| 588 }], | 589 }], |
| 589 ['use_aura==1', { | 590 ['use_aura==1', { |
| 590 'dependencies': [ | 591 'dependencies': [ |
| 591 '../ui/aura/aura.gyp:aura', | 592 '../ui/aura/aura.gyp:aura', |
| 592 ], | 593 ], |
| 593 'sources!': [ | 594 'sources!': [ |
| 594 'browser/accessibility/browser_accessibility_win_unittest.cc', | 595 'browser/accessibility/browser_accessibility_win_unittest.cc', |
| 595 ], | 596 ], |
| 596 }], | 597 }], |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 'resource_dir': '../res', | 953 'resource_dir': '../res', |
| 953 'additional_src_dirs': ['../content/public/android/javatests/'], | 954 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 954 'is_test_apk': 1, | 955 'is_test_apk': 1, |
| 955 }, | 956 }, |
| 956 'includes': [ '../build/java_apk.gypi' ], | 957 'includes': [ '../build/java_apk.gypi' ], |
| 957 }, | 958 }, |
| 958 ], | 959 ], |
| 959 }], | 960 }], |
| 960 ], | 961 ], |
| 961 } | 962 } |
| OLD | NEW |