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

Side by Side Diff: chrome/chrome.gyp

Issue 1271523003: Remove remoting client plugin from chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android and GN build Created 5 years, 4 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 | « chrome/app/chrome_main_delegate.cc ('k') | chrome/chrome_tests_unit.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'chromium_child_dependencies': [ 45 'chromium_child_dependencies': [
46 # Use whatever CLD2 data access mode that the application 46 # Use whatever CLD2 data access mode that the application
47 # embedder is using. 47 # embedder is using.
48 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], 48 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
49 }], 49 }],
50 ['enable_plugins==1 and disable_nacl==0', { 50 ['enable_plugins==1 and disable_nacl==0', {
51 'chromium_child_dependencies': [ 51 'chromium_child_dependencies': [
52 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_ plugin', 52 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_ plugin',
53 ], 53 ],
54 }], 54 }],
55 ['remoting==1', {
56 'chromium_child_dependencies': [
57 '../remoting/remoting.gyp:remoting_client_plugin',
58 ],
59 }],
60 ], 55 ],
61 }], 56 }],
62 ['enable_basic_printing==1 or enable_print_preview==1', { 57 ['enable_basic_printing==1 or enable_print_preview==1', {
63 'chromium_browser_dependencies': [ 58 'chromium_browser_dependencies': [
64 '../printing/printing.gyp:printing', 59 '../printing/printing.gyp:printing',
65 ], 60 ],
66 }], 61 }],
67 ['enable_print_preview==1', { 62 ['enable_print_preview==1', {
68 'chromium_browser_dependencies': [ 63 'chromium_browser_dependencies': [
69 'service', 64 'service',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 '<(DEPTH)/third_party/kasko' 832 '<(DEPTH)/third_party/kasko'
838 ], 833 ],
839 }, 834 },
840 }, 835 },
841 }, 836 },
842 }, 837 },
843 ], 838 ],
844 }], 839 }],
845 ], # 'conditions' 840 ], # 'conditions'
846 } 841 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698