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

Side by Side Diff: build/all.gyp

Issue 24998003: Compiler for the JSON Traversal Language. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed linker errors on Win. Created 7 years, 2 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_tests_unit.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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '../v8/tools/gyp/v8.gyp:*', 67 '../v8/tools/gyp/v8.gyp:*',
68 '../webkit/glue/webkit_glue.gyp:*', 68 '../webkit/glue/webkit_glue.gyp:*',
69 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', 69 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
70 '<(libjpeg_gyp_path):*', 70 '<(libjpeg_gyp_path):*',
71 ], 71 ],
72 }, { # 'OS=="ios"' 72 }, { # 'OS=="ios"'
73 'dependencies': [ 73 'dependencies': [
74 '../ios/ios.gyp:*', 74 '../ios/ios.gyp:*',
75 ], 75 ],
76 }], 76 }],
77 ['OS!="android" and OS!="ios"', {
78 'dependencies': [
79 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
80 ],
81 }],
77 ['os_posix==1 and OS!="android" and OS!="ios"', { 82 ['os_posix==1 and OS!="android" and OS!="ios"', {
78 'dependencies': [ 83 'dependencies': [
79 '../third_party/yasm/yasm.gyp:*#host', 84 '../third_party/yasm/yasm.gyp:*#host',
80 ], 85 ],
81 }], 86 }],
82 ['OS=="mac" or OS=="ios" or OS=="win"', { 87 ['OS=="mac" or OS=="ios" or OS=="win"', {
83 'dependencies': [ 88 'dependencies': [
84 '../third_party/nss/nss.gyp:*', 89 '../third_party/nss/nss.gyp:*',
85 ], 90 ],
86 }], 91 }],
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 '../chrome/chrome.gyp:interactive_ui_tests_run', 938 '../chrome/chrome.gyp:interactive_ui_tests_run',
934 '../chrome/chrome.gyp:sync_integration_tests_run', 939 '../chrome/chrome.gyp:sync_integration_tests_run',
935 '../chrome/chrome.gyp:unit_tests_run', 940 '../chrome/chrome.gyp:unit_tests_run',
936 '../net/net.gyp:net_unittests_run', 941 '../net/net.gyp:net_unittests_run',
937 ], 942 ],
938 }, # target_name: chromium_swarm_tests 943 }, # target_name: chromium_swarm_tests
939 ], 944 ],
940 }], 945 }],
941 ], # conditions 946 ], # conditions
942 } 947 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698