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

Side by Side Diff: third_party/iaccessible2/iaccessible2.gyp

Issue 1637018: Reimplement web content accessibility by caching in browser process (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « third_party/iaccessible2/ia2_api_all.idl ('k') | webkit/glue/webaccessibility.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../../build/common.gypi',
8 ],
9
10 'target_defaults': {
11 'include_dirs': [
12 '.',
13 '<(INTERMEDIATE_DIR)',
14 ],
15 },
16 'targets': [
17 {
18 'target_name': 'iaccessible2',
19 'type': '<(library)',
20 'msvs_guid': 'C974E070-3787-490A-87B0-E333B06CA1E2',
21 'sources': [
22 'ia2_api_all.idl',
23 '<(INTERMEDIATE_DIR)/ia2_api_all.h',
24 '<(INTERMEDIATE_DIR)/ia2_api_all_i.c',
25 '<(INTERMEDIATE_DIR)/ia2_api_all_p.c',
26 ],
27 'hard_dependency': 1,
28 'direct_dependent_settings': {
29 'include_dirs': [
30 # Bit of a hack to work around the built in vstudio rule.
31 '<(INTERMEDIATE_DIR)/../iaccessible2',
32 ],
33 },
34 },
35 ],
36 }
37
38 # Local Variables:
39 # tab-width:2
40 # indent-tabs-mode:nil
41 # End:
42 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « third_party/iaccessible2/ia2_api_all.idl ('k') | webkit/glue/webaccessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698