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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7748042: Merge trunk r97497 and its many dependents to the 14.0.835 branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 3 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/browser/chrome_browser_application_mac.mm ('k') | chrome/common/mac/DEPS » ('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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'common/important_file_writer.cc', 202 'common/important_file_writer.cc',
203 'common/important_file_writer.h', 203 'common/important_file_writer.h',
204 'common/json_pref_store.cc', 204 'common/json_pref_store.cc',
205 'common/json_pref_store.h', 205 'common/json_pref_store.h',
206 'common/json_schema_validator.cc', 206 'common/json_schema_validator.cc',
207 'common/json_schema_validator.h', 207 'common/json_schema_validator.h',
208 'common/jstemplate_builder.cc', 208 'common/jstemplate_builder.cc',
209 'common/jstemplate_builder.h', 209 'common/jstemplate_builder.h',
210 'common/launchd_mac.h', 210 'common/launchd_mac.h',
211 'common/launchd_mac.mm', 211 'common/launchd_mac.mm',
212 'common/mac/cfbundle_blocker.h',
213 'common/mac/cfbundle_blocker.mm',
212 'common/libxml_utils.cc', 214 'common/libxml_utils.cc',
213 'common/libxml_utils.h', 215 'common/libxml_utils.h',
214 'common/native_window_notification_source.h', 216 'common/native_window_notification_source.h',
215 'common/persistent_pref_store.h', 217 'common/persistent_pref_store.h',
216 'common/pref_store.cc', 218 'common/pref_store.cc',
217 'common/pref_store.h', 219 'common/pref_store.h',
218 'common/print_messages.cc', 220 'common/print_messages.cc',
219 'common/print_messages.h', 221 'common/print_messages.h',
220 'common/random.cc', 222 'common/random.cc',
221 'common/random.h', 223 'common/random.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'message': 'Generating version information', 327 'message': 'Generating version information',
326 }, 328 },
327 ], 329 ],
328 }], 330 }],
329 ['OS=="linux" and selinux==1', { 331 ['OS=="linux" and selinux==1', {
330 'dependencies': [ 332 'dependencies': [
331 '../build/linux/system.gyp:selinux', 333 '../build/linux/system.gyp:selinux',
332 ], 334 ],
333 }], 335 }],
334 ['OS=="mac"', { 336 ['OS=="mac"', {
337 'dependencies': [
338 '../third_party/mach_override/mach_override.gyp:mach_override',
339 ],
335 'include_dirs': [ 340 'include_dirs': [
336 '../third_party/GTM', 341 '../third_party/GTM',
337 ], 342 ],
338 }], 343 }],
339 ['remoting==1', { 344 ['remoting==1', {
340 'dependencies': [ 345 'dependencies': [
341 '../remoting/remoting.gyp:remoting_client_plugin', 346 '../remoting/remoting.gyp:remoting_client_plugin',
342 ], 347 ],
343 }], 348 }],
344 ], 349 ],
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'configurations': { 577 'configurations': {
573 'Common_Base': { 578 'Common_Base': {
574 'msvs_target_platform': 'x64', 579 'msvs_target_platform': 'x64',
575 }, 580 },
576 }, 581 },
577 }, 582 },
578 ], 583 ],
579 }], 584 }],
580 ], 585 ],
581 } 586 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_application_mac.mm ('k') | chrome/common/mac/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698