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

Side by Side Diff: chrome/chrome_renderer.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_browser.gypi ('k') | chrome/chrome_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/banners/app_banner_client.cc', 8 'renderer/banners/app_banner_client.cc',
9 'renderer/banners/app_banner_client.h', 9 'renderer/banners/app_banner_client.h',
10 'renderer/benchmarking_extension.cc', 10 'renderer/benchmarking_extension.cc',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ['enable_extensions==1 and enable_webrtc==1', { 336 ['enable_extensions==1 and enable_webrtc==1', {
337 'sources': [ 337 'sources': [
338 '<@(chrome_renderer_webrtc_extensions_sources)', 338 '<@(chrome_renderer_webrtc_extensions_sources)',
339 ], 339 ],
340 }], 340 }],
341 ['enable_spellcheck==1', { 341 ['enable_spellcheck==1', {
342 'sources': [ 342 'sources': [
343 '<@(chrome_renderer_spellchecker_sources)', 343 '<@(chrome_renderer_spellchecker_sources)',
344 ], 344 ],
345 'dependencies': [ 345 'dependencies': [
346 '../third_party/hunspell_new/hunspell.gyp:hunspell', 346 '../third_party/hunspell/hunspell.gyp:hunspell',
347 ], 347 ],
348 }], 348 }],
349 ['OS=="mac"', { 349 ['OS=="mac"', {
350 'dependencies': [ 350 'dependencies': [
351 '../third_party/mach_override/mach_override.gyp:mach_override', 351 '../third_party/mach_override/mach_override.gyp:mach_override',
352 ], 352 ],
353 }], 353 }],
354 ['enable_basic_printing==1 or enable_print_preview==1', { 354 ['enable_basic_printing==1 or enable_print_preview==1', {
355 'dependencies': [ 355 'dependencies': [
356 '../components/components.gyp:printing_renderer', 356 '../components/components.gyp:printing_renderer',
(...skipping 29 matching lines...) Expand all
386 'export_dependent_settings': [ 386 'export_dependent_settings': [
387 '<(allocator_target)', 387 '<(allocator_target)',
388 ], 388 ],
389 }], 389 }],
390 ], 390 ],
391 }], 391 }],
392 ], 392 ],
393 }, 393 },
394 ], 394 ],
395 } 395 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698