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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 16 matching lines...) Expand all
27 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
28 '../third_party/WebKit/public/blink.gyp:blink', 28 '../third_party/WebKit/public/blink.gyp:blink',
29 '../third_party/hunspell/hunspell.gyp:hunspell', 29 '../third_party/hunspell/hunspell.gyp:hunspell',
30 '../third_party/icu/icu.gyp:icui18n', 30 '../third_party/icu/icu.gyp:icui18n',
31 '../third_party/icu/icu.gyp:icuuc', 31 '../third_party/icu/icu.gyp:icuuc',
32 '../third_party/npapi/npapi.gyp:npapi', 32 '../third_party/npapi/npapi.gyp:npapi',
33 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 33 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
34 '../ui/surface/surface.gyp:surface', 34 '../ui/surface/surface.gyp:surface',
35 '../webkit/child/webkit_child.gyp:webkit_child', 35 '../webkit/child/webkit_child.gyp:webkit_child',
36 '../webkit/common/webkit_common.gyp:webkit_common', 36 '../webkit/common/webkit_common.gyp:webkit_common',
37 '../webkit/glue/webkit_glue.gyp:glue',
38 '../webkit/webkit_resources.gyp:webkit_resources', 37 '../webkit/webkit_resources.gyp:webkit_resources',
39 ], 38 ],
40 'include_dirs': [ 39 'include_dirs': [
41 '..', 40 '..',
42 # Needed by chrome_content_renderer_client.cc. 41 # Needed by chrome_content_renderer_client.cc.
43 '<(SHARED_INTERMEDIATE_DIR)', 42 '<(SHARED_INTERMEDIATE_DIR)',
44 ], 43 ],
45 'sources': [ 44 'sources': [
46 'renderer/benchmarking_extension.cc', 45 'renderer/benchmarking_extension.cc',
47 'renderer/benchmarking_extension.h', 46 'renderer/benchmarking_extension.h',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 }], 464 }],
466 ['enable_printing!=0', { 465 ['enable_printing!=0', {
467 'dependencies': [ 466 'dependencies': [
468 '../printing/printing.gyp:printing', 467 '../printing/printing.gyp:printing',
469 ], 468 ],
470 }], 469 }],
471 ], 470 ],
472 }, 471 },
473 ], 472 ],
474 } 473 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698