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

Side by Side Diff: build/all.gyp

Issue 792002: chromeos: adding session and emit_login_prompt_ready as deps to chromeos_builder (Closed)
Patch Set: Created 10 years, 9 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 | no next file » | 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../chrome/chrome.gyp:unit_tests', 254 '../chrome/chrome.gyp:unit_tests',
255 '../chrome/chrome.gyp:url_fetch_test', 255 '../chrome/chrome.gyp:url_fetch_test',
256 '../ipc/ipc.gyp:ipc_tests', 256 '../ipc/ipc.gyp:ipc_tests',
257 '../media/media.gyp:ffmpeg_tests', 257 '../media/media.gyp:ffmpeg_tests',
258 '../media/media.gyp:media_unittests', 258 '../media/media.gyp:media_unittests',
259 '../media/media.gyp:omx_test', 259 '../media/media.gyp:omx_test',
260 '../net/net.gyp:net_unittests', 260 '../net/net.gyp:net_unittests',
261 '../printing/printing.gyp:printing_unittests', 261 '../printing/printing.gyp:printing_unittests',
262 'temp_gyp/googleurl.gyp:googleurl_unittests', 262 'temp_gyp/googleurl.gyp:googleurl_unittests',
263 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow', 263 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow',
264 # TODO(jiesun): should we put session here? 264 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:session',
265 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:emit_login_prompt_ready',
265 ], 266 ],
266 }, 267 },
267 ], # targets 268 ], # targets
268 }], # "chromeos==1" 269 }], # "chromeos==1"
269 ], # conditions 270 ], # conditions
270 } 271 }
271 272
272 # Local Variables: 273 # Local Variables:
273 # tab-width:2 274 # tab-width:2
274 # indent-tabs-mode:nil 275 # indent-tabs-mode:nil
275 # End: 276 # End:
276 # vim: set expandtab tabstop=2 shiftwidth=2: 277 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698