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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 294793003: Add the pdf plugin's source in src\pdf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: review comments and sync past DEPS roll to fix gyp Created 6 years, 7 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 | « chrome/chrome_installer.gypi ('k') | pdf/DEPS » ('j') | pdf/pdf.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1763 'sources/': [ 1763 'sources/': [
1764 ['exclude', '^browser/safe_browsing/'], 1764 ['exclude', '^browser/safe_browsing/'],
1765 ['exclude', '^renderer/safe_browsing/'], 1765 ['exclude', '^renderer/safe_browsing/'],
1766 ], 1766 ],
1767 }], 1767 }],
1768 ['enable_captive_portal_detection!=1', { 1768 ['enable_captive_portal_detection!=1', {
1769 'sources/': [ 1769 'sources/': [
1770 ['exclude', '^browser/captive_portal/'], 1770 ['exclude', '^browser/captive_portal/'],
1771 ], 1771 ],
1772 }], 1772 }],
1773 ['internal_pdf', {
1774 'dependencies': [
1775 '../pdf/pdf.gyp:pdf',
1776 ],
1777 }],
1778 ['enable_webrtc==0', { 1773 ['enable_webrtc==0', {
1779 'sources!': [ 1774 'sources!': [
1780 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br owsertest.cc', 1775 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br owsertest.cc',
1781 'browser/extensions/api/webrtc_logging_private/webrtc_logging_privat e_apitest.cc', 1776 'browser/extensions/api/webrtc_logging_private/webrtc_logging_privat e_apitest.cc',
1782 'browser/media/chrome_webrtc_browsertest.cc', 1777 'browser/media/chrome_webrtc_browsertest.cc',
1783 'browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc' , 1778 'browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc' ,
1784 ], 1779 ],
1785 }], 1780 }],
1786 ['OS=="win"', { 1781 ['OS=="win"', {
1787 'sources': [ 1782 'sources': [
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2981 ['enable_webrtc==1', { 2976 ['enable_webrtc==1', {
2982 'dependencies': [ 2977 'dependencies': [
2983 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2978 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2984 ] 2979 ]
2985 }], 2980 }],
2986 ], 2981 ],
2987 }] 2982 }]
2988 }], 2983 }],
2989 ], # 'conditions' 2984 ], # 'conditions'
2990 } 2985 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | pdf/DEPS » ('j') | pdf/pdf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698