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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 799643004: Combine PDF plugin into the Chromium binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 'chrome_resources.gyp:packed_extra_resources', 1442 'chrome_resources.gyp:packed_extra_resources',
1443 'chrome_resources.gyp:packed_resources', 1443 'chrome_resources.gyp:packed_resources',
1444 'debugger', 1444 'debugger',
1445 'renderer', 1445 'renderer',
1446 'test_support_common', 1446 'test_support_common',
1447 '../content/app/resources/content_resources.gyp:content_resources', 1447 '../content/app/resources/content_resources.gyp:content_resources',
1448 '../google_apis/google_apis.gyp:google_apis_test_support', 1448 '../google_apis/google_apis.gyp:google_apis_test_support',
1449 '../net/net.gyp:net', 1449 '../net/net.gyp:net',
1450 '../net/net.gyp:net_resources', 1450 '../net/net.gyp:net_resources',
1451 '../net/net.gyp:net_test_support', 1451 '../net/net.gyp:net_test_support',
1452 '../pdf/pdf.gyp:pdf',
1453 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1452 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1454 '../skia/skia.gyp:skia', 1453 '../skia/skia.gyp:skia',
1455 '../sync/sync.gyp:sync', 1454 '../sync/sync.gyp:sync',
1456 '../testing/gmock.gyp:gmock', 1455 '../testing/gmock.gyp:gmock',
1457 '../testing/gtest.gyp:gtest', 1456 '../testing/gtest.gyp:gtest',
1458 '../third_party/hunspell/hunspell.gyp:hunspell', 1457 '../third_party/hunspell/hunspell.gyp:hunspell',
1459 '../third_party/icu/icu.gyp:icui18n', 1458 '../third_party/icu/icu.gyp:icui18n',
1460 '../third_party/icu/icu.gyp:icuuc', 1459 '../third_party/icu/icu.gyp:icuuc',
1461 '../third_party/libpng/libpng.gyp:libpng', 1460 '../third_party/libpng/libpng.gyp:libpng',
1462 '../third_party/npapi/npapi.gyp:npapi', 1461 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 ['enable_webrtc==1', { 3230 ['enable_webrtc==1', {
3232 'dependencies': [ 3231 'dependencies': [
3233 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3232 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3234 ] 3233 ]
3235 }], 3234 }],
3236 ], 3235 ],
3237 }] 3236 }]
3238 }], 3237 }],
3239 ], # 'conditions' 3238 ], # 'conditions'
3240 } 3239 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | pdf/pdf.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698