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

Side by Side Diff: build/all.gyp

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 years, 10 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 | « no previous file | chrome/chrome.gyp » ('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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 96 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
97 '../third_party/mesa/mesa.gyp:*', 97 '../third_party/mesa/mesa.gyp:*',
98 '../third_party/modp_b64/modp_b64.gyp:*', 98 '../third_party/modp_b64/modp_b64.gyp:*',
99 '../third_party/npapi/npapi.gyp:*', 99 '../third_party/npapi/npapi.gyp:*',
100 '../third_party/ots/ots.gyp:*', 100 '../third_party/ots/ots.gyp:*',
101 '../third_party/qcms/qcms.gyp:*', 101 '../third_party/qcms/qcms.gyp:*',
102 '../tools/gn/gn.gyp:*', 102 '../tools/gn/gn.gyp:*',
103 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 103 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
104 '../tools/telemetry/telemetry.gyp:*', 104 '../tools/telemetry/telemetry.gyp:*',
105 '../v8/tools/gyp/v8.gyp:*', 105 '../v8/tools/gyp/v8.gyp:*',
106 '../webkit/glue/webkit_glue.gyp:*',
107 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', 106 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
108 '<(libjpeg_gyp_path):*', 107 '<(libjpeg_gyp_path):*',
109 ], 108 ],
110 }], 109 }],
111 ['OS!="android" and OS!="ios"', { 110 ['OS!="android" and OS!="ios"', {
112 'dependencies': [ 111 'dependencies': [
113 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', 112 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
114 ], 113 ],
115 }], 114 }],
116 ['os_posix==1 and OS!="android" and OS!="ios"', { 115 ['os_posix==1 and OS!="android" and OS!="ios"', {
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 '../chrome/chrome.gyp:interactive_ui_tests_run', 1210 '../chrome/chrome.gyp:interactive_ui_tests_run',
1212 '../chrome/chrome.gyp:sync_integration_tests_run', 1211 '../chrome/chrome.gyp:sync_integration_tests_run',
1213 '../chrome/chrome.gyp:unit_tests_run', 1212 '../chrome/chrome.gyp:unit_tests_run',
1214 '../net/net.gyp:net_unittests_run', 1213 '../net/net.gyp:net_unittests_run',
1215 ], 1214 ],
1216 }, # target_name: chromium_swarm_tests 1215 }, # target_name: chromium_swarm_tests
1217 ], 1216 ],
1218 }], 1217 }],
1219 ], # conditions 1218 ], # conditions
1220 } 1219 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698