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

Side by Side Diff: content/content_browser.gypi

Issue 10991068: Have content_browser depend on printing only if not on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
11 '../printing/printing.gyp:printing',
12 '../net/net.gyp:net', 11 '../net/net.gyp:net',
13 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
14 '../third_party/zlib/zlib.gyp:zlib', 13 '../third_party/zlib/zlib.gyp:zlib',
15 '../ui/ui.gyp:ui', 14 '../ui/ui.gyp:ui',
16 '../ui/ui.gyp:ui_resources', 15 '../ui/ui.gyp:ui_resources',
17 ], 16 ],
18 'include_dirs': [ 17 'include_dirs': [
19 '..', 18 '..',
20 '<(INTERMEDIATE_DIR)', 19 '<(INTERMEDIATE_DIR)',
21 ], 20 ],
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 ['include', '^public/browser/notification_registrar\\.cc$'], 872 ['include', '^public/browser/notification_registrar\\.cc$'],
874 ['include', '^public/browser/speech_recognition_'], 873 ['include', '^public/browser/speech_recognition_'],
875 ['include', '^browser/browser_context\\.cc$'], 874 ['include', '^browser/browser_context\\.cc$'],
876 ['include', '^browser/notification_service_impl\\.cc$'], 875 ['include', '^browser/notification_service_impl\\.cc$'],
877 ], 876 ],
878 }, { # OS!="ios" 877 }, { # OS!="ios"
879 'dependencies': [ 878 'dependencies': [
880 'browser/debugger/devtools_resources.gyp:devtools_resources', 879 'browser/debugger/devtools_resources.gyp:devtools_resources',
881 '../net/net.gyp:http_server', 880 '../net/net.gyp:http_server',
882 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 881 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
882 '../printing/printing.gyp:printing',
883 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 883 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
884 '../ui/surface/surface.gyp:surface', 884 '../ui/surface/surface.gyp:surface',
885 '../webkit/support/webkit_support.gyp:dom_storage', 885 '../webkit/support/webkit_support.gyp:dom_storage',
886 '../webkit/support/webkit_support.gyp:webkit_resources', 886 '../webkit/support/webkit_support.gyp:webkit_resources',
887 '../webkit/support/webkit_support.gyp:webkit_strings', 887 '../webkit/support/webkit_support.gyp:webkit_strings',
888 ], 888 ],
889 }], 889 }],
890 ['OS!="mac" and OS!="ios"', { 890 ['OS!="mac" and OS!="ios"', {
891 'dependencies': [ 891 'dependencies': [
892 '../sandbox/sandbox.gyp:sandbox', 892 '../sandbox/sandbox.gyp:sandbox',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 ['exclude', '^browser/renderer_host/java/'], 1069 ['exclude', '^browser/renderer_host/java/'],
1070 ], 1070 ],
1071 }], 1071 }],
1072 ['input_speech==0', { 1072 ['input_speech==0', {
1073 'sources/': [ 1073 'sources/': [
1074 ['exclude', '^browser/speech/'], 1074 ['exclude', '^browser/speech/'],
1075 ], 1075 ],
1076 }], 1076 }],
1077 ], 1077 ],
1078 } 1078 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698