| OLD | NEW |
| 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'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 '../base/base.gyp:base_unittests', | 312 '../base/base.gyp:base_unittests', |
| 313 '../components/components_tests.gyp:components_unittests', | 313 '../components/components_tests.gyp:components_unittests', |
| 314 '../crypto/crypto.gyp:crypto_unittests', | 314 '../crypto/crypto.gyp:crypto_unittests', |
| 315 '../net/net.gyp:net_unittests', | 315 '../net/net.gyp:net_unittests', |
| 316 '../skia/skia_tests.gyp:skia_unittests', | 316 '../skia/skia_tests.gyp:skia_unittests', |
| 317 '../sql/sql.gyp:sql_unittests', | 317 '../sql/sql.gyp:sql_unittests', |
| 318 '../sync/sync.gyp:sync_unit_tests', | 318 '../sync/sync.gyp:sync_unit_tests', |
| 319 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 319 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 320 '../ui/display/display.gyp:display_unittests', | 320 '../ui/display/display.gyp:display_unittests', |
| 321 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 321 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 322 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 322 '../url/url.gyp:url_unittests', | 323 '../url/url.gyp:url_unittests', |
| 323 ], | 324 ], |
| 324 'conditions': [ | 325 'conditions': [ |
| 325 ['OS!="ios" and OS!="mac"', { | 326 ['OS!="ios" and OS!="mac"', { |
| 326 'dependencies': [ | 327 'dependencies': [ |
| 327 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 328 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 328 ], | 329 ], |
| 329 }], | 330 }], |
| 330 ['OS!="ios" and OS!="android"', { | 331 ['OS!="ios" and OS!="android"', { |
| 331 'dependencies': [ | 332 'dependencies': [ |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 '../net/net.gyp:net_unittests_apk', | 854 '../net/net.gyp:net_unittests_apk', |
| 854 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 855 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 855 '../skia/skia_tests.gyp:skia_unittests_apk', | 856 '../skia/skia_tests.gyp:skia_unittests_apk', |
| 856 '../sql/sql.gyp:sql_unittests_apk', | 857 '../sql/sql.gyp:sql_unittests_apk', |
| 857 '../sync/sync.gyp:sync_unit_tests_apk', | 858 '../sync/sync.gyp:sync_unit_tests_apk', |
| 858 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 859 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
| 859 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 860 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
| 860 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 861 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
| 861 '../ui/events/events.gyp:events_unittests_apk', | 862 '../ui/events/events.gyp:events_unittests_apk', |
| 862 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 863 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 864 '../ui/gl/gl_tests.gyp:gl_unittests_apk', |
| 863 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', | 865 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
| 864 ], | 866 ], |
| 865 'conditions': [ | 867 'conditions': [ |
| 866 ['chromecast==0', { | 868 ['chromecast==0', { |
| 867 'dependencies': [ | 869 'dependencies': [ |
| 868 '../android_webview/android_webview.gyp:android_webview_unittest
s', | 870 '../android_webview/android_webview.gyp:android_webview_unittest
s', |
| 869 '../chrome/chrome.gyp:unit_tests', | 871 '../chrome/chrome.gyp:unit_tests', |
| 870 # Unit test bundles packaged as an apk. | 872 # Unit test bundles packaged as an apk. |
| 871 '../android_webview/android_webview.gyp:android_webview_test_apk
', | 873 '../android_webview/android_webview.gyp:android_webview_test_apk
', |
| 872 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', | 874 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 '../sql/sql.gyp:sql_unittests', | 947 '../sql/sql.gyp:sql_unittests', |
| 946 '../sync/sync.gyp:sync_unit_tests', | 948 '../sync/sync.gyp:sync_unit_tests', |
| 947 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 949 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 948 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 950 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 949 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 951 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 950 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 952 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 951 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 953 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 952 '../tools/telemetry/telemetry.gyp:*', | 954 '../tools/telemetry/telemetry.gyp:*', |
| 953 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 955 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 954 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 956 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 957 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 955 '../url/url.gyp:url_unittests', | 958 '../url/url.gyp:url_unittests', |
| 956 ], | 959 ], |
| 957 }, | 960 }, |
| 958 { | 961 { |
| 959 'target_name': 'chromium_builder_rel', | 962 'target_name': 'chromium_builder_rel', |
| 960 'type': 'none', | 963 'type': 'none', |
| 961 'dependencies': [ | 964 'dependencies': [ |
| 962 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 965 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 963 '../cc/cc_tests.gyp:cc_unittests', | 966 '../cc/cc_tests.gyp:cc_unittests', |
| 964 '../chrome/chrome.gyp:browser_tests', | 967 '../chrome/chrome.gyp:browser_tests', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 984 '../sql/sql.gyp:sql_unittests', | 987 '../sql/sql.gyp:sql_unittests', |
| 985 '../sync/sync.gyp:sync_unit_tests', | 988 '../sync/sync.gyp:sync_unit_tests', |
| 986 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 989 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 987 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 990 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 988 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 991 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 989 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 992 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 990 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 993 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 991 '../tools/telemetry/telemetry.gyp:*', | 994 '../tools/telemetry/telemetry.gyp:*', |
| 992 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 995 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 993 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 996 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 997 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 994 '../url/url.gyp:url_unittests', | 998 '../url/url.gyp:url_unittests', |
| 995 ], | 999 ], |
| 996 }, | 1000 }, |
| 997 { | 1001 { |
| 998 'target_name': 'chromium_builder_dbg_tsan_mac', | 1002 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 999 'type': 'none', | 1003 'type': 'none', |
| 1000 'dependencies': [ | 1004 'dependencies': [ |
| 1001 '../base/base.gyp:base_unittests', | 1005 '../base/base.gyp:base_unittests', |
| 1002 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1006 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 1003 '../crypto/crypto.gyp:crypto_unittests', | 1007 '../crypto/crypto.gyp:crypto_unittests', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 '../remoting/remoting.gyp:remoting_unittests', | 1039 '../remoting/remoting.gyp:remoting_unittests', |
| 1036 '../skia/skia_tests.gyp:skia_unittests', | 1040 '../skia/skia_tests.gyp:skia_unittests', |
| 1037 '../sql/sql.gyp:sql_unittests', | 1041 '../sql/sql.gyp:sql_unittests', |
| 1038 '../sync/sync.gyp:sync_unit_tests', | 1042 '../sync/sync.gyp:sync_unit_tests', |
| 1039 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1043 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1040 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1044 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 1041 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1045 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1042 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1046 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1043 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1047 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1044 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1048 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1049 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 1045 '../url/url.gyp:url_unittests', | 1050 '../url/url.gyp:url_unittests', |
| 1046 ], | 1051 ], |
| 1047 }, | 1052 }, |
| 1048 ], # targets | 1053 ], # targets |
| 1049 }], # OS="mac" | 1054 }], # OS="mac" |
| 1050 ['OS=="win"', { | 1055 ['OS=="win"', { |
| 1051 'targets': [ | 1056 'targets': [ |
| 1052 # These targets are here so the build bots can use them to build | 1057 # These targets are here so the build bots can use them to build |
| 1053 # subsets of a full tree for faster cycle times. | 1058 # subsets of a full tree for faster cycle times. |
| 1054 { | 1059 { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 '../sync/sync.gyp:sync_unit_tests', | 1094 '../sync/sync.gyp:sync_unit_tests', |
| 1090 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1095 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1091 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1096 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 1092 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1097 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1093 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1098 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1094 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1099 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 1095 '../tools/telemetry/telemetry.gyp:*', | 1100 '../tools/telemetry/telemetry.gyp:*', |
| 1096 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1101 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1097 '../ui/events/events.gyp:events_unittests', | 1102 '../ui/events/events.gyp:events_unittests', |
| 1098 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1103 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1104 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 1099 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1105 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 1100 '../ui/views/views.gyp:views_unittests', | 1106 '../ui/views/views.gyp:views_unittests', |
| 1101 '../url/url.gyp:url_unittests', | 1107 '../url/url.gyp:url_unittests', |
| 1102 ], | 1108 ], |
| 1103 'conditions': [ | 1109 'conditions': [ |
| 1104 ['target_arch=="ia32"', { | 1110 ['target_arch=="ia32"', { |
| 1105 'dependencies': [ | 1111 'dependencies': [ |
| 1106 '../chrome/chrome.gyp:crash_service_win64', | 1112 '../chrome/chrome.gyp:crash_service_win64', |
| 1107 ], | 1113 ], |
| 1108 }], | 1114 }], |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1199 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1194 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', | 1200 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests', |
| 1195 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', | 1201 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests', |
| 1196 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 1202 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
| 1197 '../ui/app_list/app_list.gyp:app_list_unittests', | 1203 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 1198 '../ui/aura/aura.gyp:aura_unittests', | 1204 '../ui/aura/aura.gyp:aura_unittests', |
| 1199 '../ui/compositor/compositor.gyp:compositor_unittests', | 1205 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 1200 '../ui/display/display.gyp:display_unittests', | 1206 '../ui/display/display.gyp:display_unittests', |
| 1201 '../ui/events/events.gyp:events_unittests', | 1207 '../ui/events/events.gyp:events_unittests', |
| 1202 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1208 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1209 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 1203 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 1210 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 1204 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1211 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 1205 '../url/url.gyp:url_unittests', | 1212 '../url/url.gyp:url_unittests', |
| 1206 ], | 1213 ], |
| 1207 }, | 1214 }, |
| 1208 ], # targets | 1215 ], # targets |
| 1209 'conditions': [ | 1216 'conditions': [ |
| 1210 ['branding=="Chrome"', { | 1217 ['branding=="Chrome"', { |
| 1211 'targets': [ | 1218 'targets': [ |
| 1212 { | 1219 { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1248 '../chrome/chrome.gyp:sync_integration_tests', | 1255 '../chrome/chrome.gyp:sync_integration_tests', |
| 1249 '../ipc/ipc.gyp:ipc_tests', | 1256 '../ipc/ipc.gyp:ipc_tests', |
| 1250 '../media/media.gyp:media_unittests', | 1257 '../media/media.gyp:media_unittests', |
| 1251 '../media/midi/midi.gyp:midi_unittests', | 1258 '../media/midi/midi.gyp:midi_unittests', |
| 1252 '../net/net.gyp:net_unittests_run', | 1259 '../net/net.gyp:net_unittests_run', |
| 1253 '../printing/printing.gyp:printing_unittests', | 1260 '../printing/printing.gyp:printing_unittests', |
| 1254 '../sql/sql.gyp:sql_unittests', | 1261 '../sql/sql.gyp:sql_unittests', |
| 1255 '../sync/sync.gyp:sync_unit_tests', | 1262 '../sync/sync.gyp:sync_unit_tests', |
| 1256 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1263 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1257 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1264 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1265 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 1258 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', | 1266 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection
_unittests', |
| 1259 '../ui/views/views.gyp:views_unittests', | 1267 '../ui/views/views.gyp:views_unittests', |
| 1260 '../url/url.gyp:url_unittests', | 1268 '../url/url.gyp:url_unittests', |
| 1261 ], | 1269 ], |
| 1262 }, | 1270 }, |
| 1263 ], # targets | 1271 ], # targets |
| 1264 }], # branding=="Chrome" | 1272 }], # branding=="Chrome" |
| 1265 ], # conditions | 1273 ], # conditions |
| 1266 }], # OS="win" | 1274 }], # OS="win" |
| 1267 ['use_aura==1', { | 1275 ['use_aura==1', { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1281 '../remoting/remoting.gyp:remoting_unittests', | 1289 '../remoting/remoting.gyp:remoting_unittests', |
| 1282 '../skia/skia_tests.gyp:skia_unittests', | 1290 '../skia/skia_tests.gyp:skia_unittests', |
| 1283 '../ui/app_list/app_list.gyp:*', | 1291 '../ui/app_list/app_list.gyp:*', |
| 1284 '../ui/aura/aura.gyp:*', | 1292 '../ui/aura/aura.gyp:*', |
| 1285 '../ui/aura_extra/aura_extra.gyp:*', | 1293 '../ui/aura_extra/aura_extra.gyp:*', |
| 1286 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1294 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1287 '../ui/compositor/compositor.gyp:*', | 1295 '../ui/compositor/compositor.gyp:*', |
| 1288 '../ui/display/display.gyp:display_unittests', | 1296 '../ui/display/display.gyp:display_unittests', |
| 1289 '../ui/events/events.gyp:*', | 1297 '../ui/events/events.gyp:*', |
| 1290 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1298 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1299 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 1291 '../ui/keyboard/keyboard.gyp:*', | 1300 '../ui/keyboard/keyboard.gyp:*', |
| 1292 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1301 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1293 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1302 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
| 1294 '../ui/wm/wm.gyp:*', | 1303 '../ui/wm/wm.gyp:*', |
| 1295 'blink_tests', | 1304 'blink_tests', |
| 1296 ], | 1305 ], |
| 1297 'conditions': [ | 1306 'conditions': [ |
| 1298 ['OS=="win"', { | 1307 ['OS=="win"', { |
| 1299 'dependencies': [ | 1308 'dependencies': [ |
| 1300 '../chrome/chrome.gyp:crash_service', | 1309 '../chrome/chrome.gyp:crash_service', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1391 'dependencies': [ | 1400 'dependencies': [ |
| 1392 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1393 '../ui/views/views.gyp:views', | 1402 '../ui/views/views.gyp:views', |
| 1394 '../ui/views/views.gyp:views_unittests', | 1403 '../ui/views/views.gyp:views_unittests', |
| 1395 ], | 1404 ], |
| 1396 }, # target_name: macviews_builder | 1405 }, # target_name: macviews_builder |
| 1397 ], # targets | 1406 ], # targets |
| 1398 }], # os=='mac' and toolkit_views==1 | 1407 }], # os=='mac' and toolkit_views==1 |
| 1399 ], # conditions | 1408 ], # conditions |
| 1400 } | 1409 } |
| OLD | NEW |