| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 ], | 106 ], |
| 107 }], | 107 }], |
| 108 ['OS!="ios" and OS!="android" and chromecast==0', { | 108 ['OS!="ios" and OS!="android" and chromecast==0', { |
| 109 'dependencies': [ | 109 'dependencies': [ |
| 110 '../third_party/re2/re2.gyp:re2', | 110 '../third_party/re2/re2.gyp:re2', |
| 111 '../chrome/chrome.gyp:*', | 111 '../chrome/chrome.gyp:*', |
| 112 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | 112 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', |
| 113 '../cc/blink/cc_blink_tests.gyp:*', | 113 '../cc/blink/cc_blink_tests.gyp:*', |
| 114 '../cc/cc_tests.gyp:*', | 114 '../cc/cc_tests.gyp:*', |
| 115 '../device/usb/usb.gyp:*', | 115 '../device/usb/usb.gyp:*', |
| 116 '../extensions/extensions.gyp:*', |
| 117 '../extensions/extensions_tests.gyp:*', |
| 116 '../gin/gin.gyp:*', | 118 '../gin/gin.gyp:*', |
| 117 '../gpu/gpu.gyp:*', | 119 '../gpu/gpu.gyp:*', |
| 118 '../gpu/tools/tools.gyp:*', | 120 '../gpu/tools/tools.gyp:*', |
| 119 '../ipc/ipc.gyp:*', | 121 '../ipc/ipc.gyp:*', |
| 120 '../ipc/mojo/ipc_mojo.gyp:*', | 122 '../ipc/mojo/ipc_mojo.gyp:*', |
| 121 '../jingle/jingle.gyp:*', | 123 '../jingle/jingle.gyp:*', |
| 122 '../media/cast/cast.gyp:*', | 124 '../media/cast/cast.gyp:*', |
| 123 '../media/media.gyp:*', | 125 '../media/media.gyp:*', |
| 124 '../mojo/mojo.gyp:*', | 126 '../mojo/mojo.gyp:*', |
| 125 '../mojo/mojo_base.gyp:*', | 127 '../mojo/mojo_base.gyp:*', |
| (...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1372 'dependencies': [ | 1374 'dependencies': [ |
| 1373 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1374 '../ui/views/views.gyp:views', | 1376 '../ui/views/views.gyp:views', |
| 1375 '../ui/views/views.gyp:views_unittests', | 1377 '../ui/views/views.gyp:views_unittests', |
| 1376 ], | 1378 ], |
| 1377 }, # target_name: macviews_builder | 1379 }, # target_name: macviews_builder |
| 1378 ], # targets | 1380 ], # targets |
| 1379 }], # os=='mac' and toolkit_views==1 | 1381 }], # os=='mac' and toolkit_views==1 |
| 1380 ], # conditions | 1382 ], # conditions |
| 1381 } | 1383 } |
| OLD | NEW |