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

Side by Side Diff: build/all.gyp

Issue 211973003: [GCM] Cleanup for ios enabling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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/browser/invalidation/ticl_invalidation_service.cc » ('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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'dependencies': [ 355 'dependencies': [
356 '../ui/app_list/app_list.gyp:app_list_unittests', 356 '../ui/app_list/app_list.gyp:app_list_unittests',
357 '../ui/message_center/message_center.gyp:*', 357 '../ui/message_center/message_center.gyp:*',
358 ], 358 ],
359 }], 359 }],
360 ['test_isolation_mode != "noop"', { 360 ['test_isolation_mode != "noop"', {
361 'dependencies': [ 361 'dependencies': [
362 'chromium_swarm_tests', 362 'chromium_swarm_tests',
363 ], 363 ],
364 }], 364 }],
365 ['OS!="android" and OS!="ios"', { 365 ['OS!="android"', {
366 'dependencies': [ 366 'dependencies': [
367 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 367 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
368 ], 368 ],
369 }], 369 }],
370 ['enable_printing!=0', { 370 ['enable_printing!=0', {
371 'dependencies': [ 371 'dependencies': [
372 '../printing/printing.gyp:printing_unittests', 372 '../printing/printing.gyp:printing_unittests',
373 ], 373 ],
374 }], 374 }],
375 ['use_aura==1', { 375 ['use_aura==1', {
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 # http://crbug.com/157234 1244 # http://crbug.com/157234
1245 #'../chrome/chrome.gyp:sync_integration_tests_run', 1245 #'../chrome/chrome.gyp:sync_integration_tests_run',
1246 '../chrome/chrome.gyp:unit_tests_run', 1246 '../chrome/chrome.gyp:unit_tests_run',
1247 '../net/net.gyp:net_unittests_run', 1247 '../net/net.gyp:net_unittests_run',
1248 ], 1248 ],
1249 }, # target_name: chromium_swarm_tests 1249 }, # target_name: chromium_swarm_tests
1250 ], 1250 ],
1251 }], 1251 }],
1252 ], # conditions 1252 ], # conditions
1253 } 1253 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/invalidation/ticl_invalidation_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698