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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest Created 6 years, 7 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
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 18 matching lines...) Expand all
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:chrome_api', 34 'common/extensions/api/api.gyp:chrome_api',
35 'common_net', 35 'common_net',
36 'debugger', 36 'debugger',
37 'device_policy_proto', 37 'device_policy_proto',
38 'drive_proto', 38 'drive_proto',
39 'feedback_proto',
40 'in_memory_url_index_cache_proto', 39 'in_memory_url_index_cache_proto',
41 'installer_util', 40 'installer_util',
42 'safe_browsing_proto', 41 'safe_browsing_proto',
43 'safe_browsing_report_proto', 42 'safe_browsing_report_proto',
44 '../breakpad/breakpad.gyp:breakpad_client', 43 '../breakpad/breakpad.gyp:breakpad_client',
45 '../build/linux/system.gyp:dbus', 44 '../build/linux/system.gyp:dbus',
46 '../chromeos/chromeos.gyp:chromeos', 45 '../chromeos/chromeos.gyp:chromeos',
47 # browser_chromeos #includes signed_secret.pb.h directly. 46 # browser_chromeos #includes signed_secret.pb.h directly.
48 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', 47 '../chromeos/chromeos.gyp:cryptohome_signkey_proto',
49 # browser_chromeos #includes power_supply_properties.pb.h directly. 48 # browser_chromeos #includes power_supply_properties.pb.h directly.
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'browser/chromeos/attestation/attestation_signed_data.proto', 1125 'browser/chromeos/attestation/attestation_signed_data.proto',
1127 ], 1126 ],
1128 'variables': { 1127 'variables': {
1129 'proto_in_dir': 'browser/chromeos/attestation', 1128 'proto_in_dir': 'browser/chromeos/attestation',
1130 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1129 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1131 }, 1130 },
1132 'includes': [ '../build/protoc.gypi' ] 1131 'includes': [ '../build/protoc.gypi' ]
1133 }, 1132 },
1134 ], 1133 ],
1135 } 1134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698