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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2031004: Revert 46567 - Reimplement accessibility of web content by caching the entire... (Closed) Base URL: svn://svn.chromium.org/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 | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/chrome_tests.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2769 matching lines...) Expand 10 before | Expand all | Expand 10 after
2780 '__STD_C', 2780 '__STD_C',
2781 '_CRT_SECURE_NO_DEPRECATE', 2781 '_CRT_SECURE_NO_DEPRECATE',
2782 '_SCL_SECURE_NO_DEPRECATE', 2782 '_SCL_SECURE_NO_DEPRECATE',
2783 ], 2783 ],
2784 'include_dirs': [ 2784 'include_dirs': [
2785 '<(DEPTH)/third_party/wtl/include', 2785 '<(DEPTH)/third_party/wtl/include',
2786 ], 2786 ],
2787 'dependencies': [ 2787 'dependencies': [
2788 '../gears/gears.gyp:gears', 2788 '../gears/gears.gyp:gears',
2789 '../google_update/google_update.gyp:google_update', 2789 '../google_update/google_update.gyp:google_update',
2790 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2791 '../views/views.gyp:views', 2790 '../views/views.gyp:views',
2792 '<(allocator_target)', 2791 '<(allocator_target)',
2793 ], 2792 ],
2794 'export_dependent_settings': [ 2793 'export_dependent_settings': [
2795 '../views/views.gyp:views', 2794 '../views/views.gyp:views',
2796 ], 2795 ],
2797 'sources': [ 2796 'sources': [
2798 # NaCl broker is used on Windows only 2797 # NaCl broker is used on Windows only
2799 'browser/nacl_host/nacl_broker_host.cc', 2798 'browser/nacl_host/nacl_broker_host.cc',
2800 'browser/nacl_host/nacl_broker_host.h', 2799 'browser/nacl_host/nacl_broker_host.h',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 ] 3422 ]
3424 }, 3423 },
3425 ], 3424 ],
3426 } 3425 }
3427 3426
3428 # Local Variables: 3427 # Local Variables:
3429 # tab-width:2 3428 # tab-width:2
3430 # indent-tabs-mode:nil 3429 # indent-tabs-mode:nil
3431 # End: 3430 # End:
3432 # vim: set expandtab tabstop=2 shiftwidth=2: 3431 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698