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

Side by Side Diff: build/all.gyp

Issue 579026: Move candidate_window from third_party/chromeos_text_input to chrome/browser/chromeos/text_input. (Closed)
Patch Set: Created 10 years, 10 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 | chrome/browser/chromeos/text_input/candidate_window.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '../third_party/libevent/libevent.gyp:*', 107 '../third_party/libevent/libevent.gyp:*',
108 ], 108 ],
109 }], 109 }],
110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
111 'dependencies': [ 111 'dependencies': [
112 '../views/views.gyp:*', 112 '../views/views.gyp:*',
113 ], 113 ],
114 }], 114 }],
115 ['chromeos==1', { 115 ['chromeos==1', {
116 'dependencies': [ 116 'dependencies': [
117 '../third_party/chromeos_text_input/text_input.gyp:*', 117 '../chrome/browser/chromeos/text_input/text_input.gyp:*',
118 ], 118 ],
119 }], 119 }],
120 ], 120 ],
121 }, 121 },
122 ], 122 ],
123 'conditions': [ 123 'conditions': [
124 ['OS=="mac"', { 124 ['OS=="mac"', {
125 'targets': [ 125 'targets': [
126 { 126 {
127 # Target to build everything plus the dmg. We don't put the dmg 127 # Target to build everything plus the dmg. We don't put the dmg
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 ], # targets 251 ], # targets
252 }], # OS="win" 252 }], # OS="win"
253 ], # conditions 253 ], # conditions
254 } 254 }
255 255
256 # Local Variables: 256 # Local Variables:
257 # tab-width:2 257 # tab-width:2
258 # indent-tabs-mode:nil 258 # indent-tabs-mode:nil
259 # End: 259 # End:
260 # vim: set expandtab tabstop=2 shiftwidth=2: 260 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/text_input/candidate_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698