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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 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 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1496 '../crypto/crypto.gyp:crypto_test_support', 1496 '../crypto/crypto.gyp:crypto_test_support',
1497 '../google_apis/google_apis.gyp:google_apis_test_support', 1497 '../google_apis/google_apis.gyp:google_apis_test_support',
1498 '../net/net.gyp:net', 1498 '../net/net.gyp:net',
1499 '../net/net.gyp:net_resources', 1499 '../net/net.gyp:net_resources',
1500 '../net/net.gyp:net_test_support', 1500 '../net/net.gyp:net_test_support',
1501 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1501 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1502 '../skia/skia.gyp:skia', 1502 '../skia/skia.gyp:skia',
1503 '../sync/sync.gyp:sync', 1503 '../sync/sync.gyp:sync',
1504 '../testing/gmock.gyp:gmock', 1504 '../testing/gmock.gyp:gmock',
1505 '../testing/gtest.gyp:gtest', 1505 '../testing/gtest.gyp:gtest',
1506 '../third_party/hunspell_new/hunspell.gyp:hunspell', 1506 '../third_party/hunspell/hunspell.gyp:hunspell',
1507 '../third_party/icu/icu.gyp:icui18n', 1507 '../third_party/icu/icu.gyp:icui18n',
1508 '../third_party/icu/icu.gyp:icuuc', 1508 '../third_party/icu/icu.gyp:icuuc',
1509 '../third_party/libpng/libpng.gyp:libpng', 1509 '../third_party/libpng/libpng.gyp:libpng',
1510 '../third_party/npapi/npapi.gyp:npapi', 1510 '../third_party/npapi/npapi.gyp:npapi',
1511 '../third_party/zlib/zlib.gyp:zlib', 1511 '../third_party/zlib/zlib.gyp:zlib',
1512 '../ui/base/ui_base.gyp:ui_base_test_support', 1512 '../ui/base/ui_base.gyp:ui_base_test_support',
1513 '../ui/resources/ui_resources.gyp:ui_test_pak', 1513 '../ui/resources/ui_resources.gyp:ui_test_pak',
1514 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 1514 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
1515 # Runtime dependencies 1515 # Runtime dependencies
1516 '../third_party/mesa/mesa.gyp:osmesa', 1516 '../third_party/mesa/mesa.gyp:osmesa',
(...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after
3256 ['enable_webrtc==1', { 3256 ['enable_webrtc==1', {
3257 'dependencies': [ 3257 'dependencies': [
3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3259 ] 3259 ]
3260 }], 3260 }],
3261 ], 3261 ],
3262 }] 3262 }]
3263 }], 3263 }],
3264 ], # 'conditions' 3264 ], # 'conditions'
3265 } 3265 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698