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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6811022: Add IPC plumbing code for Quota API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 '<@(nacl_win64_defines)', 450 '<@(nacl_win64_defines)',
451 ], 451 ],
452 'sources': [ 452 'sources': [
453 '../webkit/glue/webkit_glue_dummy.cc', 453 '../webkit/glue/webkit_glue_dummy.cc',
454 'common/url_constants.cc', 454 'common/url_constants.cc',
455 # TODO(bradnelson): once automatic generation of 64 bit targets on 455 # TODO(bradnelson): once automatic generation of 64 bit targets on
456 # Windows is ready, take this out and add a dependency on 456 # Windows is ready, take this out and add a dependency on
457 # content_common.gypi. 457 # content_common.gypi.
458 '../content/common/file_system/file_system_dispatcher_dummy.cc', 458 '../content/common/file_system/file_system_dispatcher_dummy.cc',
459 '../content/common/message_router.cc', 459 '../content/common/message_router.cc',
460 '../content/common/quota_dispatcher_dummy.cc',
460 '../content/common/resource_dispatcher_dummy.cc', 461 '../content/common/resource_dispatcher_dummy.cc',
461 '../content/common/socket_stream_dispatcher_dummy.cc', 462 '../content/common/socket_stream_dispatcher_dummy.cc',
462 ], 463 ],
463 'export_dependent_settings': [ 464 'export_dependent_settings': [
464 '../app/app.gyp:app_base_nacl_win64', 465 '../app/app.gyp:app_base_nacl_win64',
465 'app/policy/cloud_policy_codegen.gyp:policy_win64', 466 'app/policy/cloud_policy_codegen.gyp:policy_win64',
466 ], 467 ],
467 # TODO(gregoryd): This could be shared with the 32-bit target, but 468 # TODO(gregoryd): This could be shared with the 32-bit target, but
468 # it does not work due to a gyp issue. 469 # it does not work due to a gyp issue.
469 'direct_dependent_settings': { 470 'direct_dependent_settings': {
470 'include_dirs': [ 471 'include_dirs': [
471 '..', 472 '..',
472 ], 473 ],
473 }, 474 },
474 'configurations': { 475 'configurations': {
475 'Common_Base': { 476 'Common_Base': {
476 'msvs_target_platform': 'x64', 477 'msvs_target_platform': 'x64',
477 }, 478 },
478 }, 479 },
479 }, 480 },
480 ], 481 ],
481 }], 482 }],
482 ], 483 ],
483 } 484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698