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

Side by Side Diff: remoting/remoting_host.gypi

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/remoting_nacl.gyp » ('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 'includes': [ 6 'includes': [
7 'remoting_enable.gypi', 7 'remoting_enable.gypi',
8 ], 8 ],
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 27 matching lines...) Expand all
38 'dependencies': [ 38 'dependencies': [
39 'remoting_base', 39 'remoting_base',
40 'remoting_protocol', 40 'remoting_protocol',
41 'remoting_resources', 41 'remoting_resources',
42 '../base/base.gyp:base_i18n', 42 '../base/base.gyp:base_i18n',
43 '../components/components.gyp:policy', 43 '../components/components.gyp:policy',
44 '../components/components.gyp:policy_component_common', 44 '../components/components.gyp:policy_component_common',
45 '../crypto/crypto.gyp:crypto', 45 '../crypto/crypto.gyp:crypto',
46 '../google_apis/google_apis.gyp:google_apis', 46 '../google_apis/google_apis.gyp:google_apis',
47 '../ipc/ipc.gyp:ipc', 47 '../ipc/ipc.gyp:ipc',
48 '../ui/events/events.gyp:dom4_keycode_converter', 48 '../ui/events/events.gyp:dom_keycode_converter',
49 ], 49 ],
50 'defines': [ 50 'defines': [
51 'HOST_BUNDLE_NAME="<(host_bundle_name)"', 51 'HOST_BUNDLE_NAME="<(host_bundle_name)"',
52 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', 52 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"',
53 'VERSION=<(version_full)', 53 'VERSION=<(version_full)',
54 ], 54 ],
55 'sources': [ 55 'sources': [
56 '<@(remoting_host_sources)', 56 '<@(remoting_host_sources)',
57 ], 57 ],
58 'conditions': [ 58 'conditions': [
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 # Dummy target for chromeos==1 710 # Dummy target for chromeos==1
711 'target_name': 'remoting_it2me_native_messaging_host', 711 'target_name': 'remoting_it2me_native_messaging_host',
712 'type': 'executable', 712 'type': 'executable',
713 }, 713 },
714 ], # targets 714 ], # targets
715 }], # end of chromeos==0 715 }], # end of chromeos==0
716 ], # end of conditions 716 ], # end of conditions
717 }], # end of OS!="win" and enable_remoting_host==1 717 }], # end of OS!="win" and enable_remoting_host==1
718 ], # end of 'conditions' 718 ], # end of 'conditions'
719 } 719 }
OLDNEW
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698