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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target Created 7 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 | Annotate | Revision Log
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_extensions.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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'variations_seed_proto', 46 'variations_seed_proto',
47 '../build/linux/system.gyp:dbus', 47 '../build/linux/system.gyp:dbus',
48 '../build/temp_gyp/googleurl.gyp:googleurl', 48 '../build/temp_gyp/googleurl.gyp:googleurl',
49 '../chromeos/chromeos.gyp:chromeos', 49 '../chromeos/chromeos.gyp:chromeos',
50 '../chromeos/chromeos.gyp:chromeos_memory', 50 '../chromeos/chromeos.gyp:chromeos_memory',
51 '../content/content.gyp:content_browser', 51 '../content/content.gyp:content_browser',
52 '../content/content.gyp:content_common', 52 '../content/content.gyp:content_common',
53 '../chromeos/ime/input_method.gyp:gencode', 53 '../chromeos/ime/input_method.gyp:gencode',
54 '../crypto/crypto.gyp:crypto', 54 '../crypto/crypto.gyp:crypto',
55 '../dbus/dbus.gyp:dbus', 55 '../dbus/dbus.gyp:dbus',
56 '../device/device.gyp:device_bluetooth', 56 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
57 '../media/media.gyp:media', 57 '../media/media.gyp:media',
58 '../net/net.gyp:net', 58 '../net/net.gyp:net',
59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
60 '../printing/printing.gyp:printing', 60 '../printing/printing.gyp:printing',
61 '../skia/skia.gyp:skia', 61 '../skia/skia.gyp:skia',
62 '../sync/sync.gyp:sync', 62 '../sync/sync.gyp:sync',
63 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 63 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 65 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
66 '../third_party/cld/cld.gyp:cld', 66 '../third_party/cld/cld.gyp:cld',
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'browser/chromeos/attestation/attestation_key_payload.proto', 921 'browser/chromeos/attestation/attestation_key_payload.proto',
922 ], 922 ],
923 'variables': { 923 'variables': {
924 'proto_in_dir': 'browser/chromeos/attestation', 924 'proto_in_dir': 'browser/chromeos/attestation',
925 'proto_out_dir': 'chrome/browser/chromeos/attestation', 925 'proto_out_dir': 'chrome/browser/chromeos/attestation',
926 }, 926 },
927 'includes': [ '../build/protoc.gypi' ] 927 'includes': [ '../build/protoc.gypi' ]
928 }, 928 },
929 ], 929 ],
930 } 930 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698