Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: content/content_tests.gypi

Issue 585203002: Turn FileDescriptorInfo a collection class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing android build error Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 '../storage/storage_browser.gyp:storage', 760 '../storage/storage_browser.gyp:storage',
761 '../storage/storage_common.gyp:storage_common', 761 '../storage/storage_common.gyp:storage_common',
762 '../third_party/WebKit/public/blink.gyp:blink', 762 '../third_party/WebKit/public/blink.gyp:blink',
763 '../third_party/icu/icu.gyp:icui18n', 763 '../third_party/icu/icu.gyp:icui18n',
764 '../third_party/icu/icu.gyp:icuuc', 764 '../third_party/icu/icu.gyp:icuuc',
765 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 765 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
766 '../third_party/libjingle/libjingle.gyp:libjingle', 766 '../third_party/libjingle/libjingle.gyp:libjingle',
767 '../ui/gl/gl.gyp:gl', 767 '../ui/gl/gl.gyp:gl',
768 ], 768 ],
769 }], 769 }],
770 ['OS != "win"', {
771 'sources': [
772 'browser/file_descriptor_info_impl_unittest.cc',
773 ],
774 }],
770 ['enable_plugins==0', { 775 ['enable_plugins==0', {
771 'sources/': [ 776 'sources/': [
772 ['exclude', '^browser/renderer_host/pepper/'], 777 ['exclude', '^browser/renderer_host/pepper/'],
773 ['exclude', '^child/npapi/'], 778 ['exclude', '^child/npapi/'],
774 ['exclude', '^renderer/npapi/'], 779 ['exclude', '^renderer/npapi/'],
775 ['exclude', '^renderer/pepper/'], 780 ['exclude', '^renderer/pepper/'],
776 ], 781 ],
777 'sources!': [ 782 'sources!': [
778 'browser/plugin_loader_posix_unittest.cc', 783 'browser/plugin_loader_posix_unittest.cc',
779 'renderer/media/webrtc/video_destination_handler_unittest.cc', 784 'renderer/media/webrtc/video_destination_handler_unittest.cc',
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1922 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1918 }, 1923 },
1919 ], 1924 ],
1920 }], 1925 }],
1921 ], 1926 ],
1922 }, 1927 },
1923 ], 1928 ],
1924 }], 1929 }],
1925 ], 1930 ],
1926 } 1931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698