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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6410007: Make the implementation .cc files go away, instead have the authors give us a... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | chrome/common/common_message_generator.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 28 matching lines...) Expand all
39 'common/child_process_logging_mac.mm', 39 'common/child_process_logging_mac.mm',
40 'common/child_process_logging_win.cc', 40 'common/child_process_logging_win.cc',
41 'common/child_thread.cc', 41 'common/child_thread.cc',
42 'common/child_thread.h', 42 'common/child_thread.h',
43 'common/chrome_application_mac.h', 43 'common/chrome_application_mac.h',
44 'common/chrome_application_mac.mm', 44 'common/chrome_application_mac.mm',
45 'common/chrome_counters.cc', 45 'common/chrome_counters.cc',
46 'common/chrome_counters.h', 46 'common/chrome_counters.h',
47 'common/chrome_version_info.cc', 47 'common/chrome_version_info.cc',
48 'common/chrome_version_info.h', 48 'common/chrome_version_info.h',
49 'common/common_message_generator.cc',
49 'common/common_param_traits.cc', 50 'common/common_param_traits.cc',
50 'common/common_param_traits.h', 51 'common/common_param_traits.h',
51 'common/content_restriction.h', 52 'common/content_restriction.h',
52 'common/content_settings.cc', 53 'common/content_settings.cc',
53 'common/content_settings.h', 54 'common/content_settings.h',
54 'common/content_settings_helper.cc', 55 'common/content_settings_helper.cc',
55 'common/content_settings_helper.h', 56 'common/content_settings_helper.h',
56 'common/content_settings_types.h', 57 'common/content_settings_types.h',
57 'common/database_messages.cc', 58 'common/database_messages.cc',
58 'common/database_messages.h', 59 'common/database_messages.h',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'configurations': { 636 'configurations': {
636 'Common_Base': { 637 'Common_Base': {
637 'msvs_target_platform': 'x64', 638 'msvs_target_platform': 'x64',
638 }, 639 },
639 }, 640 },
640 }, 641 },
641 ], 642 ],
642 }], 643 }],
643 ], 644 ],
644 } 645 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698