File: compiled_resources2.gyp

package info (click to toggle)
qtwebengine-opensource-src 5.11.3%2Bdfsg-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,551,988 kB
  • sloc: cpp: 10,064,061; ansic: 3,832,841; asm: 590,489; python: 455,759; xml: 261,729; sh: 90,157; objc: 77,089; perl: 71,296; makefile: 27,041; cs: 23,492; yacc: 14,360; tcl: 12,756; php: 4,714; lex: 4,028; pascal: 3,741; ml: 3,543; ruby: 1,497; lisp: 1,490; awk: 183; csh: 117; sed: 54
file content (52 lines) | stat: -rw-r--r-- 3,334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Add your directory-specific .gyp file to this list for it to be continuously
# typechecked on the builder:
# http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux
#
# Also, see our guide to Closure compilation in chrome:
# https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
{
  'targets': [
    {
      'target_name': 'compiled_resources2',
      'type': 'none',
      'dependencies': [
        '<(DEPTH)/chrome/browser/resources/bookmark_manager/js/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/braille_ime/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/login/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/network_ui/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/quick_unlock/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/select_to_speak/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/chromeos/sys_internals/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/cryptotoken/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/download_internals/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/md_bookmarks/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/md_downloads/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/md_extensions/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/md_history/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/md_user_manager/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/media_router/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/ntp4/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/offline_pages/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/pdf/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/print_preview/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/print_preview/new/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/settings/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/signin/dice_sync_confirmation/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/webapks/compiled_resources2.gyp:*',
        '<(DEPTH)/chrome/browser/resources/welcome/dice_welcome/compiled_resources2.gyp:*',
        '<(DEPTH)/ui/file_manager/compiled_resources2.gyp:*',
        '<(DEPTH)/ui/webui/resources/cr_components/compiled_resources2.gyp:*',
        '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:*',
        '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:*',
        '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:*',
      ],
    },
  ]
}