summaryrefslogtreecommitdiff
path: root/gn/src/gn/format_test_data/079.golden
blob: c4617b55c5bbccf4e0a50877b78aab9e165eee55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 80 ---------------------------------------------------------------------------
# Somewhat more intelligent suffix comments.

core_generated_interface_idl_files =
    generated_webcore_testing_idl_files  # interfaces

core_generated_interface_idl_files =
    generated_webcore_testing_idl_files_and_some_more_longer  # stuff

if (true) {
  if (true) {
    if (true) {
      dllname =
          "{{output_dir}}/{{target_output_name}}{{output_extension}}"  # e.g.
                                                                       # foo.dll
    }
  }
}