OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
', | 253 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
', |
254 ], | 254 ], |
255 }], | 255 }], |
256 ['use_aura==0 or chromeos==1', { | 256 ['use_aura==0 or chromeos==1', { |
257 'sources!': [ | 257 'sources!': [ |
258 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 258 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
259 ], | 259 ], |
260 }], | 260 }], |
261 ['chromeos==1', { | 261 ['chromeos==1', { |
262 'dependencies': [ | 262 'dependencies': [ |
263 '../ash/ash.gyp:ash_resources', | 263 '../ash/ash_resources.gyp:ash_resources', |
264 '../chromeos/chromeos.gyp:chromeos', | 264 '../chromeos/chromeos.gyp:chromeos', |
265 ], | 265 ], |
266 'conditions': [ | 266 'conditions': [ |
267 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 267 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
268 'dependencies': [ | 268 'dependencies': [ |
269 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', | 269 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', |
270 '../components/nacl.gyp:nacl_helper', | 270 '../components/nacl.gyp:nacl_helper', |
271 ], | 271 ], |
272 }], | 272 }], |
273 ], | 273 ], |
(...skipping 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2994 ['enable_webrtc==1', { | 2994 ['enable_webrtc==1', { |
2995 'dependencies': [ | 2995 'dependencies': [ |
2996 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2996 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2997 ] | 2997 ] |
2998 }], | 2998 }], |
2999 ], | 2999 ], |
3000 }] | 3000 }] |
3001 }], | 3001 }], |
3002 ], # 'conditions' | 3002 ], # 'conditions' |
3003 } | 3003 } |
OLD | NEW |