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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar fixes Created 7 years 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_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 # 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 'app/policy/cloud_policy_codegen.gyp:policy', 26 'app/policy/cloud_policy_codegen.gyp:policy',
27 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ', 27 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ',
28 'browser_extensions', 28 'browser_extensions',
29 'cert_logger_proto', 29 'cert_logger_proto',
30 'chrome_resources.gyp:chrome_extra_resources', 30 'chrome_resources.gyp:chrome_extra_resources',
31 'chrome_resources.gyp:chrome_resources', 31 'chrome_resources.gyp:chrome_resources',
32 'chrome_resources.gyp:platform_locale_settings', 32 'chrome_resources.gyp:platform_locale_settings',
33 'chrome_resources.gyp:theme_resources', 33 'chrome_resources.gyp:theme_resources',
34 'cloud_policy_proto',
35 'common', 34 'common',
36 'common/extensions/api/api.gyp:api', 35 'common/extensions/api/api.gyp:api',
37 'common_net', 36 'common_net',
38 'contacts_proto', 37 'contacts_proto',
39 'debugger', 38 'debugger',
40 'device_policy_proto', 39 'device_policy_proto',
41 'drive_proto', 40 'drive_proto',
42 'feedback_proto', 41 'feedback_proto',
43 'in_memory_url_index_cache_proto', 42 'in_memory_url_index_cache_proto',
44 'installer_util', 43 'installer_util',
45 'safe_browsing_proto', 44 'safe_browsing_proto',
46 'safe_browsing_report_proto', 45 'safe_browsing_report_proto',
47 '../breakpad/breakpad.gyp:breakpad_client', 46 '../breakpad/breakpad.gyp:breakpad_client',
48 '../build/linux/system.gyp:dbus', 47 '../build/linux/system.gyp:dbus',
49 '../chromeos/chromeos.gyp:chromeos', 48 '../chromeos/chromeos.gyp:chromeos',
50 '../chromeos/chromeos.gyp:chromeos_memory', 49 '../chromeos/chromeos.gyp:chromeos_memory',
51 # browser_chromeos #includes power_supply_properties.pb.h directly. 50 # browser_chromeos #includes power_supply_properties.pb.h directly.
52 '../chromeos/chromeos.gyp:power_manager_proto', 51 '../chromeos/chromeos.gyp:power_manager_proto',
53 '../chromeos/ime/input_method.gyp:gencode', 52 '../chromeos/ime/input_method.gyp:gencode',
53 '../components/components.gyp:cloud_policy_proto',
54 '../components/components.gyp:onc_component', 54 '../components/components.gyp:onc_component',
55 # This depends directly on the variations target, rather than just 55 # This depends directly on the variations target, rather than just
56 # transitively via the common target because the proto sources need to 56 # transitively via the common target because the proto sources need to
57 # be generated before code in this target can start building. 57 # be generated before code in this target can start building.
58 '../components/components.gyp:variations', 58 '../components/components.gyp:variations',
59 '../components/component_strings.gyp:component_strings', 59 '../components/component_strings.gyp:component_strings',
60 '../content/content.gyp:content_browser', 60 '../content/content.gyp:content_browser',
61 '../content/content.gyp:content_common', 61 '../content/content.gyp:content_common',
62 '../crypto/crypto.gyp:crypto', 62 '../crypto/crypto.gyp:crypto',
63 '../dbus/dbus.gyp:dbus', 63 '../dbus/dbus.gyp:dbus',
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'browser/chromeos/attestation/attestation_signed_data.proto', 1015 'browser/chromeos/attestation/attestation_signed_data.proto',
1016 ], 1016 ],
1017 'variables': { 1017 'variables': {
1018 'proto_in_dir': 'browser/chromeos/attestation', 1018 'proto_in_dir': 'browser/chromeos/attestation',
1019 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1019 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1020 }, 1020 },
1021 'includes': [ '../build/protoc.gypi' ] 1021 'includes': [ '../build/protoc.gypi' ]
1022 }, 1022 },
1023 ], 1023 ],
1024 } 1024 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698