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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
371 ], | 371 ], |
372 }], | 372 }], |
373 ['toolkit_views==1', { | 373 ['toolkit_views==1', { |
374 'dependencies': [ | 374 'dependencies': [ |
375 '../ui/views/views.gyp:views', | 375 '../ui/views/views.gyp:views', |
376 '../ui/views/views.gyp:views_test_support', | 376 '../ui/views/views.gyp:views_test_support', |
377 ], | 377 ], |
378 }, { # else: toolkit_views == 0 | 378 }, { # else: toolkit_views == 0 |
379 'sources/': [ | 379 'sources/': [ |
380 ['exclude', '^browser/ui/views/'], | 380 ['exclude', '^browser/ui/views/'], |
381 ['exclude', '^../ui/views/'], | |
Evan Stade
2013/09/05 22:15:03
note this new line. Let's see if it works on the t
| |
381 ], | 382 ], |
382 }], | 383 }], |
383 ['use_ash==1', { | 384 ['use_ash==1', { |
384 'dependencies': [ | 385 'dependencies': [ |
385 '../ash/ash.gyp:ash_test_support', | 386 '../ash/ash.gyp:ash_test_support', |
386 ], | 387 ], |
387 }], | 388 }], |
388 ['use_aura==1', { | 389 ['use_aura==1', { |
389 'sources!': [ | 390 'sources!': [ |
390 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ', | 391 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ', |
391 ], | 392 ], |
392 }], | 393 }], |
393 ['use_aura==0 or chromeos==1', { | 394 ['use_aura==0 or chromeos==1', { |
394 'sources!': [ | 395 'sources!': [ |
395 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 396 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
396 '../ui/views/widget/widget_interactive_uitest.cc', | |
397 ], | 397 ], |
398 }], | 398 }], |
399 ['chromeos==1', { | 399 ['chromeos==1', { |
400 'dependencies': [ | 400 'dependencies': [ |
401 '../chromeos/chromeos.gyp:chromeos', | 401 '../chromeos/chromeos.gyp:chromeos', |
402 ], | 402 ], |
403 'sources': [ | 403 'sources': [ |
404 'browser/chromeos/input_method/keyboard_browsertest.cc', | 404 'browser/chromeos/input_method/keyboard_browsertest.cc', |
405 'browser/chromeos/input_method/textinput_browsertest.cc', | 405 'browser/chromeos/input_method/textinput_browsertest.cc', |
406 'browser/chromeos/input_method/textinput_surroundingtext_browsertest .cc', | 406 'browser/chromeos/input_method/textinput_surroundingtext_browsertest .cc', |
(...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3487 'utility', | 3487 'utility', |
3488 ], | 3488 ], |
3489 'sources': [ | 3489 'sources': [ |
3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3491 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3491 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3492 ], | 3492 ], |
3493 }] | 3493 }] |
3494 }], | 3494 }], |
3495 ], # 'conditions' | 3495 ], # 'conditions' |
3496 } | 3496 } |
OLD | NEW |