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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('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 13 matching lines...) Expand all
24 # TODO(tbarzic): Cleanup this list. 24 # TODO(tbarzic): Cleanup this list.
25 'attestation_proto', 25 'attestation_proto',
26 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ', 26 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ',
27 'browser_extensions', 27 'browser_extensions',
28 'cert_logger_proto', 28 'cert_logger_proto',
29 'chrome_resources.gyp:chrome_extra_resources', 29 'chrome_resources.gyp:chrome_extra_resources',
30 'chrome_resources.gyp:chrome_resources', 30 'chrome_resources.gyp:chrome_resources',
31 'chrome_resources.gyp:platform_locale_settings', 31 'chrome_resources.gyp:platform_locale_settings',
32 'chrome_resources.gyp:theme_resources', 32 'chrome_resources.gyp:theme_resources',
33 'common', 33 'common',
34 'common/extensions/api/api.gyp:api', 34 'common/extensions/api/api.gyp:chrome_api',
35 'common_net', 35 'common_net',
36 'contacts_proto', 36 'contacts_proto',
37 'debugger', 37 'debugger',
38 'device_policy_proto', 38 'device_policy_proto',
39 'drive_proto', 39 'drive_proto',
40 'feedback_proto', 40 'feedback_proto',
41 'in_memory_url_index_cache_proto', 41 'in_memory_url_index_cache_proto',
42 'installer_util', 42 'installer_util',
43 'safe_browsing_proto', 43 'safe_browsing_proto',
44 'safe_browsing_report_proto', 44 'safe_browsing_report_proto',
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'browser/chromeos/attestation/attestation_signed_data.proto', 1038 'browser/chromeos/attestation/attestation_signed_data.proto',
1039 ], 1039 ],
1040 'variables': { 1040 'variables': {
1041 'proto_in_dir': 'browser/chromeos/attestation', 1041 'proto_in_dir': 'browser/chromeos/attestation',
1042 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1042 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1043 }, 1043 },
1044 'includes': [ '../build/protoc.gypi' ] 1044 'includes': [ '../build/protoc.gypi' ]
1045 }, 1045 },
1046 ], 1046 ],
1047 } 1047 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698