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

Side by Side Diff: chromeos/chromeos.gyp

Issue 11885046: Adding a separate ONC validation binary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a description of the exist status. Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/chromeos_tools.gypi » ('j') | chromeos/chromeos_tools.gypi » ('J')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [
10 'chromeos_tools.gypi'
11 ],
9 'targets': [ 12 'targets': [
10 { 13 {
11 'target_name': 'chromeos', 14 'target_name': 'chromeos',
12 'type': '<(component)', 15 'type': '<(component)',
13 'dependencies': [ 16 'dependencies': [
14 '../base/base.gyp:base', 17 '../base/base.gyp:base',
15 '../build/linux/system.gyp:dbus', 18 '../build/linux/system.gyp:dbus',
16 '../build/linux/system.gyp:ssl', 19 '../build/linux/system.gyp:ssl',
17 '../dbus/dbus.gyp:dbus', 20 '../dbus/dbus.gyp:dbus',
18 '../net/net.gyp:net', 21 '../net/net.gyp:net',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 '../third_party/cros_system_api/dbus/video_activity_update.proto', 419 '../third_party/cros_system_api/dbus/video_activity_update.proto',
417 ], 420 ],
418 'variables': { 421 'variables': {
419 'proto_in_dir': '../third_party/cros_system_api/dbus/', 422 'proto_in_dir': '../third_party/cros_system_api/dbus/',
420 'proto_out_dir': 'chromeos/dbus', 423 'proto_out_dir': 'chromeos/dbus',
421 }, 424 },
422 'includes': ['../build/protoc.gypi'], 425 'includes': ['../build/protoc.gypi'],
423 }, 426 },
424 ], 427 ],
425 } 428 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/chromeos_tools.gypi » ('j') | chromeos/chromeos_tools.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698