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

Side by Side Diff: base/base.gypi

Issue 7108053: Remove msvs_guids from app, base, breakpad and build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | « base/base.gyp ('k') | base/third_party/dynamic_annotations/dynamic_annotations.gyp » ('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 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 ], 422 ],
423 }], 423 }],
424 ], 424 ],
425 }], 425 }],
426 ], 426 ],
427 }, 427 },
428 'targets': [ 428 'targets': [
429 { 429 {
430 'target_name': 'base', 430 'target_name': 'base',
431 'type': '<(component)', 431 'type': '<(component)',
432 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
433 'variables': { 432 'variables': {
434 'base_target': 1, 433 'base_target': 1,
435 }, 434 },
436 'dependencies': [ 435 'dependencies': [
437 'base_static', 436 'base_static',
438 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 437 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
439 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 438 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
440 ], 439 ],
441 'export_dependent_settings': [ 440 'export_dependent_settings': [
442 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 441 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'time_posix.cc', 592 'time_posix.cc',
594 ], 593 ],
595 }, 594 },
596 ], 595 ],
597 'conditions': [ 596 'conditions': [
598 [ 'OS == "win"', { 597 [ 'OS == "win"', {
599 'targets': [ 598 'targets': [
600 { 599 {
601 'target_name': 'base_nacl_win64', 600 'target_name': 'base_nacl_win64',
602 'type': 'static_library', 601 'type': 'static_library',
603 'msvs_guid': 'CEE1F794-DC70-4FED-B7C4-4C12986672FE',
604 'variables': { 602 'variables': {
605 'base_target': 1, 603 'base_target': 1,
606 }, 604 },
607 'dependencies': [ 605 'dependencies': [
608 'base_static_win64', 606 'base_static_win64',
609 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64', 607 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64',
610 ], 608 ],
611 # TODO(gregoryd): direct_dependent_settings should be shared with the 609 # TODO(gregoryd): direct_dependent_settings should be shared with the
612 # 32-bit target, but it doesn't work due to a bug in gyp 610 # 32-bit target, but it doesn't work due to a bug in gyp
613 'direct_dependent_settings': { 611 'direct_dependent_settings': {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'third_party/xdg_mime/xdgmimemagic.c', 679 'third_party/xdg_mime/xdgmimemagic.c',
682 'third_party/xdg_mime/xdgmimemagic.h', 680 'third_party/xdg_mime/xdgmimemagic.h',
683 'third_party/xdg_mime/xdgmimeparent.c', 681 'third_party/xdg_mime/xdgmimeparent.c',
684 'third_party/xdg_mime/xdgmimeparent.h', 682 'third_party/xdg_mime/xdgmimeparent.h',
685 ], 683 ],
686 }, 684 },
687 ], 685 ],
688 }], 686 }],
689 ], 687 ],
690 } 688 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/third_party/dynamic_annotations/dynamic_annotations.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698