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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7691001: Move Mac-specific files in chrome/common to chrome/common/mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « chrome/chrome.gyp ('k') | chrome/chrome_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) 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 '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': [
11 ['chrome_common_target==1', { 11 ['chrome_common_target==1', {
12 'include_dirs': [ 12 'include_dirs': [
13 '..', 13 '..',
14 ], 14 ],
15 'conditions': [ 15 'conditions': [
16 ['OS=="win"', { 16 ['OS=="win"', {
17 'include_dirs': [ 17 'include_dirs': [
18 '<(DEPTH)/third_party/wtl/include', 18 '<(DEPTH)/third_party/wtl/include',
19 ], 19 ],
20 }], 20 }],
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 # .cc, .h, and .mm files under chrome/common that are used on all 23 # .cc, .h, and .mm files under chrome/common that are used on all
24 # platforms, including both 32-bit and 64-bit Windows. 24 # platforms, including both 32-bit and 64-bit Windows.
25 # Test files are not included. 25 # Test files are not included.
26 'common/about_handler.cc', 26 'common/about_handler.cc',
27 'common/about_handler.h', 27 'common/about_handler.h',
28 'common/app_mode_common_mac.h',
29 'common/app_mode_common_mac.mm',
30 'common/attrition_experiments.h', 28 'common/attrition_experiments.h',
31 'common/attributed_string_coder_mac.h',
32 'common/attributed_string_coder_mac.mm',
33 'common/auto_start_linux.cc', 29 'common/auto_start_linux.cc',
34 'common/auto_start_linux.h', 30 'common/auto_start_linux.h',
35 'common/autofill_messages.h', 31 'common/autofill_messages.h',
36 'common/child_process_logging.h', 32 'common/child_process_logging.h',
37 'common/child_process_logging_linux.cc', 33 'common/child_process_logging_linux.cc',
38 'common/child_process_logging_mac.mm', 34 'common/child_process_logging_mac.mm',
39 'common/child_process_logging_win.cc', 35 'common/child_process_logging_win.cc',
40 'common/chrome_notification_types.h', 36 'common/chrome_notification_types.h',
41 'common/chrome_version_info.cc', 37 'common/chrome_version_info.cc',
42 'common/chrome_version_info_linux.cc', 38 'common/chrome_version_info_linux.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'common/favicon_url.cc', 195 'common/favicon_url.cc',
200 'common/favicon_url.h', 196 'common/favicon_url.h',
201 'common/important_file_writer.cc', 197 'common/important_file_writer.cc',
202 'common/important_file_writer.h', 198 'common/important_file_writer.h',
203 'common/json_pref_store.cc', 199 'common/json_pref_store.cc',
204 'common/json_pref_store.h', 200 'common/json_pref_store.h',
205 'common/json_schema_validator.cc', 201 'common/json_schema_validator.cc',
206 'common/json_schema_validator.h', 202 'common/json_schema_validator.h',
207 'common/jstemplate_builder.cc', 203 'common/jstemplate_builder.cc',
208 'common/jstemplate_builder.h', 204 'common/jstemplate_builder.h',
209 'common/launchd_mac.h', 205 'common/mac/app_mode_common.h',
210 'common/launchd_mac.mm', 206 'common/mac/app_mode_common.mm',
207 'common/mac/attributed_string_coder.h',
208 'common/mac/attributed_string_coder.mm',
209 'common/mac/launchd.h',
210 'common/mac/launchd.mm',
211 'common/libxml_utils.cc', 211 'common/libxml_utils.cc',
212 'common/libxml_utils.h', 212 'common/libxml_utils.h',
213 'common/native_window_notification_source.h', 213 'common/native_window_notification_source.h',
214 'common/persistent_pref_store.h', 214 'common/persistent_pref_store.h',
215 'common/pref_store.cc', 215 'common/pref_store.cc',
216 'common/pref_store.h', 216 'common/pref_store.h',
217 'common/print_messages.h', 217 'common/print_messages.h',
218 'common/random.cc', 218 'common/random.cc',
219 'common/random.h', 219 'common/random.h',
220 'common/render_messages.cc', 220 'common/render_messages.cc',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'configurations': { 568 'configurations': {
569 'Common_Base': { 569 'Common_Base': {
570 'msvs_target_platform': 'x64', 570 'msvs_target_platform': 'x64',
571 }, 571 },
572 }, 572 },
573 }, 573 },
574 ], 574 ],
575 }], 575 }],
576 ], 576 ],
577 } 577 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698