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

Side by Side Diff: build/all.gyp

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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 | « athena/test/sample_activity_factory.cc ('k') | extensions/DEPS » ('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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 '../ui/app_list/app_list.gyp:*', 228 '../ui/app_list/app_list.gyp:*',
229 ], 229 ],
230 }], 230 }],
231 ['OS!="android" and OS!="ios"', { 231 ['OS!="android" and OS!="ios"', {
232 'dependencies': [ 232 'dependencies': [
233 '../google_apis/gcm/gcm.gyp:*', 233 '../google_apis/gcm/gcm.gyp:*',
234 ], 234 ],
235 }], 235 }],
236 ['chromeos==1 or (OS=="linux" and use_aura==1)', { 236 ['chromeos==1 or (OS=="linux" and use_aura==1)', {
237 'dependencies': [ 237 'dependencies': [
238 '../apps/shell/app_shell.gyp:*', 238 '../extensions/shell/app_shell.gyp:*',
239 ], 239 ],
240 }], 240 }],
241 ['chromeos==1', { 241 ['chromeos==1', {
242 'dependencies': [ 242 'dependencies': [
243 '../athena/main/athena_main.gyp:*', 243 '../athena/main/athena_main.gyp:*',
244 ], 244 ],
245 }], 245 }],
246 ], 246 ],
247 }, # target_name: All 247 }, # target_name: All
248 { 248 {
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 'dependencies': [ 1279 'dependencies': [
1280 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1280 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1281 '../ui/views/views.gyp:views', 1281 '../ui/views/views.gyp:views',
1282 '../ui/views/views.gyp:views_unittests', 1282 '../ui/views/views.gyp:views_unittests',
1283 ], 1283 ],
1284 }, # target_name: macviews_builder 1284 }, # target_name: macviews_builder
1285 ], # targets 1285 ], # targets
1286 }], # os=='mac' and toolkit_views==1 1286 }], # os=='mac' and toolkit_views==1
1287 ], # conditions 1287 ], # conditions
1288 } 1288 }
OLDNEW
« no previous file with comments | « athena/test/sample_activity_factory.cc ('k') | extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698