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

Side by Side Diff: chrome/chrome_common.gypi

Issue 8368004: Move common_param_traits and webkit_param_traits to content/public/common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'common/badge_util.h', 65 'common/badge_util.h',
66 'common/bzip2_error_handler.cc', 66 'common/bzip2_error_handler.cc',
67 'common/child_process_logging.h', 67 'common/child_process_logging.h',
68 'common/child_process_logging_linux.cc', 68 'common/child_process_logging_linux.cc',
69 'common/child_process_logging_mac.mm', 69 'common/child_process_logging_mac.mm',
70 'common/child_process_logging_win.cc', 70 'common/child_process_logging_win.cc',
71 'common/chrome_content_client.cc', 71 'common/chrome_content_client.cc',
72 'common/chrome_content_client.h', 72 'common/chrome_content_client.h',
73 'common/chrome_notification_types.h', 73 'common/chrome_notification_types.h',
74 'common/chrome_plugin_messages.h', 74 'common/chrome_plugin_messages.h',
75 'common/chrome_utility_messages.h',
75 'common/chrome_version_info.cc', 76 'common/chrome_version_info.cc',
76 'common/chrome_version_info_linux.cc', 77 'common/chrome_version_info_linux.cc',
77 'common/chrome_version_info_mac.mm', 78 'common/chrome_version_info_mac.mm',
78 'common/chrome_version_info_win.cc', 79 'common/chrome_version_info_win.cc',
79 'common/chrome_version_info.h', 80 'common/chrome_version_info.h',
80 'common/cloud_print/cloud_print_proxy_info.cc', 81 'common/cloud_print/cloud_print_proxy_info.cc',
81 'common/cloud_print/cloud_print_proxy_info.h', 82 'common/cloud_print/cloud_print_proxy_info.h',
82 'common/common_api.h', 83 'common/common_api.h',
83 'common/common_message_generator.cc', 84 'common/common_message_generator.cc',
84 'common/common_message_generator.h', 85 'common/common_message_generator.h',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'common/safe_browsing/csd.proto' 414 'common/safe_browsing/csd.proto'
414 ], 415 ],
415 'variables': { 416 'variables': {
416 'proto_in_dir': 'common/safe_browsing', 417 'proto_in_dir': 'common/safe_browsing',
417 'proto_out_dir': 'chrome/common/safe_browsing', 418 'proto_out_dir': 'chrome/common/safe_browsing',
418 }, 419 },
419 'includes': [ '../build/protoc.gypi' ], 420 'includes': [ '../build/protoc.gypi' ],
420 }, 421 },
421 ], 422 ],
422 } 423 }
OLDNEW
« no previous file with comments | « chrome/browser/importer/profile_import_process_messages.h ('k') | chrome/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698