| 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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 '../remoting/remoting.gyp:remoting_apk', | 55 '../remoting/remoting.gyp:remoting_apk', |
| 56 '../tools/telemetry/telemetry.gyp:*#host', | 56 '../tools/telemetry/telemetry.gyp:*#host', |
| 57 # TODO(nyquist) This should instead by a target for sync when all of | 57 # TODO(nyquist) This should instead by a target for sync when all of |
| 58 # the sync-related code for Android has been upstreamed. | 58 # the sync-related code for Android has been upstreamed. |
| 59 # See http://crbug.com/159203 | 59 # See http://crbug.com/159203 |
| 60 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 60 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
| 61 ], | 61 ], |
| 62 }, { | 62 }, { |
| 63 'dependencies': [ | 63 'dependencies': [ |
| 64 '../content/content_shell_and_tests.gyp:*', | 64 '../content/content_shell_and_tests.gyp:*', |
| 65 '../mojo/mojo.gyp:*', |
| 65 # TODO: This should build on Android and the target should move to t
he list above. | 66 # TODO: This should build on Android and the target should move to t
he list above. |
| 66 '../sync/sync.gyp:*', | 67 '../sync/sync.gyp:*', |
| 67 ], | 68 ], |
| 68 }], | 69 }], |
| 69 ['OS!="ios" and OS!="android"', { | 70 ['OS!="ios" and OS!="android"', { |
| 70 'dependencies': [ | 71 'dependencies': [ |
| 71 '../third_party/re2/re2.gyp:re2', | 72 '../third_party/re2/re2.gyp:re2', |
| 72 '../chrome/chrome.gyp:*', | 73 '../chrome/chrome.gyp:*', |
| 73 '../cc/cc_tests.gyp:*', | 74 '../cc/cc_tests.gyp:*', |
| 74 '../device/bluetooth/bluetooth.gyp:*', | 75 '../device/bluetooth/bluetooth.gyp:*', |
| 75 '../device/device_tests.gyp:*', | 76 '../device/device_tests.gyp:*', |
| 76 '../device/usb/usb.gyp:*', | 77 '../device/usb/usb.gyp:*', |
| 77 '../gin/gin.gyp:*', | 78 '../gin/gin.gyp:*', |
| 78 '../gpu/gpu.gyp:*', | 79 '../gpu/gpu.gyp:*', |
| 79 '../gpu/tools/tools.gyp:*', | 80 '../gpu/tools/tools.gyp:*', |
| 80 '../ipc/ipc.gyp:*', | 81 '../ipc/ipc.gyp:*', |
| 81 '../jingle/jingle.gyp:*', | 82 '../jingle/jingle.gyp:*', |
| 82 '../media/cast/cast.gyp:*', | 83 '../media/cast/cast.gyp:*', |
| 83 '../media/media.gyp:*', | 84 '../media/media.gyp:*', |
| 84 '../mojo/mojo.gyp:*', | |
| 85 '../ppapi/ppapi.gyp:*', | 85 '../ppapi/ppapi.gyp:*', |
| 86 '../ppapi/ppapi_internal.gyp:*', | 86 '../ppapi/ppapi_internal.gyp:*', |
| 87 '../ppapi/tools/ppapi_tools.gyp:*', | 87 '../ppapi/tools/ppapi_tools.gyp:*', |
| 88 '../printing/printing.gyp:*', | 88 '../printing/printing.gyp:*', |
| 89 '../skia/skia.gyp:*', | 89 '../skia/skia.gyp:*', |
| 90 '../sync/tools/sync_tools.gyp:*', | 90 '../sync/tools/sync_tools.gyp:*', |
| 91 '../third_party/WebKit/public/all.gyp:*', | 91 '../third_party/WebKit/public/all.gyp:*', |
| 92 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 92 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
| 93 '../third_party/codesighs/codesighs.gyp:*', | 93 '../third_party/codesighs/codesighs.gyp:*', |
| 94 '../third_party/ffmpeg/ffmpeg.gyp:*', | 94 '../third_party/ffmpeg/ffmpeg.gyp:*', |
| (...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1227 'dependencies': [ | 1227 'dependencies': [ |
| 1228 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1228 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1229 '../ui/views/views.gyp:views', | 1229 '../ui/views/views.gyp:views', |
| 1230 '../ui/views/views.gyp:views_unittests', | 1230 '../ui/views/views.gyp:views_unittests', |
| 1231 ], | 1231 ], |
| 1232 }, # target_name: macviews_builder | 1232 }, # target_name: macviews_builder |
| 1233 ], # targets | 1233 ], # targets |
| 1234 }], # os=='mac' and toolkit_views==1 | 1234 }], # os=='mac' and toolkit_views==1 |
| 1235 ], # conditions | 1235 ], # conditions |
| 1236 } | 1236 } |
| OLD | NEW |