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

Side by Side Diff: ui/webui/resources/js/compiled_resources.gyp

Issue 2114803004: Convert quick_unlock/pin_keyboard to v2 Closure GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'assert', 7 'target_name': 'assert',
8 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
9 }, 9 },
10 { 10 {
11 'target_name': 'cr', 11 'target_name': 'cr',
12 'variables': { 12 'variables': {
13 'depends': ['compiled_resources.gyp:promise_resolver'], 13 'depends': ['compiled_resources.gyp:promise_resolver'],
14 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'], 14 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'],
15 }, 15 },
16 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 16 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
17 }, 17 },
18 { 18 {
19 'target_name': 'event_tracker', 19 'target_name': 'event_tracker',
20 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 20 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
21 }, 21 },
22 { 22 {
23 'target_name': 'i18n_behavior',
24 'variables': {
25 'depends': [
26 'load_time_data.js',
27 'parse_html_subset.js',
28 ],
29 },
30 },
31 {
23 'target_name': 'i18n_template_no_process', 32 'target_name': 'i18n_template_no_process',
24 'variables': { 33 'variables': {
25 'depends': ['compiled_resources.gyp:load_time_data'], 34 'depends': ['compiled_resources.gyp:load_time_data'],
26 'externs': ['../../../../third_party/closure_compiler/externs/pending_co mpiler_externs.js'], 35 'externs': ['../../../../third_party/closure_compiler/externs/pending_co mpiler_externs.js'],
27 }, 36 },
28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 37 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
29 }, 38 },
30 { 39 {
31 'target_name': 'i18n_template', 40 'target_name': 'i18n_template',
32 'variables': { 41 'variables': {
(...skipping 25 matching lines...) Expand all
58 'target_name': 'util', 67 'target_name': 'util',
59 'variables': { 68 'variables': {
60 'depends': ['compiled_resources.gyp:cr', 'assert.js'], 69 'depends': ['compiled_resources.gyp:cr', 'assert.js'],
61 # TODO(jlklein): Get <(VARIABLES) in transient externs/depends working. 70 # TODO(jlklein): Get <(VARIABLES) in transient externs/depends working.
62 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'], 71 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'],
63 }, 72 },
64 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 73 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
65 }, 74 },
66 ], 75 ],
67 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698