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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6877053: Base: More adjustments to BASE_API and project dependencies to (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 | « chrome/chrome.gyp ('k') | chrome/chrome_exe.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': [
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'chrome_strings', 103 'chrome_strings',
104 'common_constants', 104 'common_constants',
105 'common_net', 105 'common_net',
106 'default_plugin/default_plugin.gyp:default_plugin', 106 'default_plugin/default_plugin.gyp:default_plugin',
107 'safe_browsing_csd_proto', 107 'safe_browsing_csd_proto',
108 'theme_resources', 108 'theme_resources',
109 '../app/app.gyp:app_base', 109 '../app/app.gyp:app_base',
110 '../app/app.gyp:app_resources', 110 '../app/app.gyp:app_resources',
111 '../base/base.gyp:base', 111 '../base/base.gyp:base',
112 '../base/base.gyp:base_i18n', 112 '../base/base.gyp:base_i18n',
113 '../base/base.gyp:base_static',
113 '../build/temp_gyp/googleurl.gyp:googleurl', 114 '../build/temp_gyp/googleurl.gyp:googleurl',
114 '../content/content.gyp:content_common', 115 '../content/content.gyp:content_common',
115 '../ipc/ipc.gyp:ipc', 116 '../ipc/ipc.gyp:ipc',
116 '../net/net.gyp:net', 117 '../net/net.gyp:net',
117 '../printing/printing.gyp:printing', 118 '../printing/printing.gyp:printing',
118 '../skia/skia.gyp:skia', 119 '../skia/skia.gyp:skia',
119 '../third_party/bzip2/bzip2.gyp:bzip2', 120 '../third_party/bzip2/bzip2.gyp:bzip2',
120 '../third_party/icu/icu.gyp:icui18n', 121 '../third_party/icu/icu.gyp:icui18n',
121 '../third_party/icu/icu.gyp:icuuc', 122 '../third_party/icu/icu.gyp:icuuc',
122 '../third_party/libxml/libxml.gyp:libxml', 123 '../third_party/libxml/libxml.gyp:libxml',
123 '../third_party/sqlite/sqlite.gyp:sqlite', 124 '../third_party/sqlite/sqlite.gyp:sqlite',
124 '../third_party/zlib/zlib.gyp:zlib', 125 '../third_party/zlib/zlib.gyp:zlib',
125 '../webkit/support/webkit_support.gyp:glue', 126 '../webkit/support/webkit_support.gyp:glue',
126 ], 127 ],
127 'sources': [ 128 'sources': [
128 # .cc, .h, and .mm files under chrome/common that are not required for 129 # .cc, .h, and .mm files under chrome/common that are not required for
129 # building 64-bit Windows targets. Test files are not included. 130 # building 64-bit Windows targets. Test files are not included.
130 'common/automation_constants.cc', 131 'common/automation_constants.cc',
131 'common/automation_constants.h', 132 'common/automation_constants.h',
132 'common/automation_messages.cc', 133 'common/automation_messages.cc',
133 'common/automation_messages.h', 134 'common/automation_messages.h',
134 'common/automation_messages_internal.h', 135 'common/automation_messages_internal.h',
135 'common/badge_util.cc', 136 'common/badge_util.cc',
136 'common/badge_util.h', 137 'common/badge_util.h',
138 'common/bzip2_error_handler.cc',
137 'common/chrome_content_client.cc', 139 'common/chrome_content_client.cc',
138 'common/chrome_content_client.h', 140 'common/chrome_content_client.h',
139 'common/chrome_content_plugin_client.cc', 141 'common/chrome_content_plugin_client.cc',
140 'common/chrome_content_plugin_client.h', 142 'common/chrome_content_plugin_client.h',
141 'common/common_glue.cc', 143 'common/common_glue.cc',
142 'common/common_message_generator.cc', 144 'common/common_message_generator.cc',
143 'common/common_message_generator.h', 145 'common/common_message_generator.h',
144 'common/common_param_traits.cc', 146 'common/common_param_traits.cc',
145 'common/common_param_traits.h', 147 'common/common_param_traits.h',
146 'common/default_plugin.cc', 148 'common/default_plugin.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 331 ],
330 }], 332 }],
331 ['remoting==1', { 333 ['remoting==1', {
332 'dependencies': [ 334 'dependencies': [
333 '../remoting/remoting.gyp:chromoting_plugin', 335 '../remoting/remoting.gyp:chromoting_plugin',
334 ], 336 ],
335 }], 337 }],
336 ], 338 ],
337 'export_dependent_settings': [ 339 'export_dependent_settings': [
338 '../app/app.gyp:app_base', 340 '../app/app.gyp:app_base',
341 '../base/base.gyp:base',
339 ], 342 ],
340 }, 343 },
341 { 344 {
342 'target_name': 'common_net', 345 'target_name': 'common_net',
343 'type': '<(library)', 346 'type': '<(library)',
344 'sources': [ 347 'sources': [
345 'common/net/http_return.h', 348 'common/net/http_return.h',
346 'common/net/net_resource_provider.cc', 349 'common/net/net_resource_provider.cc',
347 'common/net/net_resource_provider.h', 350 'common/net/net_resource_provider.h',
348 'common/net/predictor_common.h', 351 'common/net/predictor_common.h',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'configurations': { 527 'configurations': {
525 'Common_Base': { 528 'Common_Base': {
526 'msvs_target_platform': 'x64', 529 'msvs_target_platform': 'x64',
527 }, 530 },
528 }, 531 },
529 }, 532 },
530 ], 533 ],
531 }], 534 }],
532 ], 535 ],
533 } 536 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698