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

Side by Side Diff: ui/accessibility/accessibility.gyp

Issue 513633002: Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle generation steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 # include ax_enums.h, a generated header. 90 # include ax_enums.h, a generated header.
91 'hard_dependency': 1, 91 'hard_dependency': 1,
92 'dependencies': [ 92 'dependencies': [
93 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations' 93 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations'
94 ], 94 ],
95 'sources': [ 95 'sources': [
96 '<@(schema_files)', 96 '<@(schema_files)',
97 ], 97 ],
98 'msvs_disabled_warnings': [ 4267 ], 98 'msvs_disabled_warnings': [ 4267 ],
99 'includes': [ 99 'includes': [
100 '../../build/json_schema_bundle_compile.gypi',
101 '../../build/json_schema_compile.gypi', 100 '../../build/json_schema_compile.gypi',
102 ], 101 ],
103 'variables': { 102 'variables': {
104 'chromium_code': 1, 103 'chromium_code': 1,
105 'schema_files': [ 104 'schema_files': [
106 'ax_enums.idl', 105 'ax_enums.idl',
107 ], 106 ],
108 'non_compiled_schema_files': [], 107 'non_compiled_schema_files': [],
109 'cc_dir': 'ui/accessibility', 108 'cc_dir': 'ui/accessibility',
110 # TODO(dtseng): Change this once all files under ui/accessibility 109 # TODO(dtseng): Change this once all files under ui/accessibility
111 # namespaced under ui::ax. 110 # namespaced under ui::ax.
112 'root_namespace': 'ui', 111 'root_namespace': 'ui',
113 }, 112 },
114 }, 113 },
115 ], 114 ],
116 } 115 }
OLDNEW
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698