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

Side by Side Diff: base/base.gypi

Issue 10128002: Retrieve Windows performance assessment information from results files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'json/json_reader.h', 137 'json/json_reader.h',
138 'json/json_string_value_serializer.cc', 138 'json/json_string_value_serializer.cc',
139 'json/json_string_value_serializer.h', 139 'json/json_string_value_serializer.h',
140 'json/json_value_converter.h', 140 'json/json_value_converter.h',
141 'json/json_writer.cc', 141 'json/json_writer.cc',
142 'json/json_writer.h', 142 'json/json_writer.h',
143 'json/string_escape.cc', 143 'json/string_escape.cc',
144 'json/string_escape.h', 144 'json/string_escape.h',
145 'lazy_instance.cc', 145 'lazy_instance.cc',
146 'lazy_instance.h', 146 'lazy_instance.h',
147 'libxml_utils.cc',
148 'libxml_utils.h',
147 'linked_list.h', 149 'linked_list.h',
148 'location.cc', 150 'location.cc',
149 'location.h', 151 'location.h',
150 'logging.cc', 152 'logging.cc',
151 'logging.h', 153 'logging.h',
152 'logging_win.cc', 154 'logging_win.cc',
153 'logging_win.h', 155 'logging_win.h',
154 'mac/authorization_util.h', 156 'mac/authorization_util.h',
155 'mac/authorization_util.mm', 157 'mac/authorization_util.mm',
156 'mac/bundle_locations.h', 158 'mac/bundle_locations.h',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'type': '<(component)', 579 'type': '<(component)',
578 'toolsets': ['host', 'target'], 580 'toolsets': ['host', 'target'],
579 'variables': { 581 'variables': {
580 'base_target': 1, 582 'base_target': 1,
581 'enable_wexit_time_destructors': 1, 583 'enable_wexit_time_destructors': 1,
582 'optimize': 'max', 584 'optimize': 'max',
583 }, 585 },
584 'dependencies': [ 586 'dependencies': [
585 'base_static', 587 'base_static',
586 '../testing/gtest.gyp:gtest_prod', 588 '../testing/gtest.gyp:gtest_prod',
589 '../third_party/libxml/libxml.gyp:libxml',
587 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 590 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
588 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 591 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
589 ], 592 ],
590 # TODO(gregoryd): direct_dependent_settings should be shared with the 593 # TODO(gregoryd): direct_dependent_settings should be shared with the
591 # 64-bit target, but it doesn't work due to a bug in gyp 594 # 64-bit target, but it doesn't work due to a bug in gyp
592 'direct_dependent_settings': { 595 'direct_dependent_settings': {
593 'include_dirs': [ 596 'include_dirs': [
594 '..', 597 '..',
595 ], 598 ],
596 }, 599 },
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 [ 'OS == "win"', { 798 [ 'OS == "win"', {
796 'targets': [ 799 'targets': [
797 { 800 {
798 'target_name': 'base_nacl_win64', 801 'target_name': 'base_nacl_win64',
799 'type': '<(component)', 802 'type': '<(component)',
800 'variables': { 803 'variables': {
801 'base_target': 1, 804 'base_target': 1,
802 }, 805 },
803 'dependencies': [ 806 'dependencies': [
804 'base_static_win64', 807 'base_static_win64',
808 '../third_party/libxml/libxml.gyp:libxml',
Zhenyao Mo 2012/04/20 00:10:51 This should be without ../ See the next line as a
dtu 2012/05/01 00:32:16 No, dynamic_annotations is in src/base/third_party
805 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64', 809 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64',
806 ], 810 ],
807 # TODO(gregoryd): direct_dependent_settings should be shared with the 811 # TODO(gregoryd): direct_dependent_settings should be shared with the
808 # 32-bit target, but it doesn't work due to a bug in gyp 812 # 32-bit target, but it doesn't work due to a bug in gyp
809 'direct_dependent_settings': { 813 'direct_dependent_settings': {
810 'include_dirs': [ 814 'include_dirs': [
811 '..', 815 '..',
812 ], 816 ],
813 }, 817 },
814 'defines': [ 818 'defines': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'third_party/xdg_mime/xdgmimemagic.c', 922 'third_party/xdg_mime/xdgmimemagic.c',
919 'third_party/xdg_mime/xdgmimemagic.h', 923 'third_party/xdg_mime/xdgmimemagic.h',
920 'third_party/xdg_mime/xdgmimeparent.c', 924 'third_party/xdg_mime/xdgmimeparent.c',
921 'third_party/xdg_mime/xdgmimeparent.h', 925 'third_party/xdg_mime/xdgmimeparent.h',
922 ], 926 ],
923 }, 927 },
924 ], 928 ],
925 }], 929 }],
926 ], 930 ],
927 } 931 }
OLDNEW
« no previous file with comments | « base/DEPS ('k') | base/libxml_utils.h » ('j') | content/gpu/gpu_info_collector_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698