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

Side by Side Diff: chrome/chrome_common.gypi

Issue 579004: Pull latest googleurl to get various fixes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/net/url_fixer_upper_unittest.cc ('k') | chrome/common/url_constants.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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 '../skia/config', 340 '../skia/config',
341 ], 341 ],
342 'defines': [ 342 'defines': [
343 'EXCLUDE_SKIA_DEPENDENCIES', 343 'EXCLUDE_SKIA_DEPENDENCIES',
344 '<@(nacl_win64_defines)', 344 '<@(nacl_win64_defines)',
345 ], 345 ],
346 'sources': [ 346 'sources': [
347 '../webkit/glue/webkit_glue_dummy.cc', 347 '../webkit/glue/webkit_glue_dummy.cc',
348 'common/resource_dispatcher_dummy.cc', 348 'common/resource_dispatcher_dummy.cc',
349 'common/socket_stream_dispatcher_dummy.cc', 349 'common/socket_stream_dispatcher_dummy.cc',
350 'common/url_constants.cc',
350 ], 351 ],
351 'export_dependent_settings': [ 352 'export_dependent_settings': [
352 '../app/app.gyp:app_base_nacl_win64', 353 '../app/app.gyp:app_base_nacl_win64',
353 ], 354 ],
354 # TODO(gregoryd): This could be shared with the 32-bit target, but 355 # TODO(gregoryd): This could be shared with the 32-bit target, but
355 # it does not work due to a gyp issue. 356 # it does not work due to a gyp issue.
356 'direct_dependent_settings': { 357 'direct_dependent_settings': {
357 'include_dirs': [ 358 'include_dirs': [
358 '..', 359 '..',
359 ], 360 ],
360 }, 361 },
361 'configurations': { 362 'configurations': {
362 'Common_Base': { 363 'Common_Base': {
363 'msvs_target_platform': 'x64', 364 'msvs_target_platform': 'x64',
364 }, 365 },
365 }, 366 },
366 }, 367 },
367 ], 368 ],
368 }], 369 }],
369 ], 370 ],
370 } 371 }
OLDNEW
« no previous file with comments | « chrome/browser/net/url_fixer_upper_unittest.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698