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

Side by Side Diff: tools/gn/BUILD.gn

Issue 21983003: Make the Mac build work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dunnow Created 7 years, 4 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 | « no previous file | tools/gn/config_values.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 static_library("gn_lib") { 1 static_library("gn_lib") {
2 sources = [ 2 sources = [
3 "build_settings.cc", 3 "build_settings.cc",
4 "build_settings.h", 4 "build_settings.h",
5 "command_desc.cc", 5 "command_desc.cc",
6 "command_gen.cc", 6 "command_gen.cc",
7 "command_help.cc", 7 "command_help.cc",
8 "command.cc", 8 "commands.cc",
9 "command.h", 9 "commands.h",
10 "config.cc", 10 "config.cc",
11 "config.h", 11 "config.h",
12 "config_values.cc",
12 "config_values.h", 13 "config_values.h",
13 "config_values_extractors.cc", 14 "config_values_extractors.cc",
14 "config_values_extractors.h", 15 "config_values_extractors.h",
15 "config_values_generator.cc", 16 "config_values_generator.cc",
16 "config_values_generator.h", 17 "config_values_generator.h",
17 "err.cc", 18 "err.cc",
18 "err.h", 19 "err.h",
19 "escape.cc", 20 "escape.cc",
20 "escape.h", 21 "escape.h",
21 "file_template.cc", 22 "file_template.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "//base:run_all_unittests", 145 "//base:run_all_unittests",
145 "//base:test_support_base", 146 "//base:test_support_base",
146 "//testing:gtest", 147 "//testing:gtest",
147 ] 148 ]
148 } 149 }
149 150
150 executable("generate_test_gn_data") { 151 executable("generate_test_gn_data") {
151 sources = [ "generate_test_gn_data.cc" ] 152 sources = [ "generate_test_gn_data.cc" ]
152 deps = [ "//base" ] 153 deps = [ "//base" ]
153 } 154 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/config_values.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698