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

Side by Side Diff: chrome/chrome_common.gypi

Issue 402099: Add an accessibility API for events raised outside of the web content. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 10 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/accessibility_events.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 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 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 16 matching lines...) Expand all
27 'common/hi_res_timer_manager.cc', 27 'common/hi_res_timer_manager.cc',
28 'common/hi_res_timer_manager.h', 28 'common/hi_res_timer_manager.h',
29 'common/temp_scaffolding_stubs.cc', 29 'common/temp_scaffolding_stubs.cc',
30 ], 30 ],
31 }], 31 }],
32 ], 32 ],
33 'sources': [ 33 'sources': [
34 # .cc, .h, and .mm files under chrome/common that are used on all 34 # .cc, .h, and .mm files under chrome/common that are used on all
35 # platforms, including both 32-bit and 64-bit Windows. 35 # platforms, including both 32-bit and 64-bit Windows.
36 # Test files are not included. 36 # Test files are not included.
37 'common/accessibility_events.h',
38 'common/accessibility_events.cc',
37 'common/bindings_policy.h', 39 'common/bindings_policy.h',
38 'common/child_process.cc', 40 'common/child_process.cc',
39 'common/child_process.h', 41 'common/child_process.h',
40 'common/child_process_info.cc', 42 'common/child_process_info.cc',
41 'common/child_process_info.h', 43 'common/child_process_info.h',
42 'common/child_process_logging.h', 44 'common/child_process_logging.h',
43 'common/child_process_logging_linux.cc', 45 'common/child_process_logging_linux.cc',
44 'common/child_process_logging_mac.mm', 46 'common/child_process_logging_mac.mm',
45 'common/child_process_logging_win.cc', 47 'common/child_process_logging_win.cc',
46 'common/child_thread.cc', 48 'common/child_thread.cc',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'configurations': { 381 'configurations': {
380 'Common_Base': { 382 'Common_Base': {
381 'msvs_target_platform': 'x64', 383 'msvs_target_platform': 'x64',
382 }, 384 },
383 }, 385 },
384 }, 386 },
385 ], 387 ],
386 }], 388 }],
387 ], 389 ],
388 } 390 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/accessibility_events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698