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

Side by Side Diff: content/content_common.gypi

Issue 12335101: Move some accessibility methods, enums and interfaces into the content/public API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address review comments Created 7 years, 9 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
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/components_tracing.gyp:tracing', 9 '../components/components_tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
11 '../net/net.gyp:net', 11 '../net/net.gyp:net',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../third_party/icu/icu.gyp:icuuc', 13 '../third_party/icu/icu.gyp:icuuc',
14 '../ui/ui.gyp:shell_dialogs', 14 '../ui/ui.gyp:shell_dialogs',
15 '../ui/ui.gyp:ui', 15 '../ui/ui.gyp:ui',
16 '../webkit/support/webkit_support.gyp:user_agent', 16 '../webkit/support/webkit_support.gyp:user_agent',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '..', 19 '..',
20 ], 20 ],
21 'export_dependent_settings': [ 21 'export_dependent_settings': [
22 '../base/base.gyp:base', 22 '../base/base.gyp:base',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 'public/common/accessibility_mode.h',
25 'public/common/bindings_policy.h', 26 'public/common/bindings_policy.h',
26 'public/common/child_process_host.h', 27 'public/common/child_process_host.h',
27 'public/common/child_process_host_delegate.cc', 28 'public/common/child_process_host_delegate.cc',
28 'public/common/child_process_host_delegate.h', 29 'public/common/child_process_host_delegate.h',
29 'public/common/child_process_sandbox_support_linux.h', 30 'public/common/child_process_sandbox_support_linux.h',
30 'public/common/content_constants.cc', 31 'public/common/content_constants.cc',
31 'public/common/content_constants.h', 32 'public/common/content_constants.h',
32 'public/common/content_descriptors.h', 33 'public/common/content_descriptors.h',
33 'public/common/content_ipc_logging.h', 34 'public/common/content_ipc_logging.h',
34 'public/common/content_paths.h', 35 'public/common/content_paths.h',
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 577 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
577 '<(output)', 578 '<(output)',
578 '<(PRODUCT_DIR)', 579 '<(PRODUCT_DIR)',
579 ], 580 ],
580 'msvs_cygwin_shell': 1, 581 'msvs_cygwin_shell': 1,
581 }, 582 },
582 ] 583 ]
583 }], 584 }],
584 ], 585 ],
585 } 586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698