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

Side by Side Diff: build/all.gyp

Issue 2818017: Move candidate_window.cc to input_method directory. (Closed)
Patch Set: Created 10 years, 6 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/input_method/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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 '../third_party/libevent/libevent.gyp:*', 115 '../third_party/libevent/libevent.gyp:*',
116 ], 116 ],
117 }], 117 }],
118 ['toolkit_views==1', { 118 ['toolkit_views==1', {
119 'dependencies': [ 119 'dependencies': [
120 '../views/views.gyp:*', 120 '../views/views.gyp:*',
121 ], 121 ],
122 }], 122 }],
123 ['chromeos==1', { 123 ['chromeos==1', {
124 'dependencies': [ 124 'dependencies': [
125 '../chrome/browser/chromeos/text_input/text_input.gyp:*', 125 '../chrome/browser/chromeos/input_method/candidate_window.gyp:*',
126 ], 126 ],
127 }], 127 }],
128 ['remoting==1', { 128 ['remoting==1', {
129 'dependencies': [ 129 'dependencies': [
130 '../remoting/remoting.gyp:*', 130 '../remoting/remoting.gyp:*',
131 ], 131 ],
132 }], 132 }],
133 ], 133 ],
134 }, 134 },
135 ], 135 ],
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 '../gfx/gfx.gyp:gfx_unittests', 321 '../gfx/gfx.gyp:gfx_unittests',
322 '../ipc/ipc.gyp:ipc_tests', 322 '../ipc/ipc.gyp:ipc_tests',
323 '../media/media.gyp:ffmpeg_tests', 323 '../media/media.gyp:ffmpeg_tests',
324 '../media/media.gyp:media_unittests', 324 '../media/media.gyp:media_unittests',
325 '../media/media.gyp:omx_test', 325 '../media/media.gyp:omx_test',
326 '../net/net.gyp:net_unittests', 326 '../net/net.gyp:net_unittests',
327 '../printing/printing.gyp:printing_unittests', 327 '../printing/printing.gyp:printing_unittests',
328 '../remoting/remoting.gyp:remoting_unittests', 328 '../remoting/remoting.gyp:remoting_unittests',
329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
330 'temp_gyp/googleurl.gyp:googleurl_unittests', 330 'temp_gyp/googleurl.gyp:googleurl_unittests',
331 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow', 331 '../chrome/browser/chromeos/input_method/candidate_window.gyp:candid ate_window',
332 ], 332 ],
333 }, 333 },
334 ], # targets 334 ], # targets
335 }], # "chromeos==1" 335 }], # "chromeos==1"
336 ], # conditions 336 ], # conditions
337 } 337 }
338 338
339 # Local Variables: 339 # Local Variables:
340 # tab-width:2 340 # tab-width:2
341 # indent-tabs-mode:nil 341 # indent-tabs-mode:nil
342 # End: 342 # End:
343 # vim: set expandtab tabstop=2 shiftwidth=2: 343 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698