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

Side by Side Diff: chromeos/chromeos.gyp

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make chromeos crypto dep explicit. Created 7 years, 4 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 | « chrome/chrome_tests.gypi ('k') | content/content_tests.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) 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': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
11 'chromeos_tools.gypi', 11 'chromeos_tools.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'chromeos', 15 'target_name': 'chromeos',
16 'type': '<(component)', 16 'type': '<(component)',
17 'dependencies': [ 17 'dependencies': [
18 '../base/base.gyp:base', 18 '../base/base.gyp:base',
19 '../base/base.gyp:base_prefs', 19 '../base/base.gyp:base_prefs',
20 '../crypto/crypto.gyp:crypto',
20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
21 '../build/linux/system.gyp:dbus', 22 '../build/linux/system.gyp:dbus',
22 '../build/linux/system.gyp:ssl', 23 '../build/linux/system.gyp:ssl',
23 '../dbus/dbus.gyp:dbus', 24 '../dbus/dbus.gyp:dbus',
24 '../net/net.gyp:net', 25 '../net/net.gyp:net',
25 '../third_party/libxml/libxml.gyp:libxml', 26 '../third_party/libxml/libxml.gyp:libxml',
26 '../url/url.gyp:url_lib', 27 '../url/url.gyp:url_lib',
27 'ime/input_method.gyp:gencode', 28 'ime/input_method.gyp:gencode',
28 'power_manager_proto', 29 'power_manager_proto',
29 ], 30 ],
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 545 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
545 ], 546 ],
546 'variables': { 547 'variables': {
547 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 548 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
548 'proto_out_dir': 'chromeos/dbus/power_manager', 549 'proto_out_dir': 'chromeos/dbus/power_manager',
549 }, 550 },
550 'includes': ['../build/protoc.gypi'], 551 'includes': ['../build/protoc.gypi'],
551 }, 552 },
552 ], 553 ],
553 } 554 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698