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

Side by Side Diff: content/content_renderer.gypi

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | « content/content_browser.gypi ('k') | content/content_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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../media/media.gyp:media', 8 '../media/media.gyp:media',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
11 '../third_party/WebKit/public/blink.gyp:blink', 11 '../third_party/WebKit/public/blink.gyp:blink',
12 '../third_party/hyphen/hyphen.gyp:hyphen',
13 '../third_party/icu/icu.gyp:icui18n', 12 '../third_party/icu/icu.gyp:icui18n',
14 '../third_party/icu/icu.gyp:icuuc', 13 '../third_party/icu/icu.gyp:icuuc',
15 '../third_party/libjingle/libjingle.gyp:libjingle', 14 '../third_party/libjingle/libjingle.gyp:libjingle',
16 '../third_party/npapi/npapi.gyp:npapi', 15 '../third_party/npapi/npapi.gyp:npapi',
17 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 16 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
18 '../ui/native_theme/native_theme.gyp:native_theme', 17 '../ui/native_theme/native_theme.gyp:native_theme',
19 '../ui/surface/surface.gyp:surface', 18 '../ui/surface/surface.gyp:surface',
20 '../v8/tools/gyp/v8.gyp:v8', 19 '../v8/tools/gyp/v8.gyp:v8',
21 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 20 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
22 '../webkit/common/webkit_common.gyp:webkit_common', 21 '../webkit/common/webkit_common.gyp:webkit_common',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'renderer/gpu/input_handler_wrapper.cc', 125 'renderer/gpu/input_handler_wrapper.cc',
127 'renderer/gpu/input_handler_wrapper.h', 126 'renderer/gpu/input_handler_wrapper.h',
128 'renderer/gpu/gpu_benchmarking_extension.cc', 127 'renderer/gpu/gpu_benchmarking_extension.cc',
129 'renderer/gpu/gpu_benchmarking_extension.h', 128 'renderer/gpu/gpu_benchmarking_extension.h',
130 'renderer/gpu/mailbox_output_surface.cc', 129 'renderer/gpu/mailbox_output_surface.cc',
131 'renderer/gpu/mailbox_output_surface.h', 130 'renderer/gpu/mailbox_output_surface.h',
132 'renderer/gpu/stream_texture_host_android.cc', 131 'renderer/gpu/stream_texture_host_android.cc',
133 'renderer/gpu/stream_texture_host_android.h', 132 'renderer/gpu/stream_texture_host_android.h',
134 'renderer/gpu/render_widget_compositor.cc', 133 'renderer/gpu/render_widget_compositor.cc',
135 'renderer/gpu/render_widget_compositor.h', 134 'renderer/gpu/render_widget_compositor.h',
136 'renderer/hyphenator/hyphenator.cc',
137 'renderer/hyphenator/hyphenator.h',
138 'renderer/idle_user_detector.cc', 135 'renderer/idle_user_detector.cc',
139 'renderer/idle_user_detector.h', 136 'renderer/idle_user_detector.h',
140 'renderer/image_loading_helper.cc', 137 'renderer/image_loading_helper.cc',
141 'renderer/image_loading_helper.h', 138 'renderer/image_loading_helper.h',
142 'renderer/input_tag_speech_dispatcher.cc', 139 'renderer/input_tag_speech_dispatcher.cc',
143 'renderer/input_tag_speech_dispatcher.h', 140 'renderer/input_tag_speech_dispatcher.h',
144 'renderer/internal_document_state_data.cc', 141 'renderer/internal_document_state_data.cc',
145 'renderer/internal_document_state_data.h', 142 'renderer/internal_document_state_data.h',
146 'renderer/java/java_bridge_channel.cc', 143 'renderer/java/java_bridge_channel.cc',
147 'renderer/java/java_bridge_channel.h', 144 'renderer/java/java_bridge_channel.h',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 }], 697 }],
701 ], 698 ],
702 'target_conditions': [ 699 'target_conditions': [
703 ['OS=="android"', { 700 ['OS=="android"', {
704 'sources/': [ 701 'sources/': [
705 ['include', '^renderer/render_view_linux\\.cc$'], 702 ['include', '^renderer/render_view_linux\\.cc$'],
706 ], 703 ],
707 }], 704 }],
708 ], 705 ],
709 } 706 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698