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

Side by Side Diff: content/content_common.gypi

Issue 6840044: Size reduction: halve npchrome_frame.dll via code motion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/common/webkit_param_traits.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'common/speech_input_result.h', 197 'common/speech_input_result.h',
198 'common/unix_domain_socket_posix.cc', 198 'common/unix_domain_socket_posix.cc',
199 'common/unix_domain_socket_posix.h', 199 'common/unix_domain_socket_posix.h',
200 'common/video_capture_messages.h', 200 'common/video_capture_messages.h',
201 'common/view_messages.h', 201 'common/view_messages.h',
202 'common/web_database_observer_impl.cc', 202 'common/web_database_observer_impl.cc',
203 'common/web_database_observer_impl.h', 203 'common/web_database_observer_impl.h',
204 'common/webblobregistry_impl.cc', 204 'common/webblobregistry_impl.cc',
205 'common/webblobregistry_impl.h', 205 'common/webblobregistry_impl.h',
206 'common/webblob_messages.h', 206 'common/webblob_messages.h',
207 'common/webkit_param_traits.cc',
208 'common/webkit_param_traits.h',
207 'common/webmessageportchannel_impl.cc', 209 'common/webmessageportchannel_impl.cc',
208 'common/webmessageportchannel_impl.h', 210 'common/webmessageportchannel_impl.h',
209 'common/window_container_type.cc', 211 'common/window_container_type.cc',
210 'common/window_container_type.h', 212 'common/window_container_type.h',
211 'common/worker_messages.h', 213 'common/worker_messages.h',
212 ], 214 ],
213 'conditions': [ 215 'conditions': [
214 ['OS=="win"', { 216 ['OS=="win"', {
215 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 217 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
216 'sources': [ 218 'sources': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 }], 258 }],
257 ['enable_gpu==1', { 259 ['enable_gpu==1', {
258 'dependencies': [ 260 'dependencies': [
259 '../gpu/gpu.gyp:command_buffer_service', 261 '../gpu/gpu.gyp:command_buffer_service',
260 ], 262 ],
261 }], 263 }],
262 ], 264 ],
263 }, 265 },
264 ], 266 ],
265 } 267 }
OLDNEW
« no previous file with comments | « content/common/webkit_param_traits.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698