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

Side by Side Diff: build/all.gyp

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix iOS 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 | « android_webview/native/webview_native.gyp ('k') | chrome/chrome_browser.gypi » ('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 '../webkit/support/webkit_support.gyp:*',
32 'temp_gyp/googleurl.gyp:*', 31 'temp_gyp/googleurl.gyp:*',
33 ], 32 ],
34 'conditions': [ 33 'conditions': [
35 ['OS!="ios"', { 34 ['OS!="ios"', {
36 'dependencies': [ 35 'dependencies': [
37 '../cc/cc_tests.gyp:*', 36 '../cc/cc_tests.gyp:*',
38 '../components/components.gyp:*', 37 '../components/components.gyp:*',
39 '../device/device.gyp:*', 38 '../device/device.gyp:*',
40 '../gpu/gpu.gyp:*', 39 '../gpu/gpu.gyp:*',
41 '../gpu/tools/tools.gyp:*', 40 '../gpu/tools/tools.gyp:*',
(...skipping 15 matching lines...) Expand all
57 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 56 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
58 '../third_party/mesa/mesa.gyp:*', 57 '../third_party/mesa/mesa.gyp:*',
59 '../third_party/modp_b64/modp_b64.gyp:*', 58 '../third_party/modp_b64/modp_b64.gyp:*',
60 '../third_party/npapi/npapi.gyp:*', 59 '../third_party/npapi/npapi.gyp:*',
61 '../third_party/ots/ots.gyp:*', 60 '../third_party/ots/ots.gyp:*',
62 '../third_party/qcms/qcms.gyp:*', 61 '../third_party/qcms/qcms.gyp:*',
63 '../third_party/re2/re2.gyp:re2', 62 '../third_party/re2/re2.gyp:re2',
64 '../third_party/WebKit/public/all.gyp:*', 63 '../third_party/WebKit/public/all.gyp:*',
65 '../v8/tools/gyp/v8.gyp:*', 64 '../v8/tools/gyp/v8.gyp:*',
66 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', 65 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
66 '../webkit/support/webkit_support.gyp:*',
67 '../webkit/webkit.gyp:*', 67 '../webkit/webkit.gyp:*',
68 '<(libjpeg_gyp_path):*', 68 '<(libjpeg_gyp_path):*',
69 ], 69 ],
70 }, { # 'OS=="ios"' 70 }, { # 'OS=="ios"'
71 'dependencies': [ 71 'dependencies': [
72 '../ios/consumer/ios_consumer.gyp:*', 72 '../ios/consumer/ios_consumer.gyp:*',
73 ], 73 ],
74 }], 74 }],
75 ['os_posix==1 and OS!="android" and OS!="ios"', { 75 ['os_posix==1 and OS!="android" and OS!="ios"', {
76 'dependencies': [ 76 'dependencies': [
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 '../chrome/chrome.gyp:interactive_ui_tests_run', 881 '../chrome/chrome.gyp:interactive_ui_tests_run',
882 '../chrome/chrome.gyp:sync_integration_tests_run', 882 '../chrome/chrome.gyp:sync_integration_tests_run',
883 '../chrome/chrome.gyp:unit_tests_run', 883 '../chrome/chrome.gyp:unit_tests_run',
884 '../net/net.gyp:net_unittests_run', 884 '../net/net.gyp:net_unittests_run',
885 ], 885 ],
886 }, # target_name: chromium_swarm_tests 886 }, # target_name: chromium_swarm_tests
887 ], 887 ],
888 }], 888 }],
889 ], # conditions 889 ], # conditions
890 } 890 }
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698