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

Side by Side Diff: build/all.gyp

Issue 2078026: remove dependencies on obsolete chrome os login helper binaries (Closed)
Patch Set: Created 10 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 | « no previous file | chrome/chrome_browser.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) 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 '../gfx/gfx.gyp:gfx_unittests', 306 '../gfx/gfx.gyp:gfx_unittests',
307 '../ipc/ipc.gyp:ipc_tests', 307 '../ipc/ipc.gyp:ipc_tests',
308 '../media/media.gyp:ffmpeg_tests', 308 '../media/media.gyp:ffmpeg_tests',
309 '../media/media.gyp:media_unittests', 309 '../media/media.gyp:media_unittests',
310 '../media/media.gyp:omx_test', 310 '../media/media.gyp:omx_test',
311 '../net/net.gyp:net_unittests', 311 '../net/net.gyp:net_unittests',
312 '../printing/printing.gyp:printing_unittests', 312 '../printing/printing.gyp:printing_unittests',
313 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 313 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
314 'temp_gyp/googleurl.gyp:googleurl_unittests', 314 'temp_gyp/googleurl.gyp:googleurl_unittests',
315 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow', 315 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow',
316 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:session',
317 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:emit_login_prompt_ready',
318 ], 316 ],
319 }, 317 },
320 ], # targets 318 ], # targets
321 }], # "chromeos==1" 319 }], # "chromeos==1"
322 ], # conditions 320 ], # conditions
323 } 321 }
324 322
325 # Local Variables: 323 # Local Variables:
326 # tab-width:2 324 # tab-width:2
327 # indent-tabs-mode:nil 325 # indent-tabs-mode:nil
328 # End: 326 # End:
329 # vim: set expandtab tabstop=2 shiftwidth=2: 327 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698