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

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

Issue 1827103005: [GN] Add support for generating Xcode projects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improve comment about "assert(product_type != "")" Created 4 years, 7 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
« no previous file with comments | « build/config/ios/rules.gni ('k') | tools/gn/DEPS » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 defines = [ "GN_BUILD" ] 7 defines = [ "GN_BUILD" ]
8 8
9 static_library("gn_lib") { 9 static_library("gn_lib") {
10 configs += [ "//build/config:precompiled_headers" ] 10 configs += [ "//build/config:precompiled_headers" ]
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "value_extractors.cc", 200 "value_extractors.cc",
201 "value_extractors.h", 201 "value_extractors.h",
202 "variables.cc", 202 "variables.cc",
203 "variables.h", 203 "variables.h",
204 "visibility.cc", 204 "visibility.cc",
205 "visibility.h", 205 "visibility.h",
206 "visual_studio_utils.cc", 206 "visual_studio_utils.cc",
207 "visual_studio_utils.h", 207 "visual_studio_utils.h",
208 "visual_studio_writer.cc", 208 "visual_studio_writer.cc",
209 "visual_studio_writer.h", 209 "visual_studio_writer.h",
210 "xcode_object.cc",
211 "xcode_object.h",
212 "xcode_writer.cc",
213 "xcode_writer.h",
210 "xml_element_writer.cc", 214 "xml_element_writer.cc",
211 "xml_element_writer.h", 215 "xml_element_writer.h",
212 ] 216 ]
213 217
214 deps = [ 218 deps = [
215 "//base", 219 "//base",
216 "//base/third_party/dynamic_annotations", 220 "//base/third_party/dynamic_annotations",
217 ] 221 ]
218 } 222 }
219 223
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "format_test_data/", 326 "format_test_data/",
323 ] 327 ]
324 328
325 deps = [ 329 deps = [
326 ":gn_lib", 330 ":gn_lib",
327 "//base/test:run_all_unittests", 331 "//base/test:run_all_unittests",
328 "//base/test:test_support", 332 "//base/test:test_support",
329 "//testing/gtest", 333 "//testing/gtest",
330 ] 334 ]
331 } 335 }
OLDNEW
« no previous file with comments | « build/config/ios/rules.gni ('k') | tools/gn/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698