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

Side by Side Diff: .gn

Issue 1423043002: Fix missing dependencies for //components/crash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: double-sigh. Add v8 config to content_descriptors target Created 5 years, 1 month 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 | « no previous file | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the GN meta build system to find the root of the source 1 # This file is used by the GN meta build system to find the root of the source
2 # tree and to set startup options. For documentation on the values set in this 2 # tree and to set startup options. For documentation on the values set in this
3 # file, run "gn help dotfile" at the command line. 3 # file, run "gn help dotfile" at the command line.
4 4
5 # The location of the build configuration file. 5 # The location of the build configuration file.
6 buildconfig = "//build/config/BUILDCONFIG.gn" 6 buildconfig = "//build/config/BUILDCONFIG.gn"
7 7
8 # The secondary source root is a parallel directory tree where 8 # The secondary source root is a parallel directory tree where
9 # GN build files are placed when they can not be placed directly 9 # GN build files are placed when they can not be placed directly
10 # in the source tree, e.g. for third party source trees. 10 # in the source tree, e.g. for third party source trees.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "//components/certificate_transparency/*", 51 "//components/certificate_transparency/*",
52 "//components/chrome_apps/*", 52 "//components/chrome_apps/*",
53 "//components/clipboard/*", 53 "//components/clipboard/*",
54 "//components/cloud_devices/*", 54 "//components/cloud_devices/*",
55 "//components/component_updater/*", 55 "//components/component_updater/*",
56 "//components/compression/*", 56 "//components/compression/*",
57 "//components/constrained_window/*", 57 "//components/constrained_window/*",
58 "//components/content_settings/*", 58 "//components/content_settings/*",
59 "//components/cookie_config/*", 59 "//components/cookie_config/*",
60 "//components/copresence/*", 60 "//components/copresence/*",
61 61 "//components/crash/*",
62 #"//components/crash/*", TODO(brettw) once conflicting patches are landed.
63 "//components/cronet/*", 62 "//components/cronet/*",
64 "//components/crx_file/*", 63 "//components/crx_file/*",
65 "//components/data_reduction_proxy/*", 64 "//components/data_reduction_proxy/*",
66 "//components/data_usage/*", 65 "//components/data_usage/*",
67 "//components/data_use_measurement/*", 66 "//components/data_use_measurement/*",
68 "//components/device_event_log/*", 67 "//components/device_event_log/*",
69 "//components/devtools_discovery/*", 68 "//components/devtools_discovery/*",
70 "//components/devtools_http_handler/*", 69 "//components/devtools_http_handler/*",
71 "//components/devtools_service/*", 70 "//components/devtools_service/*",
72 71
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "//tools/gn/format_test_data/055.golden", 344 "//tools/gn/format_test_data/055.golden",
346 "//tools/gn/function_exec_script.cc", 345 "//tools/gn/function_exec_script.cc",
347 "//tools/gn/gn.gyp", 346 "//tools/gn/gn.gyp",
348 "//tools/gn/input_conversion.cc", 347 "//tools/gn/input_conversion.cc",
349 "//tools/gn/misc/emacs/gn.el", 348 "//tools/gn/misc/emacs/gn.el",
350 "//tools/gn/misc/vim/syntax/gn.vim", 349 "//tools/gn/misc/vim/syntax/gn.vim",
351 "//tools/gn/setup.cc", 350 "//tools/gn/setup.cc",
352 "//ui/accessibility/BUILD.gn", 351 "//ui/accessibility/BUILD.gn",
353 "//ui/views/BUILD.gn", 352 "//ui/views/BUILD.gn",
354 ] 353 ]
OLDNEW
« no previous file with comments | « no previous file | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698