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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 516823002: Removed print_web_view_helper_win.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thu Aug 28 14:04:52 PDT 2014 Created 6 years, 3 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/common/chrome_utility_printing_messages.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) 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/benchmarking_extension.cc', 8 'renderer/benchmarking_extension.cc',
9 'renderer/benchmarking_extension.h', 9 'renderer/benchmarking_extension.h',
10 'renderer/extensions/chrome_extension_helper.cc', 10 'renderer/extensions/chrome_extension_helper.cc',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'renderer/spellchecker/spellcheck_worditerator.cc', 249 'renderer/spellchecker/spellcheck_worditerator.cc',
250 'renderer/spellchecker/spellcheck_worditerator.h', 250 'renderer/spellchecker/spellcheck_worditerator.h',
251 'renderer/spellchecker/spelling_engine.h', 251 'renderer/spellchecker/spelling_engine.h',
252 ], 252 ],
253 'chrome_renderer_printing_sources': [ 253 'chrome_renderer_printing_sources': [
254 'renderer/printing/print_web_view_helper.cc', 254 'renderer/printing/print_web_view_helper.cc',
255 'renderer/printing/print_web_view_helper.h', 255 'renderer/printing/print_web_view_helper.h',
256 'renderer/printing/print_web_view_helper_android.cc', 256 'renderer/printing/print_web_view_helper_android.cc',
257 'renderer/printing/print_web_view_helper_linux.cc', 257 'renderer/printing/print_web_view_helper_linux.cc',
258 'renderer/printing/print_web_view_helper_mac.mm', 258 'renderer/printing/print_web_view_helper_mac.mm',
259 'renderer/printing/print_web_view_helper_pdf_win.cc',
259 ], 260 ],
260 'chrome_renderer_full_printing_sources': [ 261 'chrome_renderer_full_printing_sources': [
261 'renderer/pepper/chrome_pdf_print_client.cc', 262 'renderer/pepper/chrome_pdf_print_client.cc',
262 'renderer/pepper/chrome_pdf_print_client.h', 263 'renderer/pepper/chrome_pdf_print_client.h',
263 ], 264 ],
264 }, 265 },
265 'targets': [ 266 'targets': [
266 { 267 {
267 'target_name': 'renderer', 268 'target_name': 'renderer',
268 'type': 'static_library', 269 'type': 'static_library',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ], 384 ],
384 'sources': [ 385 'sources': [
385 '<@(chrome_renderer_printing_sources)', 386 '<@(chrome_renderer_printing_sources)',
386 ], 387 ],
387 }], 388 }],
388 ['enable_printing==1', { 389 ['enable_printing==1', {
389 'sources': [ 390 'sources': [
390 '<@(chrome_renderer_full_printing_sources)', 391 '<@(chrome_renderer_full_printing_sources)',
391 ], 392 ],
392 }], 393 }],
393 ['win_pdf_metafile_for_printing==1', {
394 'sources': [
395 'renderer/printing/print_web_view_helper_pdf_win.cc',
396 ],
397 }, {
398 'sources': [
399 'renderer/printing/print_web_view_helper_win.cc',
400 ],
401 }],
402 ['OS!="android"', { 394 ['OS!="android"', {
403 'sources': [ 395 'sources': [
404 '<@(chrome_renderer_non_android_sources)', 396 '<@(chrome_renderer_non_android_sources)',
405 ], 397 ],
406 }], 398 }],
407 ['OS=="win"', { 399 ['OS=="win"', {
408 'dependencies': [ 400 'dependencies': [
409 '../chrome_elf/chrome_elf.gyp:chrome_elf', 401 '../chrome_elf/chrome_elf.gyp:chrome_elf',
410 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc. 402 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc.
411 ], 403 ],
(...skipping 15 matching lines...) Expand all
427 'dependencies': [ 419 'dependencies': [
428 # TODO(hclam): See crbug.com/298380 for details. 420 # TODO(hclam): See crbug.com/298380 for details.
429 # We should isolate the APIs needed by the renderer. 421 # We should isolate the APIs needed by the renderer.
430 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', 422 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
431 ], 423 ],
432 }], 424 }],
433 ], 425 ],
434 }, 426 },
435 ], 427 ],
436 } 428 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_utility_printing_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698