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

Side by Side Diff: content/content_common.gypi

Issue 116293005: Refactor content/ to use ui::AXNodeData instead of blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update content/DEPS instead of subdirs Created 6 years, 11 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 | « content/content_browser.gypi ('k') | content/content_renderer.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
11 '../third_party/icu/icu.gyp:icuuc', 11 '../third_party/icu/icu.gyp:icuuc',
12 '../ui/accessibility/accessibility.gyp:accessibility',
12 '../ui/gfx/gfx.gyp:gfx', 13 '../ui/gfx/gfx.gyp:gfx',
13 '../ui/gfx/gfx.gyp:gfx_geometry', 14 '../ui/gfx/gfx.gyp:gfx_geometry',
14 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 15 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
15 '../ui/ui.gyp:ui', 16 '../ui/ui.gyp:ui',
16 '../url/url.gyp:url_lib', 17 '../url/url.gyp:url_lib',
17 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 18 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
18 ], 19 ],
19 'include_dirs': [ 20 'include_dirs': [
20 '..', 21 '..',
21 ], 22 ],
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'public/common/url_constants.cc', 99 'public/common/url_constants.cc',
99 'public/common/url_constants.h', 100 'public/common/url_constants.h',
100 'public/common/url_fetcher.h', 101 'public/common/url_fetcher.h',
101 'public/common/url_utils.cc', 102 'public/common/url_utils.cc',
102 'public/common/url_utils.h', 103 'public/common/url_utils.h',
103 'public/common/user_metrics_action.h', 104 'public/common/user_metrics_action.h',
104 'public/common/webplugininfo.cc', 105 'public/common/webplugininfo.cc',
105 'public/common/webplugininfo.h', 106 'public/common/webplugininfo.h',
106 'public/common/zygote_fork_delegate_linux.h', 107 'public/common/zygote_fork_delegate_linux.h',
107 'common/accessibility_messages.h', 108 'common/accessibility_messages.h',
108 'common/accessibility_node_data.cc',
109 'common/accessibility_node_data.h',
110 'common/all_messages.h', 109 'common/all_messages.h',
111 'common/android/address_parser.cc', 110 'common/android/address_parser.cc',
112 'common/android/address_parser.h', 111 'common/android/address_parser.h',
113 'common/android/address_parser_internal.cc', 112 'common/android/address_parser_internal.cc',
114 'common/android/address_parser_internal.h', 113 'common/android/address_parser_internal.h',
115 'common/android/common_jni_registrar.cc', 114 'common/android/common_jni_registrar.cc',
116 'common/android/common_jni_registrar.h', 115 'common/android/common_jni_registrar.h',
117 'common/android/device_telephony_info.cc', 116 'common/android/device_telephony_info.cc',
118 'common/android/device_telephony_info.h', 117 'common/android/device_telephony_info.h',
119 'common/android/hash_set.cc', 118 'common/android/hash_set.cc',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 651 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
653 'common/sandbox_linux/bpf_renderer_policy_linux.h', 652 'common/sandbox_linux/bpf_renderer_policy_linux.h',
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
656 ], 655 ],
657 }, { 656 }, {
658 'defines': ['USE_SECCOMP_BPF'], 657 'defines': ['USE_SECCOMP_BPF'],
659 }], 658 }],
660 ], 659 ],
661 } 660 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698