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

Side by Side Diff: build/all.gyp

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « WATCHLISTS ('k') | chrome/app/policy/OWNERS » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 ], # targets 942 ], # targets
943 'conditions': [ 943 'conditions': [
944 ['branding=="Chrome"', { 944 ['branding=="Chrome"', {
945 'targets': [ 945 'targets': [
946 { 946 {
947 'target_name': 'chrome_official_builder', 947 'target_name': 'chrome_official_builder',
948 'type': 'none', 948 'type': 'none',
949 'dependencies': [ 949 'dependencies': [
950 '../chrome/chrome.gyp:crash_service', 950 '../chrome/chrome.gyp:crash_service',
951 '../chrome/chrome.gyp:gcapi_dll', 951 '../chrome/chrome.gyp:gcapi_dll',
952 '../chrome/chrome.gyp:policy_templates', 952 '../chrome/chrome.gyp:pack_policy_templates',
953 '../courgette/courgette.gyp:courgette64', 953 '../courgette/courgette.gyp:courgette64',
954 '../chrome/installer/mini_installer.gyp:mini_installer', 954 '../chrome/installer/mini_installer.gyp:mini_installer',
955 '../courgette/courgette.gyp:courgette', 955 '../courgette/courgette.gyp:courgette',
956 '../cloud_print/cloud_print.gyp:cloud_print', 956 '../cloud_print/cloud_print.gyp:cloud_print',
957 '../remoting/remoting.gyp:remoting_webapp', 957 '../remoting/remoting.gyp:remoting_webapp',
958 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 958 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
959 '../chrome/chrome.gyp:pyautolib', 959 '../chrome/chrome.gyp:pyautolib',
960 ], 960 ],
961 'conditions': [ 961 'conditions': [
962 ['internal_pdf', { 962 ['internal_pdf', {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 '../chrome/chrome.gyp:interactive_ui_tests_run', 1084 '../chrome/chrome.gyp:interactive_ui_tests_run',
1085 '../chrome/chrome.gyp:sync_integration_tests_run', 1085 '../chrome/chrome.gyp:sync_integration_tests_run',
1086 '../chrome/chrome.gyp:unit_tests_run', 1086 '../chrome/chrome.gyp:unit_tests_run',
1087 '../net/net.gyp:net_unittests_run', 1087 '../net/net.gyp:net_unittests_run',
1088 ], 1088 ],
1089 }, # target_name: chromium_swarm_tests 1089 }, # target_name: chromium_swarm_tests
1090 ], 1090 ],
1091 }], 1091 }],
1092 ], # conditions 1092 ], # conditions
1093 } 1093 }
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | chrome/app/policy/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698