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

Side by Side Diff: content/content_tests.gypi

Issue 22723004: Get rid of webkit/plugins/plugin_constants.* and move them to content/public/common/content_constan… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/content_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '../jingle/jingle.gyp:jingle_glue_test_util', 579 '../jingle/jingle.gyp:jingle_glue_test_util',
580 '../media/media.gyp:shared_memory_support', 580 '../media/media.gyp:shared_memory_support',
581 '../third_party/WebKit/public/blink.gyp:blink', 581 '../third_party/WebKit/public/blink.gyp:blink',
582 '../third_party/icu/icu.gyp:icui18n', 582 '../third_party/icu/icu.gyp:icui18n',
583 '../third_party/icu/icu.gyp:icuuc', 583 '../third_party/icu/icu.gyp:icuuc',
584 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 584 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
585 '../third_party/libjingle/libjingle.gyp:libjingle', 585 '../third_party/libjingle/libjingle.gyp:libjingle',
586 '../ui/gl/gl.gyp:gl', 586 '../ui/gl/gl.gyp:gl',
587 '../v8/tools/gyp/v8.gyp:v8', 587 '../v8/tools/gyp/v8.gyp:v8',
588 '../webkit/common/webkit_common.gyp:webkit_common', 588 '../webkit/common/webkit_common.gyp:webkit_common',
589 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
590 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 589 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
591 '../webkit/storage_browser.gyp:webkit_storage_browser', 590 '../webkit/storage_browser.gyp:webkit_storage_browser',
592 '../webkit/storage_common.gyp:webkit_storage_common', 591 '../webkit/storage_common.gyp:webkit_storage_common',
593 '../webkit/storage_renderer.gyp:webkit_storage_renderer', 592 '../webkit/storage_renderer.gyp:webkit_storage_renderer',
594 '../webkit/support/webkit_support.gyp:glue', 593 '../webkit/support/webkit_support.gyp:glue',
595 '../webkit/support/webkit_support.gyp:glue_child', 594 '../webkit/support/webkit_support.gyp:glue_child',
596 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
597 ], 595 ],
598 }], 596 }],
599 ['enable_plugins==0', { 597 ['enable_plugins==0', {
600 'sources/': [ 598 'sources/': [
601 ['exclude', '^browser/renderer_host/pepper/'], 599 ['exclude', '^browser/renderer_host/pepper/'],
602 ['exclude', '^child/npapi/'], 600 ['exclude', '^child/npapi/'],
603 ['exclude', '^renderer/npapi/'], 601 ['exclude', '^renderer/npapi/'],
604 ['exclude', '^renderer/pepper/'], 602 ['exclude', '^renderer/pepper/'],
605 ], 603 ],
606 'sources!': [ 604 'sources!': [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 '../testing/gtest.gyp:gtest', 766 '../testing/gtest.gyp:gtest',
769 '../third_party/mesa/mesa.gyp:osmesa', 767 '../third_party/mesa/mesa.gyp:osmesa',
770 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 768 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
771 '../ui/gl/gl.gyp:gl', 769 '../ui/gl/gl.gyp:gl',
772 '../ui/snapshot/snapshot.gyp:snapshot', 770 '../ui/snapshot/snapshot.gyp:snapshot',
773 '../ui/ui.gyp:shell_dialogs', 771 '../ui/ui.gyp:shell_dialogs',
774 '../ui/ui.gyp:ui', 772 '../ui/ui.gyp:ui',
775 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 773 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
776 '../webkit/support/webkit_support.gyp:glue', 774 '../webkit/support/webkit_support.gyp:glue',
777 '../webkit/support/webkit_support.gyp:glue_child', 775 '../webkit/support/webkit_support.gyp:glue_child',
778 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
779 ], 776 ],
780 'include_dirs': [ 777 'include_dirs': [
781 '..', 778 '..',
782 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc 779 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc
783 ], 780 ],
784 'includes': [ 781 'includes': [
785 'browser/gpu/test_support_gpu.gypi', 782 'browser/gpu/test_support_gpu.gypi',
786 ], 783 ],
787 'defines': [ 784 'defines': [
788 'HAS_OUT_OF_PROC_TEST_RUNNER', 785 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1396 }, 1393 },
1397 ], 1394 ],
1398 }], 1395 }],
1399 ], 1396 ],
1400 }, 1397 },
1401 ], 1398 ],
1402 }], 1399 }],
1403 ], 1400 ],
1404 } 1401 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/content_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698