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

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
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 28 matching lines...) Expand all
39 'common/child_process_messages.h', 39 'common/child_process_messages.h',
40 'common/child_thread.cc', 40 'common/child_thread.cc',
41 'common/child_thread.h', 41 'common/child_thread.h',
42 'common/child_trace_message_filter.cc', 42 'common/child_trace_message_filter.cc',
43 'common/child_trace_message_filter.h', 43 'common/child_trace_message_filter.h',
44 'common/chrome_application_mac.h', 44 'common/chrome_application_mac.h',
45 'common/chrome_application_mac.mm', 45 'common/chrome_application_mac.mm',
46 'common/chrome_descriptors.h', 46 'common/chrome_descriptors.h',
47 'common/clipboard_messages.h', 47 'common/clipboard_messages.h',
48 'common/common_param_traits.cc', 48 'common/common_param_traits.cc',
49 'common/common_param_traits2.cc',
49 'common/common_param_traits.h', 50 'common/common_param_traits.h',
50 'common/content_message_generator.cc', 51 'common/content_message_generator.cc',
51 'common/content_message_generator.h', 52 'common/content_message_generator.h',
52 'common/content_client.cc', 53 'common/content_client.cc',
53 'common/content_client.h', 54 'common/content_client.h',
54 'common/content_constants.cc', 55 'common/content_constants.cc',
55 'common/content_constants.h', 56 'common/content_constants.h',
56 'common/content_paths.cc', 57 'common/content_paths.cc',
57 'common/content_paths.h', 58 'common/content_paths.h',
58 'common/content_switches.cc', 59 'common/content_switches.cc',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 }], 273 }],
273 ['enable_gpu==1', { 274 ['enable_gpu==1', {
274 'dependencies': [ 275 'dependencies': [
275 '../gpu/gpu.gyp:command_buffer_service', 276 '../gpu/gpu.gyp:command_buffer_service',
276 ], 277 ],
277 }], 278 }],
278 ], 279 ],
279 }, 280 },
280 ], 281 ],
281 } 282 }
OLDNEW
« chrome_frame/chrome_frame.gyp ('K') | « content/common/common_param_traits2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698