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

Side by Side Diff: third_party/closure_compiler/externs/compiled_resources.gyp

Issue 1234753002: Revert "Teach i18nTemplate.process() to handle <link rel=import> and <template>" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 ######################################################## 5 ########################################################
6 # NOTE: THIS FILE IS GENERATED. DO NOT EDIT IT! # 6 # NOTE: THIS FILE IS GENERATED. DO NOT EDIT IT! #
7 # Instead, run create_externs_gyp.py to regenerate it. # 7 # Instead, run create_externs_gyp.py to regenerate it. #
8 ######################################################## 8 ########################################################
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 }, 42 },
43 { 43 {
44 'target_name': 'metrics_private', 44 'target_name': 'metrics_private',
45 'includes': ['../externs_js.gypi'], 45 'includes': ['../externs_js.gypi'],
46 }, 46 },
47 { 47 {
48 'target_name': 'passwords_private', 48 'target_name': 'passwords_private',
49 'includes': ['../externs_js.gypi'], 49 'includes': ['../externs_js.gypi'],
50 }, 50 },
51 { 51 {
52 'target_name': 'pending_compiler_externs',
53 'includes': ['../externs_js.gypi'],
54 },
55 {
56 'target_name': 'search_engines_private', 52 'target_name': 'search_engines_private',
57 'includes': ['../externs_js.gypi'], 53 'includes': ['../externs_js.gypi'],
58 }, 54 },
59 { 55 {
60 'target_name': 'settings_private', 56 'target_name': 'settings_private',
61 'includes': ['../externs_js.gypi'], 57 'includes': ['../externs_js.gypi'],
62 }, 58 },
63 { 59 {
64 'target_name': 'system_private', 60 'target_name': 'system_private',
65 'includes': ['../externs_js.gypi'], 61 'includes': ['../externs_js.gypi'],
66 }, 62 },
67 { 63 {
68 'target_name': 'users_private', 64 'target_name': 'users_private',
69 'includes': ['../externs_js.gypi'], 65 'includes': ['../externs_js.gypi'],
70 }, 66 },
71 ], 67 ],
72 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698