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

Side by Side Diff: build/all.gyp

Issue 17335013: Time to kill googleurl.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | build/temp_gyp/googleurl.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 '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 10 matching lines...) Expand all
21 '../sync/sync.gyp:*', 21 '../sync/sync.gyp:*',
22 '../testing/gmock.gyp:*', 22 '../testing/gmock.gyp:*',
23 '../testing/gtest.gyp:*', 23 '../testing/gtest.gyp:*',
24 '../third_party/icu/icu.gyp:*', 24 '../third_party/icu/icu.gyp:*',
25 '../third_party/libxml/libxml.gyp:*', 25 '../third_party/libxml/libxml.gyp:*',
26 '../third_party/sqlite/sqlite.gyp:*', 26 '../third_party/sqlite/sqlite.gyp:*',
27 '../third_party/zlib/zlib.gyp:*', 27 '../third_party/zlib/zlib.gyp:*',
28 '../ui/snapshot/snapshot.gyp:*', 28 '../ui/snapshot/snapshot.gyp:*',
29 '../ui/ui.gyp:*', 29 '../ui/ui.gyp:*',
30 '../url/url.gyp:*', 30 '../url/url.gyp:*',
31 'temp_gyp/googleurl.gyp:*',
32 ], 31 ],
33 'conditions': [ 32 'conditions': [
34 ['OS!="ios"', { 33 ['OS!="ios"', {
35 'dependencies': [ 34 'dependencies': [
36 '../cc/cc_tests.gyp:*', 35 '../cc/cc_tests.gyp:*',
37 '../components/components.gyp:*', 36 '../components/components.gyp:*',
38 '../device/bluetooth/bluetooth.gyp:*', 37 '../device/bluetooth/bluetooth.gyp:*',
39 '../device/device.gyp:*', 38 '../device/device.gyp:*',
40 '../device/usb/usb.gyp:*', 39 '../device/usb/usb.gyp:*',
41 '../gpu/gpu.gyp:*', 40 '../gpu/gpu.gyp:*',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 '../chrome/chrome.gyp:interactive_ui_tests_run', 885 '../chrome/chrome.gyp:interactive_ui_tests_run',
887 '../chrome/chrome.gyp:sync_integration_tests_run', 886 '../chrome/chrome.gyp:sync_integration_tests_run',
888 '../chrome/chrome.gyp:unit_tests_run', 887 '../chrome/chrome.gyp:unit_tests_run',
889 '../net/net.gyp:net_unittests_run', 888 '../net/net.gyp:net_unittests_run',
890 ], 889 ],
891 }, # target_name: chromium_swarm_tests 890 }, # target_name: chromium_swarm_tests
892 ], 891 ],
893 }], 892 }],
894 ], # conditions 893 ], # conditions
895 } 894 }
OLDNEW
« no previous file with comments | « no previous file | build/temp_gyp/googleurl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698